03 2011 档案
Code Project精彩系列(转)
摘要:Code Project精彩系列(转) Applications Crafting a C# forms Editor From scratch http://www.codeproject.com/csharp/SharpFormEditorDemo.asp 建立一个类似C#的环境, 实现控件拖拉,属性 Packet Capture and Analayzer 网络封包截获 http://www.codeproject.com/csharp/pacanal.asp A tool to change the default source control client 在一台机器上用不同的两个源 阅读全文
posted @ 2011-03-23 15:54 Alan Yang 阅读(1239) 评论(1) 推荐(3)
What I Wish Someone Had Told Me 4 Years Ago
摘要:What I Wish Someone Had Told Me 4 Years AgoThe year is 2007, and I had just left Microsoft to dive into the startup world. Like many first time entrepreneurs, I was very excited about the adventure. And like many first time entrepreneurs, I didn’t know where to start.So I attended events, meetups, c 阅读全文
posted @ 2011-03-21 10:44 Alan Yang 阅读(412) 评论(0) 推荐(0)
复制一个资源文件并带comment列
摘要:string resourceBackUpName = this.GetResourceBackUpName(resxFilePath);//back up the res file File.Copy(resxFilePath, resourceBackUpName); ResXResourceReader reader = new ResXResourceReader(resourceBackUpName); reader.UseResXDataNodes = true; // set it for get comments ResXResourceWriter writer = new. 阅读全文
posted @ 2011-03-17 20:14 Alan Yang 阅读(288) 评论(0) 推荐(0)