上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 400 下一页
摘要: 优雅地进行强制推送 git push --force-with-lease 这个强制推送,仅在服务器没有新的commit的时候执行成功 删除远程分支 https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-bo 阅读全文
posted @ 2018-04-25 10:15 ChuckLu 阅读(214) 评论(0) 推荐(0)
摘要: 解读,首先搜索到第一个5>的开头的那一行,确认是在编译哪一个项目。 那么后面的冲突,就是在和这个项目冲突。 There was a conflict between "log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0dd 阅读全文
posted @ 2018-04-24 17:52 ChuckLu 阅读(380) 评论(0) 推荐(0)
摘要: 教程 https://www.w3schools.com/xml/xpath_nodes.asp 节点之间的关系 Parent,Children,Siblings,Ancestors,Descendants qutoric 最新的online工具 http://www.qutoric.com/xsl 阅读全文
posted @ 2018-04-23 14:58 ChuckLu 阅读(394) 评论(0) 推荐(0)
摘要: 默认有38个section 1 System.Web.Configuration.SecurityPolicySection2 System.Web.Configuration.AuthenticationSection3 System.Web.Configuration.ProfileSectio 阅读全文
posted @ 2018-04-20 15:09 ChuckLu 阅读(417) 评论(0) 推荐(0)
摘要: 对于一个空的配置文件,默认自带的sectiongroups 默认有10个section节点 1 ConfigurationSectionGroupName=system.runtime.serializationConfigurationSectionGroupNameType=System.Run 阅读全文
posted @ 2018-04-20 15:05 ChuckLu 阅读(258) 评论(0) 推荐(0)
摘要: 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 阅读(378) 评论(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 阅读(796) 评论(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 阅读(2382) 评论(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 阅读(213) 评论(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 阅读(2549) 评论(0) 推荐(0)
上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 400 下一页