第五章 servlet容器
第 5 章讨论 container 模块。container 指的是 org.apache.catalina.Container 接口,有4 种类型的 container:engine, host, context 和 wrapper。这章提供了两个工作于 context 和wrapper 的程序。
容器共分四类,类图如下:
一个wrapper就是一个serv...
分类:
其他好文 时间:
2014-11-03 19:31:04
阅读次数:
289
the main components ofevery time series: Trend, Seasonality, Noise and Other. (大势,小周期,噪音和其他)。以下一段具体解释。The trend may be linear or nonlinear, and we may...
分类:
其他好文 时间:
2014-11-01 16:09:19
阅读次数:
278
1. Processes and Threads When an application component starts and the application does not have any other components running, the Android system star....
分类:
移动开发 时间:
2014-10-31 20:38:36
阅读次数:
249
1. App Widgets App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic ....
分类:
移动开发 时间:
2014-10-31 20:28:09
阅读次数:
194
1. Storage Access Framework Android 4.4 (API level 19) introduces the Storage Access Framework (SAF). The SAF makes it simple for users to browse and....
分类:
移动开发 时间:
2014-10-31 20:26:47
阅读次数:
212
伪静态,通过设置服务器服务,做域名地址的转换工作。
urlManager地址美化,通过程序的方式实现地址美化工作。
通过在主配置文件中配置组件来实现:
'components'=>array(
// uncomment the following to enable URLs in path-format
'urlManager'=>array(
...
分类:
其他好文 时间:
2014-10-30 00:18:52
阅读次数:
276
1. Calendar Provider The Calendar Provider is a repository for a user's calendar events. The Calendar Provider API allows you to perform query, inser....
分类:
移动开发 时间:
2014-10-29 23:43:21
阅读次数:
349
1. Content Providers A content provider manages access to a central repository of data. A provider is part of an Android application, which often pr.....
分类:
移动开发 时间:
2014-10-29 16:45:48
阅读次数:
143
1. Bound Services A bound service is the server in a client-server interface. A bound service allows components (such as activities) to bind to the s....
分类:
移动开发 时间:
2014-10-27 12:28:20
阅读次数:
250
BalloonHint1新风格的提示,对其他控件都起作用,TCSpinButton却不起作用XE7里也不行?? for (int i = 0; i ComponentCount; i++) { if (this->Components[i]->ClassNameIs("TCSpinButton")....
分类:
其他好文 时间:
2014-10-27 10:38:06
阅读次数:
328