摘要:[STAThread]static void Main(){System.Diagnostics.Process[] ps = System.Diagnostics.Process.GetProcessesByName(System.Diagnostics.Process.GetCurrentPro...
阅读全文
posted @ 2007-01-23 11:47
|
|
|
随笔分类 - 摘抄
一些有用的
摘要:[STAThread]static void Main(){System.Diagnostics.Process[] ps = System.Diagnostics.Process.GetProcessesByName(System.Diagnostics.Process.GetCurrentPro...
阅读全文
posted @ 2007-01-23 11:47
摘要:精妙的SQL语句 说明:复制表(只复制结构,源表名:a 新表名:b) select * into b from a where 11 说明:拷贝表(拷贝数据,源表名:a 目标表名:b)insert into b(a, b, c) select d,e,f from b; 说明:...
阅读全文
posted @ 2006-12-13 14:46
|
|