文章分类 -  C#&.NET

Standing on Shoulders of Giants
摘要:C#语言规范版本 4.0 注意© 1999-2010 Microsoft Corporation。保留所有权利。Microsoft、Windows、Visual Basic、Visual C# 和 Visual C++ 是 Microsoft Corporation 在美国和/或其他国家/地区的注册商标或商标。本文提及的其他产品和公司名称可能是其各自所有者的商标。 目录1. 简介........................................................................................................ 阅读全文
posted @ 2011-12-17 16:24 微米大大 阅读(1391) 评论(0) 推荐(0)
摘要://执行Sql文件 Thread.Sleep(1000); System.Diagnostics.Process pr = new System.Diagnostics.Process(); pr.StartInfo.FileName = "osql.exe"; pr.StartInfo.Arguments = string.Format(" -U... 阅读全文
posted @ 2011-06-16 16:07 微米大大 阅读(573) 评论(0) 推荐(0)