需求: 每个老师都只能看到自己的课程 # models.py from django.contrib.auth.models import AbstractUser class UserProfile(AbstractUser): ...... class Courses: teacher = mo ...
分类:
其他好文 时间:
2019-12-11 19:19:26
阅读次数:
223
ECSE427/COMP310 (Revision 6) Page 1 of 7Programming Assignment #3: Mountable Simple File SystemDue date: Check My Courses`1. What is required as part ...
分类:
其他好文 时间:
2019-11-27 19:23:24
阅读次数:
65
https://ilearningx.huawei.com/courses/course-v1:HuaweiX+EBGTC00000022+2018.7/courseware /0b9c3247939345c194dac2ca0d076246/5591865befcf475586e928652ee0 ...
分类:
其他好文 时间:
2019-11-25 23:49:29
阅读次数:
109
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:
其他好文 时间:
2019-11-23 12:40:43
阅读次数:
74
There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites, for example to take course 0 you have to ...
分类:
其他好文 时间:
2019-11-21 11:58:07
阅读次数:
69
There are a total of n courses you have to take, labeled from 0 to n-1. Some courses may have prerequisites, for example to take course 0 you have to ...
分类:
其他好文 时间:
2019-11-19 13:47:00
阅读次数:
65
--CREATE DATABASE EXAM_1 --GO USE EXAM_1 --判断并删除表 IF OBJECT_ID('Scores') IS NOT NULL DROP TABLE Scores; GO IF OBJECT_ID('Courses') IS NOT NULL DROP TA... ...
分类:
数据库 时间:
2019-11-17 14:40:05
阅读次数:
76
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C Programming Language, Mathematics ...
分类:
其他好文 时间:
2019-11-03 20:16:25
阅读次数:
79
platform & onlinebook AI Google https://developers.google.cn/machine-learning/guides/rules-of-ml/ DeepMind OpenAI 伯克利(配套《动手做深度学习》) http://courses.d2l. ...
分类:
其他好文 时间:
2019-11-03 01:15:59
阅读次数:
119
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C Programming Language, Mathematics ...
分类:
其他好文 时间:
2019-10-29 13:43:36
阅读次数:
104