上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 查看当前所在分支 git branch 创建分支并切换到 git checkout -b dev 提交当前分支 git push origin HEAD -u git add . 时候停掉了 删除 rm -f .git/index.lock 克隆指定分支 git clone -b dev https 阅读全文
posted @ 2019-02-20 11:40 万隆 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 前7天后7天 阅读全文
posted @ 2019-02-19 11:24 万隆 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 介绍 https://blog.csdn.net/andyzhaojianhui/article/details/75195296 创建语句 搜索条件 批量从Mysql 添加到索引 Python实现 https://gitee.com/bandung/PythonImportes.git 开箱即用的 阅读全文
posted @ 2019-01-30 22:30 万隆 阅读(765) 评论(0) 推荐(0) 编辑
摘要: git 地址 https://gitee.com/bandung/Execl_WordTOPDF.git 包括了各种破解的dll Word转PDF 挨个引用 Word转PDF Execl转 PDF PPT转PDF Project 文件转PDF 把文件压缩成压缩包 如果想在其他语言调用使用Thrift 阅读全文
posted @ 2019-01-30 17:51 万隆 阅读(1805) 评论(0) 推荐(0) 编辑
摘要: Thrift介绍 https://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/index.html 首先需要下载 Thrift.exe 和Thrift的源码包,C# Thrift.dll java Thrift jar包 全部放在码云上面 阅读全文
posted @ 2019-01-30 17:34 万隆 阅读(605) 评论(0) 推荐(0) 编辑
摘要: html转 PDF 用MPDF ,Word转Html 纯PHP的方法暂未找到Word直接转PDF的方法 可以使用 LibreOffice 6.1 (Liunx,win) 皆可使用 文件又大转换又要快就用 https://gitee.com/bandung/Execl_WordTOPDF.git 吧 阅读全文
posted @ 2019-01-09 17:55 万隆 阅读(16169) 评论(1) 推荐(1) 编辑
摘要: 阿里云地址 所有项目都会使用该镜像地址: composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ 取消配置: composer config -g --unset repos.packagist 阅读全文
posted @ 2019-01-07 21:10 万隆 阅读(9707) 评论(0) 推荐(0) 编辑
摘要: 查看所有的触发器 !! 阅读全文
posted @ 2018-12-29 17:52 万隆 阅读(2572) 评论(0) 推荐(0) 编辑
摘要: //我直接把时间转成时间类型不就可以了???? 阅读全文
posted @ 2018-12-29 14:09 万隆 阅读(844) 评论(0) 推荐(0) 编辑
摘要: 首先输出phpinfo(); https://xdebug.org/wizard.php 打开然后查看适合你的调试扩展版本 ,目前支持到php7.2 整个页面ctrl+a 复制进去 然后下载 扩展文件 下载到 ext目录下 在你的php.ini末尾加上,扩展文件的路径要注意 然后重启apache 打 阅读全文
posted @ 2018-12-27 21:35 万隆 阅读(1957) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页