摘要:Debug 模式下运行程序的时候,Output 窗口出来个错误“A first chance exception of type 'System.ArgumentException' occurred in System.Data.dll”。 但是并没有直接throw错误。无法知道具体在哪一步发生了...
阅读全文
09 2015 档案
摘要:增加一行:DataTable measurements = new DataTable(); measurements.Columns.Add("StationTestName", typeof(string)); ...
阅读全文
摘要:转载:http://www.cnblogs.com/fellowcheng/archive/2010/08/21/1805158.htmlExcelHelper(Excel2007)Code highlighting produced by Actipro CodeHighlighter (free...
阅读全文
摘要:Get Files from Directory [C#]This example shows how to get list of file names from a directory (including subdirectories). You can filter the list by ...
阅读全文
摘要:正常的情况话,直接加入project,然后选择"Source control" -> “Add selected projects to source control....". 即可。 在某些异常情况下,新添加的project 的source control 菜单里面没有“Add selected
阅读全文
摘要:家里的网络不是很稳定。今天突然发现 TFS 上所有的 mapping都突然没有了。尝试去remapping,在Source Control Explorer 中右击源文件,然后选择 Advanced -> Map to loacal folder. 然后出来了个对话框,说Workspace已经被ma...
阅读全文