摘要:
StackTrace st = new StackTrace(new StackFrame(true)); StackFrame sf = st.GetFrame(0); //文件位置 Console.WriteLine("AT:{0}文件-{1}方法-{2}行-{3}", sf.GetFileNa 阅读全文
摘要:
分页代码: select top 10 * from table where id not in (select top 10 id from table ) as a 清空表数据 Id从头开始 TRUNCATE TABLE tablename [sqlserver]获取列对应的说明/描述 SELE 阅读全文