排序
安装宝塔面板
安装 安装宝塔面板的命令,如下所示 if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/instal...
Github 访问慢解决方案
修改 host 文件host 文件位置host 文件在每个系统上的位置不一样Windows:C:\Windows\System32\drivers\etc\hostsLinux:/etc/hostsmacOS:/etc/hostswindows 使用记事本打开,Linux 以及 macOS...
macOS 实现 DOC 批量转 DOCX
本文主要利用 macOS 的 自动操作 以及 AppleScript 来实现 DOC 批量转 DOCX。 AppleScript 的运行脚本 on run {input, parameters} tell application 'Microsoft Word' repeat with docFile in ...
macOS 实现 PPT 批量转 PDF
本文主要利用 macOS 的 自动操作 以及 AppleScript 来实现 PPT 批量转 PDF。 AppleScript 的运行脚本 on run {input, parameters} set theOutput to {} tell application 'Microsoft PowerPoint...