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

正文內(nèi)容

畢業(yè)論文管理系統(tǒng)的數(shù)據(jù)庫(kù)設(shè)計(jì)-wenkub.com

2025-06-25 10:43 本頁(yè)面
   

【正文】 (1) 角色數(shù)據(jù)表create table pms_role ( name char(9)primary key, Rname char(12) )(2) 權(quán)限數(shù)據(jù)表create table pms_right (Rname char(12) primary key, name char(12) )(3) 論文數(shù)據(jù)表create table pms_paper ( Bh char(10) primary key, Xy char not null ,Zz char not null ,Kwmc char not null ,Lwmc char not null ,Yxl char not null ,Yxyz char not null ,Yycs number not null ,Djzz number not null ,Bz char not null ))(4) 評(píng)審數(shù)據(jù)表create table pms_score ( Bh char(10), Sno char not null ,Lwmc char not null ,Tno char not null ,Comm char not null ,score char not null )(5) 管理員數(shù)據(jù)表create table pms_admain(ano char(10) primary key,aname char(30) not null,sex char(3) not null,addr char(30) not null,mobile char(11), char(50),descs char(90),role char(90),)。圖314表間關(guān)系附錄B 代碼創(chuàng)建表的腳本語(yǔ)句:(1) 學(xué)院數(shù)據(jù)表create table pms_college( Collegeid int primary key,Name char(20) not null,Tel char(11) not null,Man char(12) not null,renshu char(10))。該表是用于保存系統(tǒng)管理人員的基本信息的,其中“管理員用戶名”和“管理密碼”是管理人員登陸系統(tǒng)進(jìn)行管理的通行證,為了不引起混亂,“用戶名”在表中是唯一的。表310 系統(tǒng)信息設(shè)置表Config序號(hào)字段名字段類型說(shuō) 明備 注1sitenameVarchar(50)站點(diǎn)名稱非空2siteurlVarchar(50)站點(diǎn)路徑非空3FilepathVarchar(50)文件保存路徑默認(rèn)“upfile”4ImgpathVarchar(50)圖片保存路徑默認(rèn)“upimg”5T_openChar(10)教師是否開(kāi)放注冊(cè)6S_openChar(10)學(xué)生是否開(kāi)放注冊(cè)7S_endtimeDatetime(8)學(xué)生賬戶過(guò)期時(shí)間8T_endtimeDatetime(8)教師賬戶過(guò)期時(shí)間(11) 公告信息表(Information) 如表311所示。其中“sno,tno ”和“用戶密碼”是用于以后登陸,為了不引起混亂,要求“用戶名”在表中唯一;姓名、電話、電子郵件等是用戶的基本信息。2. 數(shù)據(jù)表的詳細(xì)設(shè)計(jì)(1) 學(xué)院數(shù)據(jù)表(pms_college)的設(shè)計(jì)如表31所示。(8) 課題選擇表(pms_select):紀(jì)錄學(xué)院所要求的論文的課題,供畢業(yè)生進(jìn)行論文課題選擇,如表38。(4) 角色數(shù)
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1