上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页
摘要: 查到一些解决方案: 1, http://www.codethinked.com/keep-your-iqueryable-in-check 自定义常用方法,屏蔽IQuery功能。这个好像有点靠谱。但麻烦。 2,http://stackoverflow.com/questions/123057/how-do-i-avoid-a-memory-leak-with... 阅读全文
posted @ 2014-01-24 18:23 张保维 阅读(764) 评论(0) 推荐(0) 编辑
摘要: class Program { static void Main(string[] args) { sub(0); } private static void sub(int count) { ... 阅读全文
posted @ 2014-01-22 11:26 张保维 阅读(4036) 评论(0) 推荐(0) 编辑
摘要: 转自: 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://bobzy.blog.51cto.com/2109336/1181249 PowerShell是微软开发的一个Shell工具,你可以向Linux Unix一样采用命令的方式去控制windows ,Win7之后的版本都带有这个功能。 不过我刚开始使用Power... 阅读全文
posted @ 2014-01-06 11:39 张保维 阅读(2094) 评论(0) 推荐(0) 编辑
摘要: 执行下面的 PS 就好了。 特别是 第三行在执行的时候选择 [A]Set-ExecutionPolicy "AllSigned" Enable-PSRemoting Set-item wsman:localhost\client\trustedhosts -value "localhost" winrm quickconfig winrm set... 阅读全文
posted @ 2014-01-03 02:07 张保维 阅读(187) 评论(0) 推荐(0) 编辑
摘要: reg add hklm\system\currentcontrolset\services\tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 4294967295 /f and then check with: reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi... 阅读全文
posted @ 2014-01-02 19:00 张保维 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 一年不经意间就这样过去了,回顾下这一年里做过什么。 Goodbye 2013 , Hello 2014. 阅读全文
posted @ 2013-12-31 22:42 张保维 阅读(149) 评论(0) 推荐(0) 编辑
摘要: From:http://virtualization.info/en/news/2013/12/release-linux-integration-services-version-3-5-for-hyper-v.html 阅读全文
posted @ 2013-12-30 11:20 张保维 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 执行类似于 var params = new SqlParameter[]{……}; Database.SqlQuery(sql1,params); Database.SqlQuery<type2)(sql2,params); 然后就提示: 另一个SqlParameterCollection 中已包含 SqlParameter 最后原因是 一个... 阅读全文
posted @ 2013-12-19 14:36 张保维 阅读(616) 评论(0) 推荐(0) 编辑
摘要: 不知道什么原因,创建团队项目失败。 参考 下面链接成功解决,表示感谢。 http://www.cnblogs.com/Wendy_Yu/archive/2012/07/26/TFS2010_TF30177_Create_New_Project.html 阅读全文
posted @ 2013-12-18 14:32 张保维 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1,首先下载 WSE http://www.microsoft.com/en-us/download/confirmation.aspx?id=14089 2,安装的时候选上, 3,C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE 如果是 VS2012 那就是 11.0 4,找到 ... 阅读全文
posted @ 2013-12-10 11:33 张保维 阅读(399) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 31 下一页