摘要: ![](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 阅读(269) 评论(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 阅读(1832) 评论(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 阅读(420) 评论(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)
摘要: nexus私服使用总结 目标:添加自定义的仓库 3rd-part 存储独立的jar包,如hasp\gun、cling等 一、增加仓库 二、添加独立的jar包 中央仓库地址: 默认地址:https://repo1.maven.org/maven2/ http://maven.repository.co 阅读全文
posted @ 2020-12-10 17:38 windlog 阅读(183) 评论(0) 推荐(0)