上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页
摘要: https://packagist.org/packages/firebase/php-jwt 阅读全文
posted @ 2021-04-06 16:48 没事就更 阅读(67) 评论(0) 推荐(0) 编辑
摘要: find ./ -name "mysql" 阅读全文
posted @ 2021-03-08 11:38 没事就更 阅读(66) 评论(0) 推荐(0) 编辑
摘要: php cli 模式下添加php 扩展查看php cli 模式下的扩展: php -i添加扩展,需要安装 相应的安装包http://stackoverflow.com/questions/2443562/how-to-enable-pdo-mysql-for-cli php 浏览器模式下查看 php 阅读全文
posted @ 2021-03-03 17:53 没事就更 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 ini_set("max_execution_time", 0); 3 set_time_limit(0); 4 function get_all_downexcel($fileName) { 5 include "./PHPExcel/PHPExcel.php"; 6 $con 阅读全文
posted @ 2021-02-22 10:23 没事就更 阅读(707) 评论(0) 推荐(0) 编辑
摘要: date('Ymd') . str_pad(mt_rand(1, 99999), 5, '0', STR_PAD_LEFT); 阅读全文
posted @ 2021-02-07 21:39 没事就更 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1、vim .zshrc 写入:alias setproxy="export ALL_PROXY=socks5://127.0.0.1:1086"alias unsetproxy="unset ALL_PROXY"2、执行 setproxy3、brew install imagemagick4、查看 阅读全文
posted @ 2021-01-31 14:20 没事就更 阅读(215) 评论(0) 推荐(0) 编辑
摘要: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20 阅读全文
posted @ 2021-01-25 17:39 没事就更 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 省-市-区-乡镇-行政代码 项目中需要用到4级地区代码划分,网上到了一个但是发现数据不完整,就自己写了个爬虫到中国统计局的网上爬了一份完整的。测试过是完整的数据。更新到2016年。 https://gitee.com/QiMaDaZhang/Sheng-Shi-Qu-XiangZhen-XingZh 阅读全文
posted @ 2021-01-25 15:11 没事就更 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1、为方便执行 vim ~/.zshrc 写入 export PATH=/Applications/MAMP/bin/php/php7.3.8/bin:$PATH 保存 2、执行 source ~/.zshrc 3、执行 brew install fswatch , 安装fswatch 4、php 阅读全文
posted @ 2021-01-12 19:24 没事就更 阅读(2097) 评论(0) 推荐(0) 编辑
摘要: $wifi_regions = array_unique($wifi_regions, SORT_REGULAR); 阅读全文
posted @ 2021-01-12 12:37 没事就更 阅读(707) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页