月归档:2017 年十二月

状态模式

流程图 类图

发表在 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 … 继续阅读

发表在 漏洞 | 留下评论