net working
lemonade
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Servlet
1. Basic Servlet StructureHeres the outline of a basic servlet that handles GET requests. GET requests, for those unfamiliar with HTTP, are requests made by browsers when the user types in a URL on t原创 2001-05-30 22:58:00 · 1108 阅读 · 0 评论 -
Introduction to CGI Variables
1. Introduction to CGI VariablesIf you come to Java servlets from traditional CGI, you are probably used to the idea of "CGI Variables". These are a somewhat eclectic collection of information ab原创 2001-05-30 22:47:00 · 1122 阅读 · 0 评论 -
JSP
. Syntax SummaryJSP Element Syntax Interpretation Notes JSP Expression Expression is evaluated and placed in output. XML equivalent isexpression. Predefined variables are reque原创 2001-05-30 22:43:00 · 1808 阅读 · 0 评论
分享