摘要: class Program { static void Main(string[] args) { string file=@"E:\readme.txt"; try { File.SetAttributes(file, FileAttributes.Norma... 阅读全文
posted @ 2013-10-14 11:26 kkun 阅读(675) 评论(0) 推荐(0) 编辑
摘要: A colleague just asked me if I knew a way to get the first day in a week in SQL Server. While I'm sure that there are many ways to get the first day (date) in a week here is a very simple way that in ... 阅读全文
posted @ 2013-10-14 09:48 kkun 阅读(609) 评论(0) 推荐(0) 编辑