摘要:Cookie > browser Session > server When a client access to a server, there will be some data in this process, the server should save these data. How to
阅读全文
07 2017 档案
摘要:JSP(Java Server Page) which display the page of server also a servlet in essence. The JSP could write java code in a html page. JSP = Java + HTML In t
阅读全文
摘要:For the request and response: request > HttpServletRequest response > HttpServletResponse Every request send by browser will create a new request obje
阅读全文
摘要:Servlet is a java code run in the server such as Tomcat. How to create a servlet? 1.Create a class extends HttpServlet (or implements the Servlet inte
阅读全文
摘要:HTTP(Hyper Text Transfer Protocol) is managed by W3C institute. There are two versions 1.0 and 1.1. The version 1.1 is used widely. But what's the dif
阅读全文
摘要:Tomcat is a free server. The detail of Tomcat directory structure: bin --> include some batch file and jar file. For example : the start and shutdown
阅读全文
摘要:The Xpath's javadoc could be got from the Dom4j's javadoc. There are some simple regulation you must follow: 1.When you want to use specific single no
阅读全文
摘要:Different from DOM parser, the SAX parser will parse the file from one node to another. There are several methods are common used in SAX parser: start
阅读全文
摘要:We can see that when we want to use the Dom4j to parse XML , we should import org.dom4j.* At the same time ,that to parse XML by DOM ,we should import
阅读全文
摘要:Dom4j is a powerful and common tool to parse the xml file.DOM(Document Object Model) There are two main stream in parsing xml file:DOM and SAX Let me
阅读全文
摘要:Today I reviewed the xml part. Xml's full name is Extensible Markup Language which produced from SGML(Standard Generalized Markup Language). Why do yo
阅读全文
摘要:The reflect part has many advantages.I heard that reflect is widely used in many frames. In this part: 1.Common method to get Class object: a)Class cl
阅读全文
摘要:OK,after not master the javamail well, Im so eager to start the journey to review the JavaEE part. I can see that so many projects needs the base of s
阅读全文

浙公网安备 33010602011771号