9321
文章平均质量分 65
sudowizard
You can never miss the world of coding. You must understand what happens beneath an one simple touch or clicking. If you dont the world will consume you. Im quite certain about this.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JSP Componets Quick summary
JSP Syntax:1. DeclarationsA declaration declares one or more variables or methods that you can use in Java code later in the JSP file. (Don’t really see only use declarations, usually declare in the sc原创 2016-08-04 14:44:54 · 290 阅读 · 0 评论 -
JSP Actions
JSP actions use constructs in XML syntax to control the behaviour of the servlet engine. You can dynamically insert a file, reuse JavaBeans components, forward the user to another page, or generate HTM原创 2016-08-04 18:43:21 · 285 阅读 · 0 评论
分享