Giter Club home page Giter Club logo

student_info_sys's Introduction

项目描述

该项目是一个 "学生信息管理系统" ,使用了JavaMySQL实现。

English Version


功能描述

该项目实现了下列功能:

  1. 注册, 登录, 忘记密码, 管理个人信息
  2. 上传/下载文件
  3. 提问/回答问题
  4. 发布公告(可定时发送)
  5. 统计当日的答疑率
  6. 管理员提醒老师及时回答问题

样式

点击照片 了解详情


代码结构

文件photo是组员高占恒通过PS设计,感谢!

对于src文件,其代码结构如下:

File name Usage
main 登录界面等主要入口
UI 界面背景
UI_part 功能按键等小模块的样式
SQL 接口层,实现UI和SQL的连接
INFO 关于数据库信息
Function 实现功能函数的细节
DAO Java中操控SQL

注意事项:
  • 使用的时候需要先下载jdbc 实现Java与SQL的连接;
  • 请查看Constant.java中设置,确保正确连接您的数据库;
    public static final String JDBC_URL = "jdbc:mysql://(user):(port)/(table name)?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT";
    public static final String JDBC_USERNAME = "yourusername";
    public static final String JDBC_PASSWORD = "yourpassword";  
  • 请在IDE中将您的Timezone(时区)设置为GMT !!

student_info_sys's People

Contributors

kexin-tang avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.