03 2016 档案

摘要:1. 在一个目录下创建一个文件夹 if (!System.IO.Directory.Exists(path)) System.IO.Directory.CreateDirectory(path); String path=@”C:/新文件夹的名字” 2. 时间的字符串表示法 200806160912 阅读全文
posted @ 2016-03-16 10:51 随风任飘遥 阅读(1750) 评论(0) 推荐(0)
摘要:I will show you how to get connecting string stored in registry. The code which I will show in this blog will work both on 32 and 64 bit machines. Let 阅读全文
posted @ 2016-03-14 20:01 随风任飘遥 阅读(7214) 评论(2) 推荐(2)

1、不要犯经验主义的错误,有些经验可能是错误的。 2、发现bug要及时处理,不可为了赶工而忽略。随机性出现的bug更要注意,因为这类bug更难发现,也就更能解决。