上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页
  2016年7月30日
摘要: Even though HttpClient is aware of complex routing scemes and proxy chaining, it supports only simple direct or one hop proxy connections out of the b 阅读全文
posted @ 2016-07-30 20:09 huey2672 阅读(906) 评论(0) 推荐(0) 编辑
摘要: HttpClient handles all types of redirects automatically, except those explicitly prohibited by the HTTP specification as requiring user intervention.  阅读全文
posted @ 2016-07-30 16:54 huey2672 阅读(384) 评论(0) 推荐(0) 编辑
摘要: The HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol. Usually protocol interceptors are expected to act u 阅读全文
posted @ 2016-07-30 16:52 huey2672 阅读(399) 评论(0) 推荐(0) 编辑
摘要: Originally HTTP has been designed as a stateless, response-request oriented protocol. However, real world applications often need to be able to persis 阅读全文
posted @ 2016-07-30 15:49 huey2672 阅读(351) 评论(0) 推荐(0) 编辑
摘要: An HTTP message can contain a number of headers describing properties of the message such as the content length, content type and so on. HttpClient pr 阅读全文
posted @ 2016-07-30 12:10 huey2672 阅读(687) 评论(0) 推荐(0) 编辑
摘要: HTTP Request All HTTP requests have a request line consisting a method name, a request URI and an HTTP protocol version. HttpClient supports out of th 阅读全文
posted @ 2016-07-30 11:58 huey2672 阅读(346) 评论(0) 推荐(0) 编辑
摘要: HttpClient 4.3.5 Getting Started HttpClient 简单示例 Fundamentals Request Execution HTTP Request & HTTP Response HTTP Header HTTP Entity ResponseHandler H 阅读全文
posted @ 2016-07-30 11:45 huey2672 阅读(126) 评论(0) 推荐(0) 编辑
  2016年7月13日
摘要: 1. 访问 http://nginx.org/en/download.html,下载 Windows 版本的安装包 2. 解压安装包,双击 nginx.exe,启动 nginx 3. 访问 http://localhost/,验证是否成功。 4. 其他操作: 阅读全文
posted @ 2016-07-13 15:34 huey2672 阅读(263) 评论(0) 推荐(0) 编辑
  2016年7月10日
摘要: Redis 中的事务是一组命令的集合。事务同命令一样都是 Redis 的最小执行单位,一个事务中的命令要么都执行,要么都不执行。事务的应用非常普遍,如银行转账过程中 A 给 B 汇款,首先系统从 A 的账户将钱划走,然后向 B 的账户增加相应的金额。这两个不走必须属于同一个事务,要么全都执行要么全都 阅读全文
posted @ 2016-07-10 20:17 huey2672 阅读(231) 评论(0) 推荐(0) 编辑
  2016年7月9日
摘要: SORT 命令格式 SORT key [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC|DESC] [ALPHA] [STORE destination] 基本用法 SORT 命令可以对列表类型、集合类型和有 阅读全文
posted @ 2016-07-09 00:37 huey2672 阅读(870) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 46 下一页