Status-Code - 1xx: Informational - Request received, continuing process - 2xx: Success - The action was successfully received, understood, and accepte ...
分类:
Web程序 时间:
2017-10-20 11:54:14
阅读次数:
292
最近事情多,OneCoder折腾了好几天,总算翻译完成了。 翻译自官方文档:http://netty.io/wiki/new-and-noteworthy-in-5.x.html 该文档会列出在Netty新版本中值得注意变化和新特性列表。帮助你的应用更好的适应新的版本。 不像Netty3.x和4.x ...
分类:
Web程序 时间:
2017-10-11 00:59:12
阅读次数:
248
Server.c Client.c 未完待续~ ...
分类:
编程语言 时间:
2017-10-05 22:34:51
阅读次数:
539
在进行802.1x 测试时遇到如下问题: Waking up in 4.6 seconds.(156) Received Access-Request Id 82 from 192.168.1.126:44896 to 192.168.1.122:1812 length 524(156) User- ...
分类:
其他好文 时间:
2017-09-27 19:03:25
阅读次数:
577
搬运来源:https://blogs.yahoo.co.jp/dk521123/36721868.html 原因: 发生过程: RFC 2109 RFC 6265 摘自Tomcat源码 org.apache.tomcat.util.http.parser.Cookie 解决方法: 旧版中,修改${c ...
分类:
其他好文 时间:
2017-09-24 15:23:42
阅读次数:
4539
RabbitMQ Topic exchange Topic exchange topic与之前的每个类型都不同(ps:废话每个都是不同的)。Topic解决了我们另一个需求。举个例子,有一个做资讯的公司,他们会收集各种科技公司的动态并且第一时间转发出来。小编A负责微软公司,小编B负责谷歌公司,手工去搜 ...
分类:
其他好文 时间:
2017-09-21 13:33:36
阅读次数:
136
RabbitMQ Queue分发多个Consumer 多个Consumer的消息分发 之前讲过一个queue对应一个consumer的小例子, 但是在实际项目中,一个consumer肯定是不够的,queue中的消息过多。一个consumer明显会处理过慢,等待时间过长。这时候就需要多个consume ...
分类:
其他好文 时间:
2017-09-21 11:30:45
阅读次数:
175
抓包Https时错误提示:SSLHandshake: Received fatal alert: unknown_ca 1、准备工作,下载Charles版本 有情链接,提取码为:ghc6,其中包含了Charles两个版本 a Charles3.9.3 主要针对iphone5手机抓包 b Charle ...
分类:
Web程序 时间:
2017-09-20 18:04:01
阅读次数:
5468
In the comments, I was told that I should avoid Thread.Sleep(), all right, let's try this:1. you could wrap the parallel.foreach within a task and man ...
分类:
编程语言 时间:
2017-09-13 20:23:17
阅读次数:
270