Published on2018年12月13日ASP.NET Core MVC - EF Core 使用 PostgreSQL asp.net-coreef-corepostgresql在 ASP.NET Core MVC 搭配 EF Core 使用 Postgre SQL
Published on2018年12月13日Ubuntu - 修改跑在 Nginx 上面 ASP.NET Core MVC 執行的 Port ubuntuasp.net-corenginx在同一台 Server 上如果執行多個 ASP.NET Core MVC 專案時,因為預設 port number 都是 5000,所以會發生衝突的問題無法執行,所以需要修改專案執行時的 port number
Published on2018年12月12日ASP.NET Core MVC + Heroku asp.net-coreheroku把 ASP.NET Core MVC 專案發佈到 Heroku 平台上
Published on2018年12月12日JetBrains plugin - 調整 Relative Line Numbers 的顏色 jetbrains-pluginrider調整 Relative Line Numbers 的顏色
Published on2018年12月12日Ubuntu + ASP.NET Core MVC + Nginx ubuntuasp.net-corenginx前面的文章已經安裝好 Nginx,和產生了 ASP.NET Core MVC 的專案,現在要把發佈出來的檔案跑起來然後使用 Nginx 作反向代理,讓外部可以看到
Published on2018年12月12日Python - 傳遞 function 到另外一個 function 當成參數 python在 c# 裡面有很方便的 Func, Action 可以當成參數傳遞到另外一個方法裡面執行,就在找 python 裡面有沒有類似的寫法可以傳遞一個方法到另外一個方法執行
Published on2018年12月11日Ubuntu - 建立、執行和發佈 ASP.NET Core MVC 專案 ubuntuasp.net-coreUbuntu 建立、執行和發佈 ASP.NET Core MVC 專案