作者归档:ltwen

XHProf指标解释

主要指标: Inclusive Time (或子树时间):包括子函数所有执行时间 … 继续阅读

发表在 php | 留下评论

php cli 文件下载进度

源码下载,参考自composer downloadProcess.tar

发表在 扒拉代码 | 留下评论

PHP的几种运行外部命令的方式

有四种执行脚本的内置函数: 1、system 2、exec 3、pcntl_ex … 继续阅读

发表在 涨姿势 | 留下评论

状态模式

流程图 类图

发表在 DesignPattern | 评论关闭

crontab精确到秒执行

#!/bin/bash #For excuting the scripts ev … 继续阅读

发表在 bash | 留下评论

curl post请求

发表在 扒拉代码 | 留下评论

查看php-fpm进程占用内存量

#求平均值 ps –no-headers -o “rss … 继续阅读

发表在 php-fpm | 留下评论

下载文件名中文乱码

在mac下正常,在windows下乱码 以下是响应头: HTTP/1.1 200 … 继续阅读

发表在 http | 留下评论

curl查看响应http头

wenzg@localhost:~/local/work/tengyue$ cu … 继续阅读

发表在 curl | 留下评论

ab 带参数测试

ab -r -n200 -c50 -H “Cookie: _lc=0 … 继续阅读

发表在 漏洞 | 留下评论