摘要: using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace TestProject { class Program { //异步:不阻塞主线... 阅读全文
posted @ 2019-04-13 18:13 雨V幕 阅读(224) 评论(0) 推荐(0)
摘要: win7系统 安装docker toolbox 然后安装时候选择了 !!Install virtualBox with NDIS5 driver 安装完成之后vpn各种连接不上卸载重装然后不勾选上面选项即可 阅读全文
posted @ 2019-04-13 10:55 雨V幕 阅读(1) 评论(0) 推荐(0)
摘要: WIN+R 进入cmd命令 输入 netstat -ano | find "进程端口" 找端口 打开vs alt+d+p选择上图对应的进程 阅读全文
posted @ 2019-04-13 10:02 雨V幕 阅读(2168) 评论(0) 推荐(0)