自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (3)
  • 收藏
  • 关注

翻译 知识库--create a HttpResponse

Creating a HttpResponse ObjectThe HttpResponse class implements javax.servlet.http.HttpServletResponse. Accompanying it is a facade class named HttpResponseFacade. Following shows the UML diagram of Ht

2016-11-27 23:01:11 335

翻译 知识库--Obtaining Parameters

Obtaining ParametersYou don’t parse the query string or HTTP request body to get parameters until the servlet needs to read one or all of them by calling the getParameter, getParameterMap, getParamete

2016-11-27 22:27:44 364

翻译 知识库--parsing cookies

Parsing CookiesCookies are sent by a browser as an HTTP request header.Such a header has the name “cookie” and the value is the cookie name/value pairs. Here is an example of a cookie header containing

2016-11-27 17:38:58 548

翻译 知识库--parsing headers

Parsing HeadersAn Http headers is represented by the HttpHeader class. This class will be explained in detail in 4, for now it is sufficient to know the following: You can construct an HttpHeade

2016-11-27 09:03:44 355

翻译 知识库--tomcat-connector

Tomcat’s default connector and our connector use the SocketInputStream class for reading byte streams from the socket’s InputStream. An instance of SocketInputStream wraps the java.io.InputStream insta

2016-11-22 09:32:31 284

原创 A Simple Servlet Container

I will develop my own servlet container by presenting two applications. The first application has been designed to be as simple as possible to make it easy for you to understand how a servlet containe

2016-11-14 08:21:56 415

翻译 知识库 tomcat-A Simple Web Server static

1 应用之间的通信 To send byte streams, you must first call the Socket class’s getOutputStream method to obtain a java.io.OutputStream object. To send text to a remote application, you often want to construct

2016-11-13 11:49:36 373

整理流程.png.zip

喜欢dubbo等rpc框架的伙伴

2021-02-07

zookeeper快速指导

zookeeper快速指导

2017-04-07

Memory Management in the Java HotSpot™ Virtual Machine.

15年最新

2016-12-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除