摘要: # 一、vlc 播放各种音视频文件、网络串流、亦可作为服务器使用 #二、MediInfo 分析视频和音频文件的编码和内容信息 ##1.获取多媒体文件信息 MediaInfo可以获取的多媒体文件的基本信息,具体包括以下几方面。 (1)内容信息:标题、作者、专辑名、音轨号、日期、总时间等。 (2)视频: 阅读全文
posted @ 2023-09-07 09:01 windlog 阅读(583) 评论(0) 推荐(0)
摘要: 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 阅读(43) 评论(0) 推荐(0)
摘要: OPC客户端开发原来这么简单-与KEPServer的通信浅析 - 工控组态Intouch的文章 - 知乎 https://zhuanlan.zhihu.com/p/137939434 阅读全文
posted @ 2022-02-23 09:16 windlog 阅读(235) 评论(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 阅读(59) 评论(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 阅读(422) 评论(0) 推荐(0)