上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页
摘要: https://plugins.jetbrains.com/plugin/1003 阅读全文
posted @ 2016-12-16 13:45 张保维 阅读(1519) 评论(1) 推荐(1) 编辑
摘要: From:https://my.oschina.net/u/225373/blog/468035 maven 骨架生成项目速度慢的令人发指,都在Generating project in Batch mode等待,Idea状态显示栏还在不行runing,并没有卡死。查看debug信息发现,是maven获取archetype-catalog.xml导致。(用浏览器打开http://repo1... 阅读全文
posted @ 2016-12-02 17:26 张保维 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1, symbols : srv*c:\symbols*http://msdl.microsoft.com/download/symbols 2,.loadby sos mscorwks or 参考: http://cxfksword.github.io/blog/intro-to-windbg-for-dotnet-developers/ http:... 阅读全文
posted @ 2016-10-27 16:19 张保维 阅读(143) 评论(1) 推荐(0) 编辑
摘要: 1,创建项目,类似于创建一个VS.net 项目的 解决方案。 http://stackoverflow.com/questions/6328778/how-to-create-an-empty-multi-module-maven-project 2, 阅读全文
posted @ 2016-10-24 15:00 张保维 阅读(129) 评论(0) 推荐(0) 编辑
摘要: from:http://raysen.blog.51cto.com/324335/1159232 Maven does not directly support some libraries, like Microsoft’s SQL Server JDBC. This tutorial will show you how to add an external dependency to you... 阅读全文
posted @ 2016-10-14 10:52 张保维 阅读(884) 评论(0) 推荐(0) 编辑
摘要: 1 , Creating and Publishing a Package https://docs.nuget.org/create/creating-and-publishing-a-package 2,NuGet Package Explorer - GUI tool for building packages https://docs.nuget.org/Crea... 阅读全文
posted @ 2016-09-05 16:05 张保维 阅读(112) 评论(0) 推荐(0) 编辑
摘要: public static string RemoveAllAttributesWithoutSrc(string input) { string pattern = @"]*(\ssrc=['\""][^'\""]*['\""]))?[^>]*?(\/?)>"; var result = Regex.Repla... 阅读全文
posted @ 2016-08-30 12:50 张保维 阅读(213) 评论(0) 推荐(0) 编辑
摘要: https://support.microsoft.com/en-us/kb/324639 执行 net localgroup "Performance Monitor Users" "IIS apppool\aaaaaa.bbbffffffffbb.com.cn" /add 会出现: C:\WINDOWS\system32>net localgroup "Perfor... 阅读全文
posted @ 2016-07-26 17:20 张保维 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 以下内容为转载: A:https://dotblogs.com.tw/asdtey/2009/09/27/10793 B:http://www.gitshah.com/2014/08/how-to-add-nolock-hint-to.html 1,方法一 使用 TransactionScope 2, 使用 ObjectContext.Connection.BeginTrans... 阅读全文
posted @ 2016-06-22 09:42 张保维 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1, var cf = new ConnectionFactory { Uri = Uri, RequestedHeartbeat = 30 }; while (innerTaskRunning) { using (var conn = cf.CreateConnection()) ... 阅读全文
posted @ 2016-03-25 12:55 张保维 阅读(201) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页