freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

計算機考試管理系統(tǒng)的設計與實現(xiàn)(參考版)

2024-12-10 00:48本頁面
  

【正文】 } } 系統(tǒng)學生登錄成功后模塊 主要功能:提供各項功能選擇,并開始系統(tǒng)任務。 break。 break。 break。 break。 Session[User] = user。 UserManager userManager = new UserManager()。 pwd = (())。 string name = [name].ToString()。 go /*==============================================================*/ /* Table: ExamInfo */ /*==============================================================*/ create table ExamInfo ( ExamId int identity, ExamName varchar(255) not null, ExamTime int not null, ExamContent text null, constraint PK_EXAMINFO primary key (ExamId) ) go /*==============================================================*/ /* Table: QuestionDetailInfo */ /*==============================================================*/ create table QuestionDetailInfo ( QuestionDetailId int identity, QuestionId int null, QuestionContent varchar(255) null, constraint PK_QUESTIONDETAILINFO primary key (QuestionDetailId) ) go /*==============================================================*/ /* Table: QuestionInfo */ /*==============================================================*/ create table QuestionInfo ( QuestionId int identity, ExamId int not null, QuestionType int not null, QuestionTitle varchar(255) not null, QuestionMarks float not null, QuestionAnswer text null, constraint PK_QUESTIONINFO primary key (QuestionId) ) go 21 /*==============================================================*/ /* Table: ScoreInfo */ /*==============================================================*/ create table ScoreInfo ( ScoreId int identity, ExamId int null, UserId int null, ScoreContent float null default 0, IsGive bit null, constraint PK_SCOREINFO primary key (ScoreId) ) go /*==============================================================*/ /* Table: UserInfo */ /*==============================================================*/ create table UserInfo ( UserId int identity, UserName varchar(15) not null, UserPwd varchar(60) not null, UserType int not null, constraint PK_USERINFO primary key (UserId) ) go 計算機考試管理系統(tǒng)開發(fā)實現(xiàn) 登錄模塊 主要功能:驗證用戶身份,提供用戶進入系統(tǒng)的入口。, 39。, 39。, 39。, CurrentUser, 39。, 39。, 39。) drop table UserInfo go /*==============================================================*/ /* Table: AnswerInfo */ /*==============================================================*/ create table AnswerInfo ( AnswerId int identity, QuestionId int not null, UserId int not null, AnswerContent text not null, AnswerMarks float null default 0, GradeUserId int null, constraint PK_ANSWERINFO primary key (AnswerId) ) go 計算機考試管理系統(tǒng)的設計與實現(xiàn) 20 declare CurrentUser sysname select CurrentUser = user_name() execute sp_addextendedproperty 39。) and type = 39。) drop table ScoreInfo go if exists (select 1 from sysobjects where id = object_id(39。) and type = 39。) drop table QuestionInfo go if exists (select 1 from sysobjects where id = object_id(39。) and type = 39。) drop table QuestionDetailInfo go if exists (select 1 from sysobjects where id = object_id(39。) and type = 39。) drop table ExamInfo go if exists (select 1 from sysobjects where id = object_id(39。) and type = 39。) drop table AnswerInfo go if exists (select 1 19 from sysobjects where id = object_id(39。) and type = 39。 以下列出數(shù)據(jù)庫中的各個表: 表 ( UserInfo) 列名 數(shù)據(jù)類型(長度) 是否為空 是否主鍵 是否自增 是否外鍵 UserId Int 否 是 是 否 UserName Varchar(15) 否 否 否 否 UserPwd Varchar(60) 否 否 否 否 UserType Int 否 否 否 否 表 ( ExamInfo) 列名 數(shù)據(jù)類型(長度) 是否為空 是否主鍵 是否自增 是否外鍵 ExamId Int 否 是 是 否 ExamName Varchar(255) 否 否 否 否 ExamTime Int 否 否 否 否 ExamContent Text 是 否 否 否 ExamStartTime DateTime 否 否 否 否 計算機考試管理系統(tǒng)的設計與實現(xiàn) 18 表 ( QuestionInfo) 列名 數(shù)據(jù)類型(長度) 是否為空 是否主鍵 是否自增 是否外鍵 QuestionId Int 否 是 是 否 ExamId int 否 否 否 是 QuestionType Int 否 否 否 否 QuestionTitle Varchar(255) 否 否 否 否 QuestionMarks Float 否 否 否 否 QuestionAnswer Te
點擊復制文檔內容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1