上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 399 下一页
摘要: a1和a2在a表中具有唯一性 b1和b2在b表中具有唯一性 现在需要连接c表和d表 需要分两步来做 1.先让c表join表a和表b select c.*,a.a2,b.b2 from c inner join a on c.a1=a.a1 inner join b on c.b1=b.b1 将这个的 阅读全文
posted @ 2018-04-19 11:38 ChuckLu 阅读(373) 评论(0) 推荐(0)
摘要: Warning: Unable to update auto-refresh reference Hi all, I finally tracked down the final answer for my problem and will post here for any who experie 阅读全文
posted @ 2018-04-18 09:45 ChuckLu 阅读(782) 评论(0) 推荐(0)
摘要: EventLog.SourceExists https://stackoverflow.com/questions/9564420/the-source-was-not-found-but-some-or-all-event-logs-could-not-be-searched EventLog.S 阅读全文
posted @ 2018-04-17 14:27 ChuckLu 阅读(2335) 评论(0) 推荐(0)
摘要: 1.clone the git repository for datbase 2.open sql source control window and select the target database 3.in setup tab, link to my source control syste 阅读全文
posted @ 2018-04-17 10:16 ChuckLu 阅读(209) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-date?view=powershell-6 Set-Date "2018-04-17 09:20:28" Set-Date "20 阅读全文
posted @ 2018-04-17 09:22 ChuckLu 阅读(2527) 评论(0) 推荐(0)
摘要: https://blogs.msmvps.com/erikr/2007/09/26/set-permissions-on-a-specific-service-windows/ Get-Acl .\LISA.BackOffice.log | Format-List Path : Microsoft. 阅读全文
posted @ 2018-04-16 18:32 ChuckLu 阅读(1145) 评论(0) 推荐(0)
摘要: 工作原理: 1.在没有指定logname,仅仅指定了source的时候。 1.1 source存在 在写eventlog的时候,首先去找source,如果找到的话,就往这个source所在的log里面写日志。 1.2 source 不存在 (直接绑定Application作为logname,然后自动 阅读全文
posted @ 2018-04-16 16:34 ChuckLu 阅读(4193) 评论(0) 推荐(0)
摘要: https://github.com/chucklu/Scripts RecursiveGitFetch.bat RecursiveGitFetch.bat 阅读全文
posted @ 2018-04-12 17:56 ChuckLu 阅读(479) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/is 原来的版本 优化后的版本 涉及到的新知识点 Type pattern When using the type pattern to perfor 阅读全文
posted @ 2018-04-11 16:31 ChuckLu 阅读(425) 评论(0) 推荐(0)
摘要: https://blogs.msdn.microsoft.com/wenlong/2006/01/11/how-to-initialize-hosted-wcf-services/ Using AppInitialize The above global.asax does not work for 阅读全文
posted @ 2018-04-11 14:19 ChuckLu 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 281 282 283 284 285 286 287 288 289 ··· 399 下一页