有的没的
DeepWiki 一个涵盖所有 GitHub 代码库的免费百科全书

您可以将任何公共 GitHub 代码库的 URL 替换为“ https:// deepwiki. com/org/repo ” 即可获得类似维基百科的精准库描述。

DeepWiki歸藏

📮投稿 ☘️频道 🌸聊天


#bm #ai
docx 批量转 pdf
太牛逼了!
横跨 win 和 macos 平台!


You can use the docx2pdf command line utility to batch convert docx to pdf on macOS (or windows). It uses Microsoft Word's APIs to directly convert to PDF creating a perfect copy. It uses JXA (Javscript for Automation, basically AppleScript in JS) in macOS and win32com in Windows.

pip install docx2pdf
docx2pdf myfolder/

Disclaimer: I wrote this tool after struggling to find a cross-platform solution for batch converting docx to pdf with zero formatting issues since it directly uses Microsoft Word. https://github.com/AlJohri/docx2pdf
GitHub - AlJohri/docx2pdf
iperf3的最大速度测试方法
iperf3 -c 192.168.31.1 -b 5000m -t 60 -i 1 -u -P 4


#network
安装西门子软件总是提示重启电脑的解决方法

- 【重要】所有西门子软件安装时候如果碰到 提示重启电脑或者重启之后依旧提示 的情况,请点击“开始 – 运行”,输入“regedit”(Win7 系统,在开始菜单中搜索“regedit”,然后右键选择“以管理员身份运行”)
- 【重要】然后在左侧树形框中找到:

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
  

- 【重要】然后删除右侧的:“PendingFileRenameOperations”(删除无风险,操作系统会自动重新创建)
- 【重要】然后重新运行安装程序即可(不要再重启)。

#plc
wincc panel image download

需要注意的是TP700是属于comfort系列, 不是属于Unified comfort

下面的网址里面搜索 comfort 就可以找到。

https://support.industry.siemens.com/cs/document/109746530/image-downloads-for-hmi-operator-panels?dti=0&lc=en-JP

#bm
干成了三件大事:
1. nat loopback 问题解决,配合CF进行公网访问。其中一个重点是因为域名被解析成了fakeip导致回源失败,所以需要在fakeipfilter里把域名加上。
2. jd ax6600 re-cs-02 的收货
3. openwebui 的回迁!!(我的 小x96 还是挺猛的! )

详情切听我慢慢分解。。。
#tech
Back to Top