摘要:
class Program { static void Main(string[] args) { string file=@"E:\readme.txt"; try { File.SetAttributes(file, FileAttributes.Norma... 阅读全文
摘要:
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 ... 阅读全文