Loading

06 2018 档案

摘要:cd /usr/local/src/ wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.9.tgz tar zxf shc-3.8.9.tgz cd shc-3.8.9 mkdir -p /usr/local/man/man1 make install cp shc /usr/sbin/ cp shc /usr/bin/ shc ... 阅读全文
posted @ 2018-06-06 16:45 崔某一 阅读(142) 评论(0) 推荐(0)
摘要:连接限制没有请求限制有效?我们前面说过, 多个请求可以建立在一次的TCP连接之上, 那么我们对请求的精度限制,当然比对一个连接的限制会更加的有效。因为同一时刻只允许一个连接请求进入。但是同一时刻多个请求可以通过一个连接进入。所以请求限制才是比较优的解决方案。 阅读全文
posted @ 2018-06-05 17:23 崔某一 阅读(184) 评论(0) 推荐(0)
摘要:提示json的输出 提示文本的输出 阅读全文
posted @ 2018-06-05 15:37 崔某一 阅读(669) 评论(0) 推荐(0)