前年给地图技术审查中心做了一个培训的报名系统,功能需求比较简单,由于当时刚开始摸索java就只能照葫芦画瓢的使用JDBC写的程序。这是中百信公司的遗留项目,我接手过来的,仿照以前的代码写得。
出现问题的代码:
[html]
查看培训(会议)报名信息
'"/>
cellspacing="1" cellpadding="5" bgcolor=#455ca2>
操作
序号
姓名
性别
民族
身份证号
工作单位
职务(职称)
手机号码
乘坐何种 交通工具(班次)
到达时间
注册时间
ip地址 www.2cto.com
<%
Collection registerId = conferenceRegisterAssignOp.getRegisterIdByConferenceId(Integer.parseInt(request.getParameter("cid")));
Iterator it = registerId.iterator();
int index = 1;
while (it.hasNext()) {
Integer integer = (Integer)it.next();