摘要: netstat -aon|findstr "8080" tasklist|findstr "6640" taskkill /im java.exe -f 一、查看端口8080的进程号 C:\Users\Administrator>netstat -aon|findstr "8080" TCP 0.0 阅读全文
posted @ 2022-09-07 16:47 windlog 阅读(128) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/1923294/202203/1923294-20220303150915125-1207944564.png) 阅读全文
posted @ 2022-03-03 15:10 windlog 阅读(42) 评论(0) 推荐(0)
摘要: OPC客户端开发原来这么简单-与KEPServer的通信浅析 - 工控组态Intouch的文章 - 知乎 https://zhuanlan.zhihu.com/p/137939434 阅读全文
posted @ 2022-02-23 09:16 windlog 阅读(234) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ike_li/p/5468658.html 阅读全文
posted @ 2022-02-22 17:09 windlog 阅读(53) 评论(0) 推荐(0)
摘要: 类型 压缩命令 解压命令 *.tar tar -cvf png.tar *.png tar -xvf png.tar *.gz tar -czf png.tar.gz *.png tar -xzf png.tar.gz *.bz2 tar -cjf png.tar.bz2 *.png tar -xj 阅读全文
posted @ 2022-02-16 15:04 windlog 阅读(271) 评论(0) 推荐(0)
摘要: 1、路由选项定义 dict为主路由 type/data/:dictId(\\d+)为子路由 dictId为路由变量 (\\d+)路由参数类型【数字】 2、访问路径为 ../dict/type/data/1 ​ 3、查看路由参数 this.$route 4、访问路由变量dictId的值 dictId为 阅读全文
posted @ 2021-10-09 10:38 windlog 阅读(1835) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/1923294/202108/1923294-20210813233011942-1064389071.png) 阅读全文
posted @ 2021-08-13 23:31 windlog 阅读(58) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-05-05 15:46 windlog 阅读(0) 评论(0) 推荐(0)
摘要: location / { root "D:/xxx/html"; #root html; index index.html index.htm; } location /digibird { // html文件中index.html 包含 window.location.href='digibird 阅读全文
posted @ 2021-04-19 12:28 windlog 阅读(421) 评论(0) 推荐(0)
摘要: hosts 文件中添加一下配置 hosts 文件路径 mac: /etc/hosts win: C:\WINDOWS\system32\drivers\etc\hosts GitHub Start 140.82.113.4 github.com 140.82.114.4 github.com 140 阅读全文
posted @ 2021-03-29 09:41 windlog 阅读(60) 评论(0) 推荐(0)