摘要:
查看当前所在分支 git branch 创建分支并切换到 git checkout -b dev 提交当前分支 git push origin HEAD -u git add . 时候停掉了 删除 rm -f .git/index.lock 克隆指定分支 git clone -b dev https 阅读全文
摘要:
前7天后7天 阅读全文
摘要:
介绍 https://blog.csdn.net/andyzhaojianhui/article/details/75195296 创建语句 搜索条件 批量从Mysql 添加到索引 Python实现 https://gitee.com/bandung/PythonImportes.git 开箱即用的 阅读全文
摘要:
git 地址 https://gitee.com/bandung/Execl_WordTOPDF.git 包括了各种破解的dll Word转PDF 挨个引用 Word转PDF Execl转 PDF PPT转PDF Project 文件转PDF 把文件压缩成压缩包 如果想在其他语言调用使用Thrift 阅读全文
摘要:
Thrift介绍 https://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/index.html 首先需要下载 Thrift.exe 和Thrift的源码包,C# Thrift.dll java Thrift jar包 全部放在码云上面 阅读全文
摘要:
html转 PDF 用MPDF ,Word转Html 纯PHP的方法暂未找到Word直接转PDF的方法 可以使用 LibreOffice 6.1 (Liunx,win) 皆可使用 文件又大转换又要快就用 https://gitee.com/bandung/Execl_WordTOPDF.git 吧 阅读全文
摘要:
阿里云地址 所有项目都会使用该镜像地址: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 取消配置: composer config -g --unset repos.packagist 阅读全文
摘要:
首先输出phpinfo(); https://xdebug.org/wizard.php 打开然后查看适合你的调试扩展版本 ,目前支持到php7.2 整个页面ctrl+a 复制进去 然后下载 扩展文件 下载到 ext目录下 在你的php.ini末尾加上,扩展文件的路径要注意 然后重启apache 打 阅读全文