沙漏2的gravatar头像
沙漏2 2012-09-27 17:54:40

jsp开发学生信息管理系统,实现了基本的增删改查的功能

项目描述

完成了学生信息的增删改查、搜索基本功能

运行环境

jdk6,7,8+tomcat6,7,8+mysql+IntelliJ IDEA

项目技术(必填)

jsp+servlet+jdbc+css

数据库文件(可选)

链接:https://pan.baidu.com/s/1-438-rtNg-Hp8UqxKlWi0w
提取码:9koa

依赖包文件(可选)

链接:https://pan.baidu.com/s/19Cb-zBfSKdTxDBX--DlFrQ
提取码:ssd9

是否原创(转载必填原文地址)

转载

项目截图(必填)

jsp开发学生信息管理系统,实现了基本的增删改查的功能

jsp开发学生信息管理系统,实现了基本的增删改查的功能

数据库

jsp开发学生信息管理系统,实现了基本的增删改查的功能

运行截图(必填)

首页

http://localhost:8080/

105001 18050193364

jsp开发学生信息管理系统,实现了基本的增删改查的功能

jsp开发学生信息管理系统,实现了基本的增删改查的功能

登陆成功

jsp开发学生信息管理系统,实现了基本的增删改查的功能

编辑学生信息

jsp开发学生信息管理系统,实现了基本的增删改查的功能

添加学生信息

jsp开发学生信息管理系统,实现了基本的增删改查的功能

jsp开发学生信息管理系统,实现了基本的增删改查的功能

搜索

jsp开发学生信息管理系统,实现了基本的增删改查的功能

注意事项(可选)

1.需要修改MySQLHelp.java中的db的连接信息

package com.zuidaima.db.util;

import java.sql.Connection;
import java.sql.DriverManager;

public class MySQLHelp implements DBHelper {

	@Override
	public Connection getConnection() throws Exception {
		Class.forName("com.mysql.jdbc.Driver");
		String url="jdbc:mysql://localhost:3306/crud?characterEncoding=GBK";
		String user="root";
		String password="111111";
		Connection conn=DriverManager.getConnection(url, user, password);
		return conn;
	}

	@Override
	public void closeConnection(Connection connection) throws Exception {
		connection.close();

	}

}

2.登录的账号是用户名和手机号


打赏

已有1人打赏

ljw6662006的gravatar头像

文件名:xueshengxinxiguanli.rar,文件大小:312K 下载
  • /
      • /xueshengxinxiguanli
        • /xueshengxinxiguanli/.classpath
        • /xueshengxinxiguanli/.project
          • /xueshengxinxiguanli/.settings
            • /xueshengxinxiguanli/.settings/.jsdtscope
            • /xueshengxinxiguanli/.settings/org.eclipse.jdt.core.prefs
            • /xueshengxinxiguanli/.settings/org.eclipse.wst.common.component
            • /xueshengxinxiguanli/.settings/org.eclipse.wst.common.project.facet.core.xml
            • /xueshengxinxiguanli/.settings/org.eclipse.wst.jsdt.ui.superType.container
            • /xueshengxinxiguanli/.settings/org.eclipse.wst.jsdt.ui.superType.name
          • /xueshengxinxiguanli/build
              • /xueshengxinxiguanli/build/classes
                  • /xueshengxinxiguanli/build/classes/cn
                      • /xueshengxinxiguanli/build/classes/cn/fjnu
                          • /xueshengxinxiguanli/build/classes/cn/fjnu/edu
                              • /xueshengxinxiguanli/build/classes/cn/fjnu/edu/dao
                                • /xueshengxinxiguanli/build/classes/cn/fjnu/edu/dao/StudentDao.class
                              • /xueshengxinxiguanli/build/classes/cn/fjnu/edu/daoimpl
                                • /xueshengxinxiguanli/build/classes/cn/fjnu/edu/daoimpl/StuDaoImpl.class
最代码最近下载分享源代码列表最近下载
PISCESPLUS  LV4 2024年9月2日
kyrie1102  LV4 2024年6月16日
15719908287  LV9 2024年5月28日
一起加油  LV5 2024年5月14日
sunkaile  LV1 2024年3月26日
xiongwei11231  LV9 2024年1月15日
asddwh  LV13 2024年1月1日
xunxia  LV7 2024年1月1日
pangzhihui  LV14 2023年10月23日
qwqwqw12345  LV3 2023年6月20日
最代码最近浏览分享源代码列表最近浏览
lu409797 4月11日
暂无贡献等级
2022102154  LV1 3月27日
TTThai  LV1 2024年12月17日
124523 2024年12月11日
暂无贡献等级
lyh1989  LV34 2024年12月11日
vhrhfqq 2024年12月8日
暂无贡献等级
Daima000  LV4 2024年12月3日
微信网友_7261072905261056 2024年11月19日
暂无贡献等级
tengmiaoyan 2024年9月29日
暂无贡献等级
PISCESPLUS  LV4 2024年9月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友