摘要: 论count使用不当的罪名 和 分页的优化 阅读全文
posted @ 2020-03-12 17:20 PanPan003 阅读(263) 评论(0) 推荐(0) 编辑
摘要: https://www.postgresql.org/docs/9.5/sql-keywords-appendix.html 阅读全文
posted @ 2020-03-12 17:19 PanPan003 阅读(141) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-12 17:18 PanPan003 阅读(11) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-12 17:17 PanPan003 阅读(18) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-12 16:30 PanPan003 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 官方文档: https://docs.microsoft.com/zh-cn/dotnet/standard/security/secure-coding-guidelines https://docs.microsoft.com/en-us/dotnet/standard/security/sec 阅读全文
posted @ 2020-03-12 15:39 PanPan003 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Moq Moq: an enjoyable mocking library The most popular and friendly mocking framework for .NET http://www.nuget.org/packages/Moq 参考资料: Mocks Aren't St 阅读全文
posted @ 2020-03-12 15:06 PanPan003 阅读(168) 评论(0) 推荐(0) 编辑
摘要: //mock设置默认值 var requestMocService = new Mock<IRequestService>() ; requestMocService.DefaultValue = DefaultValue.Mock; //new RequestServiceClient(null) 阅读全文
posted @ 2020-03-12 10:35 PanPan003 阅读(2731) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-03-12 10:29 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑