摘要: 提示镜像拉取失败,解决方案 到 https://cr.console.aliyun.com/ 注册一个账户 列表中就有 加速器 启动 Docker 端 右键 选择配置 在Docker Daemon 中填入 获取到的 加速器地址 配置之后: 阅读全文
posted @ 2018-03-22 11:00 chester·chen 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://www.cnblogs.com/lunawzh/p/6607116.html 1、连接语句 var conn = new SqlConnection(ConfigurationManager.ConnectionStrings["SqlDiagnosticsDb"].Con 阅读全文
posted @ 2018-03-04 22:05 chester·chen 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 博客园 CSDN 开源中国 思否 github 阅读全文
posted @ 2018-02-28 09:54 chester·chen 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Nuget包获取 添加OwinStartUp类 添加验证类SimpleAuthorizationServerProvider 添加验证 获取token 调接口bearer Token https://www.cnblogs.com/Hai--D/p/6187051.html 阅读全文
posted @ 2018-02-26 10:29 chester·chen 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 前段demo index.html 后端代码: 阅读全文
posted @ 2018-02-25 11:13 chester·chen 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 推荐文章:https://www.cnblogs.com/HelloMyWorld/p/6380081.html http://blog.csdn.net/inforstack/article/details/47780275 阅读全文
posted @ 2018-02-24 16:56 chester·chen 阅读(266) 评论(0) 推荐(0) 编辑
摘要: ExposedObject可以将一个对象快速封装未一个dynamic 阅读全文
posted @ 2018-02-24 13:25 chester·chen 阅读(243) 评论(0) 推荐(0) 编辑
摘要: dynamic 可在反射、json反序列化时使用、已达到减少代码量的效果。看代码 阅读全文
posted @ 2018-02-24 09:14 chester·chen 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 最近在使用MongoDB的时候,发现查询很慢,一个根据Id查询的语句竟然用了50秒,debug了一下,没发现什么大问题,但是另一个查询的语句只用了2秒,对比了一下,发现50s的那个语句使用的IEnumerable查询,而2s的那个语句用的是IQueryable查询,网上找了一下资料,找到了原因:IE 阅读全文
posted @ 2018-02-07 10:04 chester·chen 阅读(149) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mushroom/p/4067037.html http://cron.qqe2.com/ 阅读全文
posted @ 2018-02-05 15:13 chester·chen 阅读(1109) 评论(1) 推荐(1) 编辑