摘要: 1 //use this to implement platform-cross new-line.2 StringBuilder sb = new StringBuilder();3 sb.append(System.getProperty("line.separator")); 阅读全文
posted @ 2014-06-07 20:36 wonkju 阅读(150) 评论(0) 推荐(0)
摘要: A JSP page exists in three forms:JSP source code:consists of a mix of HTML template code.Java language statements.JSP directives and actions that desc... 阅读全文
posted @ 2014-06-07 12:32 wonkju 阅读(401) 评论(0) 推荐(0)
摘要: default character encoding of the request or response body: If a character encoding is not specified, the Servlet specification requires that an enco... 阅读全文
posted @ 2014-06-07 12:16 wonkju 阅读(1092) 评论(1) 推荐(0)
摘要: Overview of URIURI are characterized by the following definitions:UniformUniformity provides several benefits: it allows different types of resource ... 阅读全文
posted @ 2014-06-07 09:04 wonkju 阅读(191) 评论(0) 推荐(0)