摘要:
sql express, then(LocalDb)\v11.0(LocalDb)\mssqllocaldbsqllocaldb i could list all the local db instance 阅读全文
摘要:
Runtime Complexity of .NET Generic CollectionI had to implement some data structures for my computational geometry class. Deciding whether to implemen... 阅读全文
摘要:
this.Invoke((MethodInvoker)delegate { txtResult.Text = sbd.ToString(); // runs on UI thread }); 阅读全文
摘要:
这几天把所有的.net 关联的技术全部梳理一遍,对知识架构尽量融汇贯通。重点就放在后台,web 和mobile 开发上。 然后精练算法和OOADWPF:WCF:ASP.NET MVC:JQUERYSQL Server Performance Tuning and Query Optimization... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
http://blogs.msdn.com/b/gautamg/archive/2010/01/05/series-on-coded-ui-test-extensibility.aspx 阅读全文
摘要:
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... 阅读全文
摘要:
遇到无法卸载软件,又不能随意安装清理软件的情况下,用微软官方的解决方案,还是不错的。http://support.microsoft.com/mats/Program_Install_and_Uninstall?ln=zh-cn修复软件安装问题和软件卸载问题 自动诊断您的计算机上会阻止安装和卸载程序... 阅读全文
摘要:
First, instrument the exe or dll by commandvsinstr -coverage the dll/exesecond, start the performance monitorVSPerfCmd.exe /start:coverage /output:"D:... 阅读全文