【正文】
素的現(xiàn)象,必須加以消除。 系統(tǒng)功能模塊圖 教師業(yè)務(wù)管理系統(tǒng) 教師信息錄入 教師信息修改 教師信息查詢 教師信息打印 教師賬號管理 E- R 模型圖 教師 學(xué)歷 職務(wù) 管理員 管理 生日 性別 姓名 社團 住址 著作 用戶名 密碼 經(jīng)歷 年齡 專業(yè) 學(xué)院 獎勵 系統(tǒng)使用流程圖 no no yes no yes no yes yes 退出 登錄系統(tǒng) 選擇要進行的操作 錄入信息 修改信息 查詢信息 打印信息 賬號管理 填寫信息 正確 提交 重置 搜索信息 找到 修改 /刪除 提交 選擇 字段 搜索 找到 修改 /刪除 提交 退出 選擇字段 搜索 找到 Word 打印 退出 修改、添加、刪除 各個模塊功能簡介: 本系統(tǒng)分為五個功能模塊,它們分別是教師信息錄入模塊、 教師信息修改模塊、教師信息查詢模塊、教師信息打印模塊。這些是一個教師的最基本的情況,也是必須填寫的。需要填寫擔任的職務(wù)、任職的時間以及團體的名稱。點擊修改按鈕就會跳到教師信息頁面,教師的基本情況、學(xué)歷情況、工作成績、社會兼職等信息可以任意做修改和補充??梢哉f信息查詢模塊就是信息修改模塊的補充和延伸。基本信息包括基本情況、學(xué)歷情況、工作成績、社會兼職等。主要有修改賬號、添加賬號、刪除賬號等幾個功能 第四章 系統(tǒng)數(shù)據(jù)庫設(shè)計 及主要界面 數(shù)據(jù)庫的設(shè)計: 該教師業(yè)務(wù)管理系統(tǒng)一共建立了兩個 表,分別是 admin 表和 tcinfor 表。此表如下圖 所示: 圖 tcinfor 表 系統(tǒng)主要界面介紹 1. 圖 是該教師檔案管理的登錄界面,也就是歡迎登錄界面。如圖 所示: 圖 教師信息修改 5. 教師信息查詢界面 教師信息查詢界面能夠完成按照姓名、工作單位等關(guān)鍵字的檢索,最后查到結(jié)果。例:輸入關(guān)鍵詞: 李 ,選擇條件按 姓名 查找,則記錄列表將顯示所有姓名中含有 李 字的教師記錄 教師業(yè)務(wù)檔案輸出時,建議先保存后編輯,以免給你造成不必要的麻煩 教師查詢頁面學(xué)院首頁指向: tcadmin/ 教師業(yè)務(wù)檔案管理系統(tǒng)登陸頁面學(xué)院首頁調(diào)用: ,調(diào)用方法:首頁插入代碼: iframe src=你的路徑 /tcadmin/ scrolling=no frameborder=0/ifram 第五章 實現(xiàn)代碼 錄入信息模塊代碼 %LANGUAGE=VBSCRIPT CODEPAGE=936% % if (flag)loginok then script language=JavaScript{(39。39。)。,) tc_cond=request(cond) if tc_key= then set rs=(select tc_id,tc_name,tc_dw from tcinfor order by tc_id desc) else set rs=(select tc_id,tc_name,tc_dw from tcinfor where amp。tc_keyamp。 set the record count rs_total = 39。 *** Recordset Stats: if we don39。 set the number of rows displayed on this page If (rs_numRows 0 Or rs_numRows rs_total) Then rs_numRows = rs_total End If 39。index39。 use index parameter if defined, otherwise use offset parameter MM_param = (index) If (MM_param = ) Then MM_param = (offset) End If If (MM_param ) Then MM_offset = Int(MM_param) End If 39。 move the cursor to the selected record MM_index = 0 While ((Not ) And (MM_index MM_offset Or MM_offset = 1)) MM_index = MM_index + 1 Wend If () Then MM_offset = MM_index 39。 if we walked off the end of the recordset, set MM_rsCount and MM_size If () Then MM_rsCount = MM_index If (MM_size 0 Or MM_size MM_rsCount) Then MM_size = MM_rsCount End If End If 39。 *** Move To Record: update recordset stats 39。 create the list of parameters which should not be maintained MM_removeList = amp。 MM_paramName amp。 MM_item amp。 add the URL parameters to the MM_keepURL string For Each MM_item In MM_nextItem = amp。 amp。 set the boolean used by hide region to check if we are on the last record MM_atTotal = (MM_rsCount 1 And MM_offset + MM_size = MM_rsCount) % % 39。 reset the cursor to the beginning If ( 0) Then Else End If 39。 *** Move To Record: if we dont know the record count, check the display range If (MM_rsCount = 1) Then 39。 past end or move last If ((MM_rsCount Mod MM_size) 0) Then 39。offset39。 *** Move To Record and Go To Record: declare variables Dim MM_rs Dim MM_rsCount Dim MM_size Dim MM_uniqueCol Dim MM_offset Dim MM_atTotal Dim MM_paramIsDefined Dim MM_param Dim MM_index Set MM_rs = rs MM_rsCount = rs_total MM_size = rs_numRows MM_uniqueCol = MM_paramName = MM_offset = 0 MM_atTotal = false MM_paramIsDefined = false If (MM_paramName ) Then MM_paramIsDefined = ((MM_paramName) ) End If % % 39。 count the total records by iterating through the recordset rs_total=0 While (Not ) rs_total = rs_total + 1 Wend 39。 set the first and last displayed record rs_first = 1 rs_last = rs_first + rs_numRows 1 39。 order by tc_id desc) end if % % Dim rs_numRows rs_numRows = 0 % % Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 rs_numRows = rs_numRows + Repeat1__numRows % % 39。 like 39。39。 charset=gb2312meta equiv=keywords content=蘭州理工大學(xué)石油化工學(xué)院學(xué)院,明星設(shè)計,, LINK href= type=text/css rel=stylesheet /head body background=img/ topmargin=0 leftmargin=0 table width=778 border=0 align=center cellpadding=0 cellspacing=0 bgcolor=99CC00 tr td height=30 /td /tr tr td /td /tr tr td 您現(xiàn)在正在操作: span class=style8錄入信息 /span/td /tr tr tdform name=form1 method=post action= table width=754 border=0 align=center cellpadding=0 cellspacing=0 tr tdimg src=img/ width=754 height=27/td /tr tr td background=img/table width=754 border=0 cellpadding=0 cellspacing=0 tr td /td td /td td /td /tr tr td width=70 /td td width=616table width=100% border=0 cellspacing=0 cellpadding=0 tr tdtable width=616 border=0 cellpadding=0 cellspacing=0 tr