摘要: 1 mstsc /admin 阅读全文
posted @ 2021-04-23 15:11 waityu 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2021-04-14 13:12 waityu 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 1 ;WITH Numbers AS ( SELECT n = 1 UNION ALL SELECT n + 1 FROM Numbers WHERE n+1 <= 10 ) SELECT n FROM Numbers 阅读全文
posted @ 2021-03-02 18:20 waityu 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1 SELECT * FROM Doc_AllotOrder rt WHERE EXISTS( SELECT * FROM ( SELECT distinct t1.DocEntry ,t1.SONum ,t1.CustPONum, t1.Brand, t1.DueDate, t0.DocDate 阅读全文
posted @ 2021-02-25 10:33 waityu 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 1 后退 Alt+← 2 隔行竖列选择 Shift+Alt 阅读全文
posted @ 2021-01-16 19:43 waityu 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1 Ctrl+Alt+L 阅读全文
posted @ 2021-01-08 16:33 waityu 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1 public static string GetText<T>(T msg) { object[] attrs = msg.GetType().GetField(msg.ToString()).GetCustomAttributes(typeof(DescriptionAttribute), f 阅读全文
posted @ 2021-01-05 17:00 waityu 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1 ctrl+c 阅读全文
posted @ 2021-01-04 09:50 waityu 阅读(856) 评论(1) 推荐(0) 编辑
摘要: 1 打开控制面板=》启用或关闭Windows功能=》在WCF服务目录下勾选 HTTP激活,如下图 2 打开IIS,在网站右侧的处理程序映射中,查看服务是否已注册 双击进入查看 阅读全文
posted @ 2020-12-26 15:09 waityu 阅读(1936) 评论(0) 推荐(1) 编辑
摘要: 按住Alt+上/下箭头,可将当前行上下移动位置 阅读全文
posted @ 2020-12-13 19:43 waityu 阅读(551) 评论(0) 推荐(0) 编辑