摘要: sql express, then(LocalDb)\v11.0(LocalDb)\mssqllocaldbsqllocaldb i could list all the local db instance 阅读全文
posted @ 2015-06-22 03:47 Coding让生活更美好 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Runtime Complexity of .NET Generic CollectionI had to implement some data structures for my computational geometry class. Deciding whether to implemen... 阅读全文
posted @ 2015-05-31 05:09 Coding让生活更美好 阅读(371) 评论(0) 推荐(0) 编辑
摘要: this.Invoke((MethodInvoker)delegate { txtResult.Text = sbd.ToString(); // runs on UI thread }); 阅读全文
posted @ 2015-05-14 21:52 Coding让生活更美好 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 这几天把所有的.net 关联的技术全部梳理一遍,对知识架构尽量融汇贯通。重点就放在后台,web 和mobile 开发上。 然后精练算法和OOADWPF:WCF:ASP.NET MVC:JQUERYSQL Server Performance Tuning and Query Optimization... 阅读全文
posted @ 2015-05-13 07:07 Coding让生活更美好 阅读(190) 评论(0) 推荐(0) 编辑
摘要: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;srv*DRIVER_POWER_STATE_FAILURE (9f)A driver has failed to complete a power IRP within a spec... 阅读全文
posted @ 2014-10-27 02:10 Coding让生活更美好 阅读(4225) 评论(0) 推荐(0) 编辑
摘要: Creates a symbolic link.MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a directory symbolic link. Default is a file symbolic link. /H Creates a ... 阅读全文
posted @ 2014-09-10 14:54 Coding让生活更美好 阅读(1794) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/b/gautamg/archive/2010/01/05/series-on-coded-ui-test-extensibility.aspx 阅读全文
posted @ 2014-08-20 13:56 Coding让生活更美好 阅读(144) 评论(0) 推荐(0) 编辑
摘要: You can set up your application to start Visual Studio when you launch the application from Windows. Visual Studio will load your application, ready f... 阅读全文
posted @ 2014-08-14 14:45 Coding让生活更美好 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 遇到无法卸载软件,又不能随意安装清理软件的情况下,用微软官方的解决方案,还是不错的。http://support.microsoft.com/mats/Program_Install_and_Uninstall?ln=zh-cn修复软件安装问题和软件卸载问题 自动诊断您的计算机上会阻止安装和卸载程序... 阅读全文
posted @ 2014-08-08 17:18 Coding让生活更美好 阅读(652) 评论(0) 推荐(0) 编辑
摘要: First, instrument the exe or dll by commandvsinstr -coverage the dll/exesecond, start the performance monitorVSPerfCmd.exe /start:coverage /output:"D:... 阅读全文
posted @ 2014-07-09 10:56 Coding让生活更美好 阅读(1013) 评论(0) 推荐(0) 编辑