上一页 1 ··· 233 234 235 236 237 238 239 240 241 ··· 391 下一页
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?view=netframework-4.7.2 读取FileAttributes 在桌面新建一个文件file-to-delete.txt,设置只读属性。先删除,然 阅读全文
posted @ 2019-03-29 11:27 ChuckLu 阅读(581) 评论(0) 推荐(0) 编辑
摘要: https://csharpindepth.com/Articles/Singleton 懒汉,饿汉,以及双层锁之外 Fourth version - not quite as lazy, but thread-safe without using locks public sealed class 阅读全文
posted @ 2019-03-28 14:28 ChuckLu 阅读(183) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/design-pattern/facade-pattern.html 外观模式 外观模式(Facade Pattern)隐藏系统的复杂性,并向客户端提供了一个客户端可以访问系统的接口。这种类型的设计模式属于结构型模式,它向现有的系统添加一个接口,来隐藏系统 阅读全文
posted @ 2019-03-27 19:46 ChuckLu 阅读(275) 评论(0) 推荐(0) 编辑
摘要: https://www.codeproject.com/Articles/36836/Forms-Authentication-and-Role-based-Authorization Problem Space Sad, but true, “Forms authentication in ASP 阅读全文
posted @ 2019-03-27 19:29 ChuckLu 阅读(172) 评论(0) 推荐(0) 编辑
摘要: https://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-howto-minlogmsgsize.html Force users to enter a log message Force users to enter a log messag 阅读全文
posted @ 2019-03-27 17:20 ChuckLu 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html 阅读全文
posted @ 2019-03-26 18:58 ChuckLu 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.codeproject.com/Reference/788434/List-of-rd-Party-NET-UI-Reporting-Components Introduction This is a resource collection. Anyone is welcom 阅读全文
posted @ 2019-03-26 16:19 ChuckLu 阅读(1186) 评论(0) 推荐(0) 编辑
摘要: 1.配置错误,需要检查对应的windows service的exe文件所在文件夹下的log 2.在命令行通过Start-Service启动,需要有管理员权限。 阅读全文
posted @ 2019-03-25 17:14 ChuckLu 阅读(729) 评论(0) 推荐(0) 编辑
摘要: https://clrdaily.com/2015/09/08/how-to-introduce-micro-service/ 阅读全文
posted @ 2019-03-22 18:31 ChuckLu 阅读(265) 评论(0) 推荐(0) 编辑
摘要: System.ServiceModel.FaultException: Server error. Detail: The EXECUTE permission was denied on the object 'sp', database 'login', schema 'dbo'. SELECT 阅读全文
posted @ 2019-03-22 15:18 ChuckLu 阅读(10481) 评论(0) 推荐(0) 编辑
上一页 1 ··· 233 234 235 236 237 238 239 240 241 ··· 391 下一页