随笔分类 - 工具
摘要:下载地址 https://github.com/MathewSachin/Captura/releases/tag/v8.0.0 FFmpeg 下载地址 https://www.gyan.dev/ffmpeg/builds/#release-builds 教程地址 https://blog.csdn
阅读全文
摘要:git命令 初始化仓库 git init 复制代码下来 git clone 码云地址 添加远程仓库 git remote add orign git add .添加所有文件 git add +文件名 git commit -m'备注' 提交文件 使用 git pull origin master 命
阅读全文
摘要:git commit 命令遇到了这个问题** Please tell me who you are.Run git config --global user.email "you@example.com" git config --global user.name "Your Name"to set
阅读全文
摘要:phpstorm配置xdebug步骤 1.配置setting 打开php对应版本配置文件 这里我用的是php5.5 在文件最下面添加这个 zend_extension = D:\phpstudy\Extensions\php\php5.5.9nts\ext\php_xdebug-3.0.4-7.2-
阅读全文