文件名称:a
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-06-29
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 王
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JSP页面的功能主要是以各种形式(如直接显示,表格显示,表单显示等)显示各种类型(如字符串,集合,数组等)的动态数据
1、 新建一个JSP页面文件,使用嵌入的JAVA代码片段实现以下功能:
在页面相应的位置显示如下信息:今天日期:****年**月**日(即系统日期)
将以下信息存放在Java的集合对象中,【“001”,“张三”,“男”】【“002”,“王岩”,“男”】【“003”,“刘艳”,“女”】【“004”,“王燕”,“女”】……..,使用for循环将集合中的数据显示在表格中,并且要求表格中奇偶行不同的背景色显示。(提示:java.util.ArrayList需要使用import指令导入)
设计一个错误页面error.jsp,当上述页面出错时自动跳转到error.jsp
-Are the two main functions of the JSP page is based on a variety of forms (such as direct display, tables, according to the form shows, etc.) display various types (such as strings, collection, array, etc.) of dynamic data
1, create a new JSP page file, using the embedded JAVA code snippet to realize the following functions:
? at the location of the corresponding page shows the following information: date of today:**** on**** (that is, the system date)
? will be in the following information stored in a set of Java objects, the 001 , zhang , male 】 【 002 , wang attended , male 】 【 003 , liu yan , female 】 【 004 , wang , female 】... .. Data the collection, use a for loop shown in the table, and odd-even rows in a table of different background color display. (?
1、 新建一个JSP页面文件,使用嵌入的JAVA代码片段实现以下功能:
在页面相应的位置显示如下信息:今天日期:****年**月**日(即系统日期)
将以下信息存放在Java的集合对象中,【“001”,“张三”,“男”】【“002”,“王岩”,“男”】【“003”,“刘艳”,“女”】【“004”,“王燕”,“女”】……..,使用for循环将集合中的数据显示在表格中,并且要求表格中奇偶行不同的背景色显示。(提示:java.util.ArrayList需要使用import指令导入)
设计一个错误页面error.jsp,当上述页面出错时自动跳转到error.jsp
-Are the two main functions of the JSP page is based on a variety of forms (such as direct display, tables, according to the form shows, etc.) display various types (such as strings, collection, array, etc.) of dynamic data
1, create a new JSP page file, using the embedded JAVA code snippet to realize the following functions:
? at the location of the corresponding page shows the following information: date of today:**** on**** (that is, the system date)
? will be in the following information stored in a set of Java objects, the 001 , zhang , male 】 【 002 , wang attended , male 】 【 003 , liu yan , female 】 【 004 , wang , female 】... .. Data the collection, use a for loop shown in the table, and odd-even rows in a table of different background color display. (?
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建文件夹
..........\代码
..........\....\ArrayList.jsp
..........\....\error.jsp
..........\实验五.doc