# JavaSwingMysql **Repository Path**: huangpp2024/JavaSwingMysql ## Basic Information - **Project Name**: JavaSwingMysql - **Description**: 基于Java语言和Swing组件配合使用MySQL数据库作为数据存储的学生信息管理系统(是我的大一期末课设)。A student information management system based on Java language and Swing components, using MySQL database for data storage (which is my first semester final project) - **Primary Language**: Java - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-08-07 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java-Swing-Mysql- 基于Java语言和Swing组件配合使用MySQL数据库作为数据存储的学生信息管理系统(是我的大一期末课设)。A student information management system based on Java language and Swing components, using MySQL database for data storage (which is my first semester final project) # 程序注意事项 程序登录用户名:root 登录密码:123456 main方法所在文件:Starter.java # 中文简体 | 部署方法: 直接解压XueshengGuanli.zip到XueshengGuanli 将文件夹XueshengGuanli项目导入到你使用的IDE中 本项目中的按钮的图标因为时间仓促,使用的是固定目录,所以请将项目中的Button文件夹中的图片放置在以下文件夹中: F:\Java课设\ 在使用本项目前,请确保你的计算机已经正确配置了Mysql程序。 确认无误后,请将本项目中的stu_keshe.sql文件导入到你的本地MySQL数据库中 导入参考方法:https://blog.csdn.net/web15286201346/article/details/126113541?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522172299096016800213034650%2522%252C%2522scm%2522%253A%252220140713.130102334..%2522%257D&request_id=172299096016800213034650&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~top_click~default-2-126113541-null-null.142^v100^pc_search_result_base7&utm_term=mysql%E5%AF%BC%E5%85%A5sql&spm=1018.2226.3001.4187 项目中已经包含mysql驱动程序无需另行添加 此外我们已经提供了已经编译好的exe文件供直接使用,无需将项目导入到IDEA验证,也无需设置原始目录图片, 但必须确保你的Windows已经设置的了Java的系统环境变量。 例如: 系统的Path下:你的jkd或jre目录\bin # Program Notes Program login username: `root` Login password: `123456` File containing the `main` method: `Starter.java` # English | Deployment Instructions: Extract XueshengGuanli.zip directly into the XueshengGuanli folder. Import the XueshengGuanli project folder into your IDE. Due to time constraints, the icons for the buttons in this project use fixed directories. Therefore, please place the images from the Button folder in the project into the following folder: F:\Java课设\. Before using this project, ensure that your computer has MySQL properly configured. Once confirmed, import the stu_keshe.sql file from this project into your local MySQL database. For import instructions, refer to: https://blog.csdn.net/web15286201346/article/details/126113541?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522172299096016800213034650%2522%252C%2522scm%2522%253A%252220140713.130102334..%2522%257D&request_id=172299096016800213034650&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~top_click~default-2-126113541-null-null.142^v100^pc_search_result_base7&utm_term=mysql%E5%AF%BC%E5%85%A5sql&spm=1018.2226.3001.4187 The project already includes the MySQL driver, so no additional setup is needed. Additionally, we have provided a precompiled .exe file for direct use. You do not need to import the project into IDEA or set up the original directory images, but you must ensure that your Windows system has the Java system environment variable set up. For example, in the system Path: your jdk or jre directory\bin.