Tomcat体系结构中有一个非常重要的概念——连接器,看下面这张图
一个connecotr对应一个container,connector用于接收请求,然后传递给container组件去处理,tomcat中默认的连接器是coyote,按照协议类型分,有http和ajp的连接器。
HTTP/1.1协议负责建立HTTP连接,web应用通过浏览器访问tomcat服务器用的就是这个连接器,默认监...
分类:
其他好文 时间:
2015-04-06 20:22:13
阅读次数:
130
1.先新建个文件夹如wamp2.执行文件3.填写信息,写localhost即可4.选择自定义5.选择安装位置,就找刚才新建的文件夹6.检测apache是否安装成功,在浏览器中输入http://localhost,如果出现it works就成功了
分类:
Web程序 时间:
2015-04-05 23:28:27
阅读次数:
193
What is jQuery?
jQuery is a fast, small, and feature-rich JavaScript library. Itmakes things like HTML document traversal and manipulation, event handling,animation, and Ajax much simpler with an easy-to-use API that works across amultitude of bro...
分类:
Web程序 时间:
2015-04-03 17:32:43
阅读次数:
109
The Central Limit Theorem (CLT), and the concept of the sampling distribution, are critical for understanding why statistical inference works. There a...
分类:
其他好文 时间:
2015-03-31 12:37:17
阅读次数:
157
一个Servlet容器要为一个Servlet请求提供服务,基本上有三件事要做:创建一个request对象并填充那些有可能被关联的Servlet使用的信息,如参数、头部、cookies、查询字符串、URI等等。一个request对象是 javax.servlet.ServletRequest或 javax.servlet.http.ServletRequest接口的一个实例。
创建一个response...
分类:
其他好文 时间:
2015-03-31 00:58:27
阅读次数:
173
11624 Fire!Joe works in a maze. Unfortunately, portions of the maze have caughton fire, and the owner of the maze neglecte...
分类:
其他好文 时间:
2015-03-31 00:44:34
阅读次数:
207
Macbook自带词典使用起来比较方便,三指轻拍就可以翻译英文。但是该词典有一个很大的问题就是不能识别变形的词汇,比如可以识别work,但是不能识别works或worked。 由于本人英文实在太烂,一行英文基本上只认识半个到一个词汇,而且是a和the之类。所以老夫就查看Apple的官方文档,自...
分类:
系统相关 时间:
2015-03-30 22:31:54
阅读次数:
246
Problem Description
In order to get rid of Conan, Kaitou KID disguises himself as a teacher in the kindergarten. He knows kids love games and works out a new game called "hand in hand".
Initiall...
分类:
其他好文 时间:
2015-03-19 23:59:41
阅读次数:
435
public static void main(String[] args) throws IOException, WriteException{ jxl.write.WritableWorkbook ww = Workbook.createWorkbook(new File("M:\\works...
分类:
其他好文 时间:
2015-03-18 11:59:16
阅读次数:
122
上一节编写了自己的一个简单的web服务器,只能处理静态的资源,本节将创建一个两个不同的servlet容器,能够简单的处理动态的内容。
HttpServer1...
分类:
其他好文 时间:
2015-03-17 23:47:24
阅读次数:
227