会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
windlog
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2022年9月7日
关闭占用指定端口的进程
摘要: 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)
2022年3月3日
MySql记录头信息
摘要: 
阅读全文
posted @ 2022-03-03 15:10 windlog
阅读(42)
评论(0)
推荐(0)
2022年2月23日
OPC客户端开发原来这么简单-与KEPServer的通信浅析
摘要: OPC客户端开发原来这么简单-与KEPServer的通信浅析 - 工控组态Intouch的文章 - 知乎 https://zhuanlan.zhihu.com/p/137939434
阅读全文
posted @ 2022-02-23 09:16 windlog
阅读(234)
评论(0)
推荐(0)
2022年2月22日
OPCServer Modbus使用和配置
摘要: https://www.cnblogs.com/ike_li/p/5468658.html
阅读全文
posted @ 2022-02-22 17:09 windlog
阅读(53)
评论(0)
推荐(0)
2022年2月16日
如何压缩、解压文件?
摘要: 类型 压缩命令 解压命令 *.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)
2021年10月9日
vue路由对象【this.$route】小结
摘要: 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)
2021年8月13日
Idea如何激活面包屑
摘要: 
阅读全文
posted @ 2021-08-13 23:31 windlog
阅读(58)
评论(0)
推荐(0)
2021年5月5日
NEXUS私服配置
该文被密码保护。
阅读全文
posted @ 2021-05-05 15:46 windlog
阅读(0)
评论(0)
推荐(0)
2021年4月19日
创建nginx二级代理
摘要: 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)
2021年3月29日
解决 GitHub 访问慢,图片无法显示的问题
摘要: 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)
上一页
1
2
3
4
5
6
7
下一页
公告