01 2018 档案

摘要:设备:阿里云ECS云主机 操作系统:centos 7 操作步骤: 1 安装.net core sdk: 2 安装nginx: 3 安装supervisor: 4 配置supervisor: 修改supervisord.conf文件,在文件尾部增加: 在/etc/supervisor/conf.d,创 阅读全文
posted @ 2018-01-26 21:02 sulerzh 阅读(216) 评论(0) 推荐(0)
摘要:问题: Visual Studio 2017 无法推送到github:The requested URL returned error: 403 原因分析: Visual Studio 2017记录的github的登陆凭证不正确,导致授权失败。 解决方案: 1 打开命令提示符,输入 rundll32 阅读全文
posted @ 2018-01-23 13:37 sulerzh 阅读(301) 评论(0) 推荐(0)
摘要:问题描述: 原因分析: MongoDB C#驱动在读取数据记录遇到数值类型字段时,如果没有设置允许截断,将抛出TruncationException。 解决方法: 搞定! 阅读全文
posted @ 2018-01-05 14:29 sulerzh 阅读(1172) 评论(0) 推荐(1)