本文介绍了如何在asp.net中制定课程安排的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想为大学生制定课程安排。类似这样..
代码
课程
天
导师
开始时间
结束时间
状态
可用座位
如果座位已满,则无法进行课程注册..
我如何设计数据库。与此相关的任何代码都有帮助..
i want to make a course schedule for college student.similar like this..
Code
Course
Days
Instructor
Start Time
End Time
Status
Seats Available
if seats are full then course registration is not possible..
how i design the database.any code related to this will help..
推荐答案
这篇关于如何在asp.net中制定课程安排的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!