2016年8月7日
摘要:
HttpClient provides full support for authentication schemes defined by the HTTP standard specification as well as a number of widely used non-standard
阅读全文
posted @ 2016-08-07 15:05
huey2672
阅读(1101)
推荐(0)
2016年8月6日
摘要:
Nginx offers you the possibility to fine-tune your configuration down to three levels — at the protocollevel (http block), the serverlevel (server blo
阅读全文
posted @ 2016-08-06 23:55
huey2672
阅读(385)
推荐(0)
摘要:
The HTTP Core module introduces a large set of variables that you can use within the value of directives. Be careful though, as only a handful of dire
阅读全文
posted @ 2016-08-06 21:13
huey2672
阅读(559)
推荐(0)
摘要:
Socket and Host Configuration This set of directives will allow you to configure your virtual hosts. In practice, this materializes by creating server
阅读全文
posted @ 2016-08-06 16:10
huey2672
阅读(775)
推荐(0)
2016年8月2日
摘要:
Configuration Directives The Nginx configuration file can be described as a list of directives organized in a logical structure. The entire behavior o
阅读全文
posted @ 2016-08-02 14:04
huey2672
阅读(1399)
推荐(0)
2016年8月1日
摘要:
The Events module comes with directives that allow you to configure network mechanisms. Some of the parameters have an important impact on the applica
阅读全文
posted @ 2016-08-01 20:14
huey2672
阅读(449)
推荐(0)
摘要:
The following is the list of directives made available by the Core module. Most of these directives must be placed at the root of the configuration fi
阅读全文
posted @ 2016-08-01 19:23
huey2672
阅读(443)
推荐(0)
摘要:
Downloading and Installing Nginx Nginx for Windows Basic Nginx Configuration Configuration File Syntax Base Module Directives Core Module Directives E
阅读全文
posted @ 2016-08-01 11:04
huey2672
阅读(186)
推荐(0)
2016年7月31日
摘要:
Redis 提供了一组命令可以让开发者实现 “发布/订阅” 模式。“发布/订阅” 可以实现进程间的消息传递,其原理是这样的: “发布/订阅” 模式中包含两种角色,分别是发布者和订阅者。订阅者可以订阅一个或若干个频道(channel),而发布者可以向指定的频道发送消息,所有订阅此频道的订阅者都会收到此
阅读全文
posted @ 2016-07-31 17:32
huey2672
阅读(678)
推荐(0)
摘要:
为 Jersey Client 设置代理,可以使用带有 ClientHandler 参数的构造方法创建 Client 实例。
阅读全文
posted @ 2016-07-31 00:01
huey2672
阅读(1216)
推荐(0)