“慢生活”不是懒惰,放慢速度不是拖延时间,而是让我们在生活中寻找到平衡。网站首页程序人生
postman同步token到环境变量
发布时间:2022-06-15 22:11:56作者:雪饮
![[!--pagekey--]](/e/data/images/notimg.gif)
jsonData = pm.response.json();
pm.environment.set("token", jsonData.data.token);放在test选项卡里面
php并发拉取数据再优化(解决有时候body为空问题及新增支持从指定数量开始向目标数量拉取)
发布时间:2022-06-15 22:08:47作者:雪饮
![[!--pagekey--]](/e/data/images/notimg.gif)
<?phpnamespace app\home\command; use think\facade\App;use think\console\Command;use think\console\Input;use think\console\Output; use think\Db;use think\Env;us
阅读全文>>pixel4a刷机流程
发布时间:2022-06-11 15:04:09作者:雪饮
![[!--pagekey--]](/d/file/manshenghuo/chengxurensheng/681964fb6d87790bd132d0b2230b550e.png)
官网下载线刷镜像下面这个是本次使用的示例镜像,pixel4a有多个不同的镜像可下载https://dl.google.com/dl/android/aosp/sunfish-sq3a.220605.009.a1-factory-7d440084.zip
阅读全文>>php超大数组的分组算法及tp5命令行实现分组携程抓取并存储数据于数据库(多个command的实现)
发布时间:2022-06-10 21:52:16作者:雪饮
![[!--pagekey--]](/e/data/images/notimg.gif)
SeedProductManagement.php:<?phpnamespace app\home\command; use think\facade\App;use think\console\Command;use think\console\Input;use think\console\Output; use
阅读全文>>thinkphp5 (tp5)实现命令行的swoole携程批量获取远端接口并入本地库(优雅入)
发布时间:2022-06-09 21:28:13作者:雪饮
![[!--pagekey--]](/e/data/images/notimg.gif)
最近同事有个需求是批量获取n个远端接口拿来数据然后入本地库,参考了之前我所实现的swoole携程http的代码。当时他没有太注意到,只发现了速度的确快了,之前同事自己直接用循环
阅读全文>>