克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

学生信息管理系统

Student Information Management System (SIMS) Based on PHP and MySQL

基于PHP+MySQL数据库开发,主要功能包括基础信息维护、课程管理、成绩管理、公告板等。 如有问题或建议,请发送邮件至admin@wangyusong.cn

文件结构

component
    -drawer.php     -抽屉导航栏组件
    -footer.php     -页脚组件
    -head.php       -顶部工具栏、Tab选项卡组件
function
    -conn.php       -数据库相关功能文件
    -drxs.sql       -数据库创建文件(不含示例数据)
    -drxs_data.sql  -数据库示例数据
    -function.php   -函数功能文件,根据需求调用相关函数
    -install_db.php -数据库初始化功能
src
    -css            -css资源文件夹
    -fonts          -字体文件夹
    -icons          -图标文件夹
    -img            -程序所需的图片资源
    -js             -js文件夹
center.php          -个人中心
course.php          -课程相关功能
docs.php            -开发文档
index.php           -程序首页
install.php         -程序安装页面
LICENSE             -许可文件
login.php           -登录、注册功能
management.php      -基础信息维护功能
notice.php          -公告相关功能
README.php          -说明文件
score.php           -成绩相关功能
settings.php        -设置中心相关功能

程序要求

  • PHP版本 >=7.3;
  • Mysql5.5及以上版本,推荐使用Mysql_MariaDB 10.0及以上版本;
  • 浏览器支持JavaScript;

更新日志

  • 2021.02.02 => v1.0
    • 新增:自动登录功能;
    • 优化:安装流程,支持文件完整性校验,支持删除安装文件;
    • 优化:代码结构更清晰;
    • 优化:表格样式,添加圆角边框;

  • 2021.01.29 => v0.2
    • 新增:安装界面;
    • 新增:详细功能介绍及截图,请访问:https://www.wangyusong.cn/archives/831.html
    • 优化:部分注释信息;
    • 优化:部分细节内容;
    • 优化:精简css文件;
    • 优化:项目图片压缩;
    • 修复:已知bug;

  • 2021.01.02 => v0.1
    • 初始版本;
    • 主要功能:基础信息维护、课程管理、成绩管理、公告板、设置中心、开发文档等;
    • 源代码:https://gitee.com/drxs/SIMS ;
MIT License Copyright (c) 2020 admin@wangyusong.cn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于PHP、MySQL的学生信息管理系统。主要功能包括基础信息维护、课程管理、成绩管理、公告板等。 Student Information Management System (SIMS) Based on PHP and MySQL. 展开 收起
PHP 等 3 种语言
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化