摘要: php多进程处理,php多进程编程 阅读全文
posted @ 2022-09-16 14:13 Death-Satan 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 安装 (php>=8.0) composer require death_satan/think-dto -vvv 使用 创建DTO类 <?php namespace app\dto; use think\route\annotation\Rule; use think\route\annotati 阅读全文
posted @ 2022-09-08 12:00 Death-Satan 阅读(332) 评论(0) 推荐(0) 编辑
摘要: composer.json 常用配置解释 阅读全文
posted @ 2022-07-19 13:37 Death-Satan 阅读(319) 评论(0) 推荐(0) 编辑
摘要: linux匹配进程名,批量删除进程 阅读全文
posted @ 2022-07-14 09:55 Death-Satan 阅读(147) 评论(0) 推荐(0) 编辑
摘要: centos下用expect自动输入git账号密码拉取代码 阅读全文
posted @ 2022-07-13 15:15 Death-Satan 阅读(208) 评论(0) 推荐(0) 编辑
摘要: github actions 工作流,php工作流示例 阅读全文
posted @ 2022-07-02 20:30 Death-Satan 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Hyperf Validate验证器层 阅读全文
posted @ 2022-06-27 16:01 Death-Satan 阅读(673) 评论(0) 推荐(0) 编辑
摘要: mac下安装php以及扩展.多版本php管理 阅读全文
posted @ 2022-06-25 15:42 Death-Satan 阅读(330) 评论(0) 推荐(0) 编辑
摘要: PHP 闭包 php callable,Closure,使用方法,详解 阅读全文
posted @ 2022-04-28 11:21 Death-Satan 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 浅谈PHP数学计算BC库 在PHP中,有一个专门用于科学计算的函数库BC 常用的函数成员有 函数名 应用场景 bcadd 2个任意精度数字的加法计算 bcmul 2个任意精度数字乘法计算 bcsub 2个任意精度数字的减法计算 bcdiv 2个任意精度的数字除法计算 bccomp 比较2个任意精度的数字 bcmod 对一个任 阅读全文
posted @ 2022-04-27 20:05 Death-Satan 阅读(275) 评论(0) 推荐(0) 编辑