好文档 - 专业文书写作范文服务资料分享网站

JSP个人呢信息管理系统课程设计说明书

天下 分享 时间: 加入收藏 我要投稿 点赞

个人信息管理系统

}

return true;

} catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); return false; }finally{

close1(con,ps); }

public boolean updateb(String time){ Connection con=null;

PreparedStatement ps=null; //System.out.print(\ try {

con=getCon(\

String sql=\ ps=con.prepareStatement(sql); System.out.print(\

ps.setString(1,thing ); ps.setString(2,place ); ps.setString(3,time ); ps.executeUpdate(); return true;

} catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); return false; }finally{

close1(con,ps); }

//暂空 }

④ 日记:

public void tr(){

Connection con=null;

PreparedStatement ps=null; try {

con=getCon(\

9

个人信息管理系统

String sql=\ ps=con.prepareStatement(sql); ps.setString(1,time); ps.setString(2, thing); ps.setString(3,place); ps.setString(4,person);

ps.executeUpdate(); } catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); }finally{

close1(con,ps); }

}

public boolean deleter(String time){ Connection con=null;

PreparedStatement ps=null; try {

con=getCon(\

String sql=\ ps=con.prepareStatement(sql); ps.setString(1,time ); ps.executeUpdate(); return true;

} catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); return false; }finally{

close1(con,ps); }

} public boolean updater(String time){ Connection con=null;

PreparedStatement ps=null; //System.out.print(\ try {

con=getCon(\

String sql=\riji set thing=?,place=?,person=? 10

where

个人信息管理系统

time=?\

ps=con.prepareStatement(sql); System.out.print(\

ps.setString(1,thing ); ps.setString(2,place ); ps.setString(3,person ); ps.setString(4,time ); ps.executeUpdate(); return true;

} catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); return false; }finally{

close1(con,ps); }

//暂空 }

3.2数据录入实现

连接数据库:

Connection getCon(String user,String pwd){ Connection con=null; try {

con=DriverManager.getConnection(\aseName=zhangeweb\ } catch (SQLException e) {

// TODO Auto-generated catch block e.printStackTrace(); }

finally{

if(con==null){ return null; } else{

return con; } }

11

个人信息管理系统

}

数据库表如图3.6:

3.6各数据库表

12

个人信息管理系统

4 调试分析

测试数据:

a) 通讯录:电话 13318888888 姓名 张柯 性别 男 年龄 22 身高 170 简介 学

生 爱好 看书。如图4.1

4.1通讯录登记

b) 备忘录 时间2013.12.31 地点 机房 事件 上机 如图4.2

4.2添加备忘录

c) 日记时间2013.12.30 地点 寝室 事件 谢实验报告 人物 本人如图4.3

4.3添加日记

测试结果:成功写入数据库。

13

JSP个人呢信息管理系统课程设计说明书

个人信息管理系统}returntrue;}catch(SQLExceptione){//TODOAuto-generatedcatchblocke.pr
推荐度:
点击下载文档文档为doc格式
61uyj10q3s2xzhu2kzn0175lm26kup00a14
领取福利

微信扫码领取福利

微信扫码分享