08 2019 档案

摘要:set @startDate='2019-01-01'; set @endDate='2019-04-01'; SELECT ADDDATE(@startDate, INTERVAL @i:=@i+1 DAY) AS DAY FROM ( SELECT a.a FROM (SELECT 0 AS a UNION ALL SELECT 1 UNION ALL SELECT 2 UNION ALL... 阅读全文
posted @ 2019-08-29 14:24 小小高 阅读(980) 评论(0) 推荐(0) 编辑
摘要:@echo off @echo 请以管理员身份运行 set /p portRemark=请输入端口备注: set /p port=请输入端口号: powershell -command "New-NetFirewallRule -DisplayName '%portRemark%' -Direction Inbound -Action Allow -RemoteAddress Any -Proto 阅读全文
posted @ 2019-08-23 14:13 小小高 阅读(1252) 评论(0) 推荐(0) 编辑
摘要:批处理,管理员权限执形 taskkill /im wmsvc.exe /f net stop WMSVC net start WMSVC pause 阅读全文
posted @ 2019-08-22 10:25 小小高 阅读(851) 评论(0) 推荐(0) 编辑
摘要:var bag = new ConcurrentBag(); var tasks = myCollection.Select(async item => { // some pre stuff var response = await GetData(item); bag.Add(response); // some post stuff }); await Task.WhenA... 阅读全文
posted @ 2019-08-22 09:14 小小高 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-06 14:38 小小高 阅读(388) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示