摘要: 返回日期和时间差异值的函数 函数 语法 返回值 返回数据类型 确定性 DATEDIFF DATEDIFF ( datepart , startdate , enddate ) 返回两个指定日期之间所跨的日期或时间 datepart 边界数 。 int 具有确定性 DATEDIFF_BIG DATED 阅读全文
posted @ 2020-01-14 23:01 zhujie- 阅读(281) 评论(0) 推荐(0) 编辑
摘要: static void Main(string[] args) { RegistryKey regkey = Registry.CurrentUser.OpenSubKey("cc"); if (regkey != null) { Console.WriteLine(regkey.GetValue( 阅读全文
posted @ 2020-01-14 01:11 zhujie- 阅读(237) 评论(0) 推荐(0) 编辑
摘要: class Program { public static bool bStop = false; static int x = 10; static void Main(string[] args) { //定义线程 Thread LogThread = new Thread(new Thread 阅读全文
posted @ 2020-01-14 00:38 zhujie- 阅读(1262) 评论(0) 推荐(0) 编辑