会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
没事就更
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
34
下一页
2021年4月6日
php jwt组件
摘要: https://packagist.org/packages/firebase/php-jwt
阅读全文
posted @ 2021-04-06 16:48 没事就更
阅读(72)
评论(0)
推荐(0)
2021年3月8日
find ./ -name "mysql" linux 查询文件
摘要: find ./ -name "mysql"
阅读全文
posted @ 2021-03-08 11:38 没事就更
阅读(73)
评论(0)
推荐(0)
2021年3月3日
linux php -i 与 php -m
摘要: 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 没事就更
阅读(609)
评论(0)
推荐(0)
2021年2月22日
php 导出 生成多个sheet
摘要: 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 没事就更
阅读(734)
评论(0)
推荐(0)
2021年2月7日
php 生成单号
摘要: date('Ymd') . str_pad(mt_rand(1, 99999), 5, '0', STR_PAD_LEFT);
阅读全文
posted @ 2021-02-07 21:39 没事就更
阅读(58)
评论(0)
推荐(0)
2021年1月31日
安装 imagemagick
摘要: 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 没事就更
阅读(229)
评论(0)
推荐(0)
2021年1月25日
ascii generator 码生成
摘要: http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20
阅读全文
posted @ 2021-01-25 17:39 没事就更
阅读(129)
评论(0)
推荐(0)
省-市-区-乡镇-行政代码
摘要: 省-市-区-乡镇-行政代码 项目中需要用到4级地区代码划分,网上到了一个但是发现数据不完整,就自己写了个爬虫到中国统计局的网上爬了一份完整的。测试过是完整的数据。更新到2016年。 https://gitee.com/QiMaDaZhang/Sheng-Shi-Qu-XiangZhen-XingZh
阅读全文
posted @ 2021-01-25 15:11 没事就更
阅读(296)
评论(0)
推荐(0)
2021年1月12日
hyperf 项目热重启步骤
摘要: 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 没事就更
阅读(2175)
评论(0)
推荐(0)
php 二维数组根据某字段去重
摘要: $wifi_regions = array_unique($wifi_regions, SORT_REGULAR);
阅读全文
posted @ 2021-01-12 12:37 没事就更
阅读(721)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
34
下一页
公告