08 2016 档案
Ehcache(2.9.x) - API Developer Guide, Searching a Cache
摘要:About Searching The Search API allows you to execute arbitrarily complex queries against caches. The development of alternative indexes on values prov 阅读全文
posted @ 2016-08-31 18:00 huey2672 阅读(937) 评论(0) 推荐(0)
Ehcache(2.9.x) - API Developer Guide, Cache Usage Patterns
摘要:There are several common access patterns when using a cache. Ehcache supports the following patterns: Cache-aside (or direct manipulation) Cache-as-so 阅读全文
posted @ 2016-08-30 21:27 huey2672 阅读(275) 评论(0) 推荐(0)
Ehcache(2.9.x) - API Developer Guide, Basic Caching
摘要:Creating a CacheManager All usages of the Ehcache API start with the creation of a CacheManager. The following code snippets illustrate various ways t 阅读全文
posted @ 2016-08-30 18:09 huey2672 阅读(362) 评论(0) 推荐(0)
Ehcache(2.9.x) - API Developer Guide, Key Classes and Methods
摘要:About the Key Classes Ehcache consists of a CacheManager, which manages logical data sets represented as Caches. A Cache object contains Elements, whi 阅读全文
posted @ 2016-08-30 16:53 huey2672 阅读(218) 评论(0) 推荐(0)
Table of Contents - Ehcache
摘要:Ehcache 2.9.x API Developer Guide Key Classes and Methods Basic Caching Cache Usage Patterns Searching a Cache Using Explicit Locking Blocking and Sel 阅读全文
posted @ 2016-08-30 16:32 huey2672 阅读(174) 评论(0) 推荐(0)
jBPM - Eclipse 安装 jBPM 插件
摘要:假设 jBPM 包的解压路径为 E:/jbpm-installer,Eclipse 的安装目录为 E:/eclipse。 安装 jBPM 插件 1. 将 E:/jbpm-installer/lib 目录下的 org.drools.updatesite-6.3.0.Final.zip 解压至 E:/E 阅读全文
posted @ 2016-08-21 01:31 huey2672 阅读(1244) 评论(0) 推荐(0)
Table of Contents - jBPM
摘要:Getting Started jBPM Installer Eclipse 安装 jBPM 插件 jBPM Core 阅读全文
posted @ 2016-08-21 01:10 huey2672 阅读(127) 评论(0) 推荐(0)
jBPM - jBPM Installer
摘要:Prerequisites This script assumes you have Java JDK 1.6+ (set as JAVA_HOME), and Ant 1.7+ installed. If you don't, use the following links to download 阅读全文
posted @ 2016-08-21 01:07 huey2672 阅读(320) 评论(0) 推荐(0)
Table of Contents - Handlebars
摘要:Getting Started Expressions Precompilation Block Helpers Partials Built-In Helpers API Reference 阅读全文
posted @ 2016-08-18 19:31 huey2672 阅读(135) 评论(0) 推荐(0)
Nginx - Additional Modules, SSL and Security
摘要:Nginx provides secure HTTP functionalities through the SSL module but also offers an extra module called Secure Link that helps you protect your websi 阅读全文
posted @ 2016-08-14 21:13 huey2672 阅读(242) 评论(0) 推荐(0)
Nginx - Additional Modules, About Your Visitors
摘要:The following set of modules provides extra functionality that will help you find out more information about the visitors, such as by parsing client r 阅读全文
posted @ 2016-08-14 18:02 huey2672 阅读(307) 评论(0) 推荐(0)
Nginx - Additional Modules, Content and Encoding
摘要:The following set of modules provides functionalities having an effect on the contents served to the client, either by modifying the way the response 阅读全文
posted @ 2016-08-14 16:09 huey2672 阅读(748) 评论(0) 推荐(0)
Nginx - Additional Modules, Limits and Restrictions
摘要:The following modules allow you to regulate access to the documents of your websites — require users to authenticate, match a set of rules, or simply 阅读全文
posted @ 2016-08-14 12:56 huey2672 阅读(250) 评论(0) 推荐(0)
Nginx - Additional Modules, Website Access and Logging
摘要:The following set of modules allows you to configure how visitors access your website and the way your server logs requests. Index The Index module pr 阅读全文
posted @ 2016-08-14 11:37 huey2672 阅读(274) 评论(0) 推荐(0)
Nginx - SSI Module
摘要:SSI, for Server Side Includes, is actually a sort of server-side programming language interpreted by Nginx. Its name is based on the fact that the mos 阅读全文
posted @ 2016-08-13 22:21 huey2672 阅读(1056) 评论(0) 推荐(0)
Nginx - Rewrite Module
摘要:Initially, the purpose of this module (as the name suggests) is to perform URL rewriting. This mechanism allows you to get rid of ugly URLs containing 阅读全文
posted @ 2016-08-08 23:46 huey2672 阅读(891) 评论(0) 推荐(0)
HttpClient(4.3.5) - HTTP Authentication
摘要: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) 推荐(0)
Nginx - HTTP Configuration, the Location Block
摘要: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) 推荐(0)
Nginx - HTTP Configuration, Module Variables
摘要: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) 推荐(0)
Nginx - HTTP Configuration, Module Directives
摘要: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) 推荐(0)
Nginx - Configuration File Syntax
摘要: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) 推荐(0)
Nginx - Events Module
摘要: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) 推荐(0)
Nginx - Core Module Directives
摘要: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) 推荐(0)
Table of Contents - Nginx
摘要: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) 推荐(0)