随笔分类 -  asp.net

摘要:.NET Core默认不支持GB2312,使用Encoding.GetEncoding(“GB2312”)的时候会抛出异常。 解决方案是手动安装System.Text.Encoding.CodePages包(Install-Package System.Text.Encoding.CodePages 阅读全文
posted @ 2018-03-18 00:44 少斌 阅读(931) 评论(1) 推荐(1)
摘要:在ubuntu 系统下跑asp.net core 站点, 用的是supervisor 做进程守护 上传更新程序以后得reset一下才能生效。 相关命令: supervisorctl status supervisorctl restart 'test.yunhui800.com' 阅读全文
posted @ 2018-03-14 18:09 少斌 阅读(156) 评论(0) 推荐(0)