标签: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