上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 391 下一页
摘要: https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-csharp 阅读全文
posted @ 2017-12-14 11:22 ChuckLu 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1.设置服务器上的windows service的security,下面的命令只能用cmd.exe来运行(以管理员模式) sc sdset "LISA_43_Dev_Batch" "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDW 阅读全文
posted @ 2017-12-14 09:53 ChuckLu 阅读(696) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/2728578/how-to-get-phyiscal-path-of-windows-service-using-net https://www.codeproject.com/Articles/26533/A-Service 阅读全文
posted @ 2017-12-11 18:43 ChuckLu 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 打开SiteManager,选择Settings,然后左上角选择具体的网站,Content,Web Site Content,Default alias path 阅读全文
posted @ 2017-12-08 10:28 ChuckLu 阅读(206) 评论(0) 推荐(0) 编辑
摘要: https://docs.kentico.com/k10/securing-websites/developing-secure-websites/handling-error-messages-securely/creating-custom-error-handling-pages 阅读全文
posted @ 2017-12-07 18:10 ChuckLu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/iis/troubleshoot/using-failed-request-tracing/troubleshooting-failed-requests-using-tracing-in-iis https://docs.micro 阅读全文
posted @ 2017-12-07 17:46 ChuckLu 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: 2个单引号,代表一个字符 VALUES (|'+ TransformationName + '|)',用|替换掉上面的'' 原始的sql是Values('+name+'),正常的情况拼接,拼接的时候,需要把原来的单引号,替换成两个单引号。 本来的','需要先转义成'',''来,然后再在外部分别加上' 阅读全文
posted @ 2017-12-06 17:02 ChuckLu 阅读(2716) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/bb727008.aspx On NTFS volumes, you can set security permissions on files and folders. These permissions grant 阅读全文
posted @ 2017-12-06 16:32 ChuckLu 阅读(272) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.directoryservices?view=netframework-4.7 The System.DirectoryServices namespace provides easy access 阅读全文
posted @ 2017-12-05 17:47 ChuckLu 阅读(567) 评论(0) 推荐(0) 编辑
摘要: Authenticated Users System Administrators Users 假如一个用户属于2个用户组的话,deny的优先级更高 log在写文件的时候,如果没有权限访问。会遇到UnauthorizedAccessException,这个异常需要直接抛出到顶层 获取当前用户 获取当 阅读全文
posted @ 2017-12-05 16:04 ChuckLu 阅读(1064) 评论(0) 推荐(0) 编辑
上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 391 下一页