上一页 1 ··· 359 360 361 362 363 364 365 366 367 ··· 400 下一页
摘要: 自动排版 ctrl+e 然后再d 注释代码 ctrl+e +c 撤销注释 ctrl+e +u 修改变量名,并同步所有引用变量的代码 F2 2015年09月16日更新 删除一行代码 ctrl+l (是字母L) 2017年06月22日更新 折叠所有的region: ctrl+m 然后o 展开 ctrl+ 阅读全文
posted @ 2015-08-10 14:10 ChuckLu 阅读(274) 评论(0) 推荐(0)
摘要: File-less ActivationAlthough .svc files make it easy to expose WCF services, an even easier approach would be to define virtual activation endpoints w... 阅读全文
posted @ 2015-08-10 13:33 ChuckLu 阅读(285) 评论(0) 推荐(0)
摘要: Wow!什么是Wow64今天有个同事,被SysWow64搞晕了。这里简单介绍一下。64位的Windows并不是简单地把所有东西都编译成64位就万事大吉的。关于64位的CPU应该做成什么样子,Intel和AMD曾有各自的打算。AMD的回答直接了当:新的64位处理器,应该能在提高更高处理能力的同时,保持... 阅读全文
posted @ 2015-08-10 11:33 ChuckLu 阅读(291) 评论(0) 推荐(0)
摘要: “/”应用程序中的服务器错误。 未能加载文件或程序集“ZBMYunCoreLib.DLL”或它的某一个依赖项。找不到指定的模块。 说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.IO.Fi 阅读全文
posted @ 2015-08-10 11:16 ChuckLu 阅读(1028) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/x8a5axew.aspxLog on to the Web server by using an administrator account.Turn on Windows Authentication and II... 阅读全文
posted @ 2015-08-10 09:28 ChuckLu 阅读(368) 评论(0) 推荐(0)
摘要: Static Classes and Static Class MembersA static class is basically the same as a non-static class, but there is one difference: a static class cannot ... 阅读全文
posted @ 2015-08-07 09:55 ChuckLu 阅读(268) 评论(0) 推荐(0)
摘要: [2015/8/5 19:28:49]错误信息:接收对 http://192.168.1.18:8001/ObtainData/Service 的 HTTP 响应时发生错误。这可能是由于服务终结点绑定未使用 HTTP 协议造成的。这还可能是由于服务器中止了 HTTP 请求上下文(可能由于服务关闭)所... 阅读全文
posted @ 2015-08-06 15:56 ChuckLu 阅读(9343) 评论(0) 推荐(0)
摘要: Service Trace Viewer Tool 建议把SdrConfigExample.e2e修改为SdrConfigExample.svclog 阅读全文
posted @ 2015-08-06 15:48 ChuckLu 阅读(1505) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/5689960/how-do-i-create-a-commit-without-a-parent-in-git 这个问题和第二个链接是重复的问题http://stackoverflow.com/questions/645450/... 阅读全文
posted @ 2015-08-06 13:19 ChuckLu 阅读(539) 评论(0) 推荐(0)
摘要: http://think-like-a-git.net/sections/rebase-from-the-ground-up/cherry-picking-explained.html Git's own online help has a great, if characteristically 阅读全文
posted @ 2015-08-06 09:38 ChuckLu 阅读(10240) 评论(0) 推荐(0)
上一页 1 ··· 359 360 361 362 363 364 365 366 367 ··· 400 下一页