摘要:
1 mstsc /admin 阅读全文
摘要:
1 SELECT [year] AS [value],[year] AS label FROM ( SELECT FORMAT(DATEADD(YEAR,-number,GETDATE()),'yyyy') AS [year] FROM master.dbo.spt_values WHERE typ 阅读全文
摘要:
1 ;WITH Numbers AS ( SELECT n = 1 UNION ALL SELECT n + 1 FROM Numbers WHERE n+1 <= 10 ) SELECT n FROM Numbers 阅读全文
摘要:
1 SELECT * FROM Doc_AllotOrder rt WHERE EXISTS( SELECT * FROM ( SELECT distinct t1.DocEntry ,t1.SONum ,t1.CustPONum, t1.Brand, t1.DueDate, t0.DocDate 阅读全文
摘要:
1 后退 Alt+← 2 隔行竖列选择 Shift+Alt 阅读全文
摘要:
1 Ctrl+Alt+L 阅读全文
摘要:
1 public static string GetText<T>(T msg) { object[] attrs = msg.GetType().GetField(msg.ToString()).GetCustomAttributes(typeof(DescriptionAttribute), f 阅读全文
摘要:
1 ctrl+c 阅读全文
摘要:
1 打开控制面板=》启用或关闭Windows功能=》在WCF服务目录下勾选 HTTP激活,如下图 2 打开IIS,在网站右侧的处理程序映射中,查看服务是否已注册 双击进入查看 阅读全文
摘要:
按住Alt+上/下箭头,可将当前行上下移动位置 阅读全文