上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 64 下一页
摘要: 一、参考Tengine http://tengine.taobao.org/document_cn/http_dyups_cn.html ngx_http_dyups_module Description This module can be used to update your upstream 阅读全文
posted @ 2017-08-16 18:58 arun_yh 阅读(997) 评论(0) 推荐(0)
摘要: 👇下面遇到一个奇怪的事情 一、 xxx-machine-hostname的 / 目录磁盘空间不足,当前值[80.33%,5.49GiB]异常开始于08-08 19:27:34,已持续30分钟 -rw 1 dev dev 18G Aug 8 19:30 /var/tmp/app.log.swp 二、 阅读全文
posted @ 2017-08-08 22:31 arun_yh 阅读(203) 评论(0) 推荐(0)
摘要: 一、调查问卷工具汇总 https://zh.surveymonkey.com 阅读全文
posted @ 2017-08-03 09:32 arun_yh 阅读(525) 评论(0) 推荐(0)
摘要: https://testssl.sh/ 一、 https://www.ssllabs.com/ssltest/analyze.html?d=jyall.com 监测下jyll.com,不忍直视啊! 二、 https://myssl.com/dns_check.html#dns_check 实用工具箱 阅读全文
posted @ 2017-08-01 15:13 arun_yh 阅读(266) 评论(0) 推荐(0)
摘要: 一、开发请求一个非常长的请求参数 https://jiaju.jyall.me/backend/dish/getSales/?dishId=167271&dishId=166975&dishId=166509&dishId=167088&dishId=166976&dishId=159375&dis 阅读全文
posted @ 2017-07-31 19:16 arun_yh 阅读(1226) 评论(0) 推荐(0)
摘要: 一、 这是一个关于Vagrant的学习系列,包含如下文章: git地址=> https://github.com/aruncre/vagrant 二、 阅读全文
posted @ 2017-07-30 21:27 arun_yh 阅读(198) 评论(0) 推荐(0)
摘要: 一、 https://docsify.js.org/#/ 阅读全文
posted @ 2017-07-28 15:50 arun_yh 阅读(431) 评论(0) 推荐(0)
摘要: 一、Request Headers <1>Accept <2>Accept-Encoding <3>Accept-Language <4>Cache-Control <5>Connection <6>Cookie <7>Host <8>Pragma <9>Referer <10>Upgrade-In 阅读全文
posted @ 2017-07-27 18:03 arun_yh 阅读(315) 评论(0) 推荐(0)
摘要: 一、 今天进行系统维护,发现了大量的499错误, 499错误 ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ngx_string(ngx_http_error_496_page), /* 496, htt 阅读全文
posted @ 2017-07-26 05:53 arun_yh 阅读(1233) 评论(0) 推荐(0)
摘要: <1>从第3000行开始,显示1000行。即显示3000~3999行 cat -n filename | tail -n +3000 | head -n 1000 <2>显示1000行到3000行 cat filename| head -n 3000 | tail -n +1000 *注意两种方法的 阅读全文
posted @ 2017-07-26 05:45 arun_yh 阅读(298) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 64 下一页