上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 401 下一页
摘要: http://docs.automapper.org/en/stable/Getting-started.html IMappingExpression<TSource, TDestination> CreateMap<TSource, TDestination>(MemberList member 阅读全文
posted @ 2018-05-02 10:03 ChuckLu 阅读(456) 评论(0) 推荐(0)
摘要: Open a CMD as administrator , and copy and paste. Then reboot the computer. REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEnc 阅读全文
posted @ 2018-04-27 12:32 ChuckLu 阅读(3) 评论(0) 推荐(0)
摘要: https://support.microsoft.com/en-ph/help/321185/how-to-determine-the-version-edition-and-update-level-of-sql-server-an#completeversion Build number or 阅读全文
posted @ 2018-04-25 11:09 ChuckLu 阅读(542) 评论(0) 推荐(0)
摘要: 优雅地进行强制推送 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 阅读(228) 评论(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 阅读(396) 评论(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 阅读(405) 评论(0) 推荐(0)
摘要: 默认有38个section 1 System.Web.Configuration.SecurityPolicySection2 System.Web.Configuration.AuthenticationSection3 System.Web.Configuration.ProfileSectio 阅读全文
posted @ 2018-04-20 15:09 ChuckLu 阅读(445) 评论(0) 推荐(0)
摘要: 对于一个空的配置文件,默认自带的sectiongroups 默认有10个section节点 1 ConfigurationSectionGroupName=system.runtime.serializationConfigurationSectionGroupNameType=System.Run 阅读全文
posted @ 2018-04-20 15:05 ChuckLu 阅读(274) 评论(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 阅读(389) 评论(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 阅读(810) 评论(0) 推荐(0)
上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 401 下一页