C#asp.net core学生信息管理系统

89 篇文章 1 订阅
60 篇文章 1 订阅

C#asp.net core学生信息管理系统

运行前附加数据库.mdf(或sql生成数据库)  
主要技术:
基于asp.net core架构和sql server数据库 
功能模块:

首页登陆,分别为管理员(学生管理 用户角色管理 授课信息管理),老师(学生管理 (教师端) 学生信息管理 学生成绩管理 选课信息管理),学生角色(学生管理(学生端)学生成绩管理),对应不同的功能

运行环境:
 运行需vs2013或者以上版本,sql server 2012或者以上版本。附送有运行说明文档。
注:原则上不回答技术问题。
后台管理+前端页面 
需要调试私信

项目获取:

项目获取:typora: typora/img (gitee.com)

备用项目获取链接1:yifeiyixiang/kamo: 源码下载 (github.com)

备用项目获取链接2: 卡莫_ /

​首页登陆

学生信息管理系统ASP.NET Core

 项目获取:

项目获取:typora: typora/img (gitee.com)

备用项目获取链接1:yifeiyixiang/kamo: 源码下载 (github.com)

备用项目获取链接2: 卡莫_ / Kamo · GitCode

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
摘 要 随着高校规模的不断扩大,学生数量急剧增加,有关学生的各种信息量也成倍增长,庞大学生信息的管理工作成了高校教学管理工作中的一项重要任务,一方面,假如遵从以往旧式的工作方式,该工作的工作量大,管理繁琐,既耗人力,又耗物力;另一方面,由于计算机技术的飞速发展及应用的普及,学生信息管理这样烦琐的工作更需要由计算机来完成。因此开发一套对学生信息进行管理的软件是极其重要的,而且是必需的,通过这样的系统,可以做到信息的规范管理、科学统计和快速的查询,从而减少管理方面的工作量。 基于上述情况,本人针对本校学生选课及教务员排课做详细的需求分析,在Windows XP平台下以SQL Server2000为数据库服务器及PowerDesigner8.0为设计工具,采用PowerBuilder9.0设计开发了基于C/S结构的学生信息管理系统。此系统不仅实现了学生对个人基本信息的修改、查询以及专业选课和重修等,还实现了教务员对学生所选课程的排课组班功能。真正的实现了选课、排课的一体化。简洁的操作方法与人性化的界面设计让任何非计算机专业的管理人员轻松使用。 关键字: 静态分析;被动数据库;用户角色对象 Abstract With the development of academic schools' constantly enlarging their size and increasing the number of their students,various information about students is doubly increased.There is so much information that teaching managment becomes more and more important a task.For one thing,if we follow the old work style as before,the work would have great capacity,and will also be a great waste of manpower and material;for another thing, with the development and application of computer science and technology,such trivial work could be complete done by computer.That's to say, it is of great importance to explore a suitable software. With the help of this software , it will reduce error and will also improve efficiency,what's more,modernization 、systematism and standardization in teaching managment will come true . As the reasons refered above , I analyzed the fact students choose courses and administrator arrange courses in our university in detail , Under windows XP operation system designed this software to manage student's information .It is designed by design tool PowerDesigner8.0 and database server machine SQL Server,other PowerBuder9.0 as my development tool.This student information management system is base on C/S structure.With the help of this software , you can modify or inquire student's information , and it also can be used to arranging courses or organizing students . The system has implement an entire progress of choosing courses and arranging courses.with the concise operation methods and of humanition interface designment,every administrator can use it conveniently in spite of he/she is not professional in computer science. Key Words:Static Analysis;Passive Database;User Role Object 目 录 第一章 绪 论 1 § 1.1 开发背景 1 § 1.2 开发必要性及系统介绍 1 第二章 学生信息管理系统分析 3 § 2.1 系统功能分析 3 § 2.1.1 系统需实现功能 3 § 2.1.2 统分层数据流图 4 § 2.1.3 系统E-R图 9 § 2.1.4 系统数据字典 10 § 2.1.5 系统功能模块 12 § 2.1.6 系统表 13 § 2.2 系统性能分析 17 § 2.2.1 精度 17 § 2.2.2 时间特性要求 17 § 2.2.3 灵活性 18 § 2.3 输入输出要求 18 § 2.4 数据处理能力要求 18 § 2.5 故障处理要求 18 § 2.6 系统运行环境 18 第三章 学生信息管理系统设计 19 § 3.1 论分析 19 § 3.2 总体设计 19 § 3.3 模块划分 20 § 3.3.1 教务员管理系统模块详细介绍 21 § 3.3.2 教师管理系统模块详细介绍 22 § 3.3.3 学生管理系统模块详细介绍 22 第四章 学生信息管理系统实施 24 § 4.1 创建数据库 24 § 4.2 连接数据库 24 § 4.3 系统功能模块的实现 28 § 4.3.1 用户登陆模块实现 28 § 4.3.2 学生选课功能的实现 31 § 4.3.3 学生查询功能的实现 37 § 4.3.4 学生个人信息修改功能的实现 41 § 4.3.5 教务员排课功能的实现 42 § 4.3.6 教师成绩录入功能的实现 48 § 4.3.7 密码修改功能的实现 48 第五章 学生信息管理系统测试 52 § 5.1 试环境 52 § 5.2 试目的和目标 52 § 5.3 选课测试 52 § 5.4 成绩录入测试 57 结 论 59 参考文献 60 致 谢 61
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

星尘库

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值