码迷,mamicode.com
首页 > 编程语言 > 详细

javaweb学习路线-myeclipse的配置和Servlet之request和response

时间:2017-04-24 12:21:27      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:edit   jre   tomcat   text   ace   iat   环境   服务器   asics   

Myeclipse的配置

1.General -->Workspace -->utf-8  //设置项目的编码格式,项目决定文件,文件决定文本

2.General -->Editors -->Associations -->JSP -->MyEclipse JSP Editors

3.搜索jsp -->utf-8

4.Java -->Instralled JREs -->添加

5.tomcat配置,先配置java环境,再配置本地tomcat环境

6.调整字体:General-->Appearance-->Colors and Fonts-->Basics-->Text Font-->Edit 选择Courier New字体

 

服务器处理请求的流程:

服务器每次收到请求时,都会为这个请求开辟一个新的线程。

服务器会把客户端的请求数据封装到request对象中,request就是请求数据的载体

服务器还会创建response对象,这个对象与客户端连接在一起,他可以用来向客户端发送响应

 

javaweb学习路线-myeclipse的配置和Servlet之request和response

标签:edit   jre   tomcat   text   ace   iat   环境   服务器   asics   

原文地址:http://www.cnblogs.com/BLJworld1994/p/6755470.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!