摘要:
@echo off chcp 65001 >nul setlocal enabledelayedexpansion :: 创建保存mp4文件的目录 set "output_dir=%~dp0mp4" if not exist "%output_dir%" mkdir "%output_dir%" : 阅读全文
摘要:
表现为package control无法使用,查看日志可以看到以下错误输出 AttributeError: dlsym(0x208083a00, EVP_PKEY_size): symbol not found 上网搜了一下,解决方法如下: ln -sf /usr/local/Cellar/open 阅读全文