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

正文內(nèi)容

計算機專業(yè)--企業(yè)辦公自動化系統(tǒng)設(shè)計與實現(xiàn)-資料下載頁

2024-12-04 01:19本頁面

【導(dǎo)讀】計算機專業(yè)畢業(yè)論文--企業(yè)辦公自動化系統(tǒng)設(shè)計與實。辦公自動化OfficeAutomation簡稱OA是將現(xiàn)代化辦公和計算機網(wǎng)絡(luò)功能。結(jié)合起來的一種新型的辦公方式StrutsJavaBean技術(shù)設(shè)計開發(fā)并采用數(shù)據(jù)庫。SQLServer2021完成數(shù)據(jù)庫設(shè)計及連接最終實現(xiàn)一個能夠滿足企業(yè)辦公網(wǎng)絡(luò)化。自動化的管理需求提高企業(yè)內(nèi)部的管理水平的系統(tǒng)該系統(tǒng)能全面提升企業(yè)在市。場中的綜合競爭力。234公告管理功能9. 434設(shè)計刪除會議記錄及查看會議詳細(xì)信息18. 公設(shè)備中由人與技術(shù)設(shè)備構(gòu)成服務(wù)于某種辦公業(yè)務(wù)目的的人機信息處理系統(tǒng)OA. 助工具的應(yīng)用辦公事務(wù)OA中最為普遍的應(yīng)用有文字處理文件收發(fā)登錄文檔管。理辦公日程管理人事管理報表處理此外在辦公事務(wù)處理級上可以使用多種OA子。儲蓄業(yè)務(wù)系統(tǒng)等第二個層次信息管理型OA系統(tǒng)隨著信息利用重要性的不斷增加。第三個層次決策支持型OA系統(tǒng)它建立在信息管理級OA系統(tǒng)的基礎(chǔ)上使用由。工作的領(lǐng)導(dǎo)進(jìn)行決策的場所領(lǐng)導(dǎo)機關(guān)做出決策發(fā)布指示除了文檔上的往來之外。為信息傳向下級機構(gòu)或合作單位或

  

【正文】 n_good path personperson_good scope request type officeactionUserAction forward name success path personLook_personjsp forward name false path personLook_personjsp 5 在 UserAction 類中創(chuàng)建 executePersonLook 方法 在 UserAction 類中創(chuàng)建 executePersonLook 方法處理查詢請求該方法也是用來處理瀏覽員工信息請求方法因為瀏覽員工信息的請求實際上就是查詢?nèi)坑脩舻恼埱?executePersonLook 方法關(guān)鍵代碼如下 public ActionForward executePersonLook ActionMapping mappingActionForm form HttpServletRequest requestHttpServletResponse response ActionMessages errors new ActionMessages HttpSession session requestgetSession SearchForm searchform SearchForm form String sql String subsql searchformgetSubsql String subsqlvalue searchformgetSubsqlvalue sql select from ContentTB_USER where subsql subsqlvalue String str_currentpage requestgetParameter page DB db new DB ArrayList personlist dbgetallpersonlist sqlcurrentpage return mappingfindForward success 2 個人信息子模塊 個人信息子模塊是對登錄用戶的信息進(jìn)行操作的當(dāng)用戶觸發(fā)查看個人信息請求時處理該請求的 Action 類的主要任務(wù)就是調(diào)用相應(yīng)的方法將用戶登錄時存儲在 LogonForm 類中的信息復(fù)制到于該請求對應(yīng)的 ActionForm 類中然后利用ActionForm 的自動填充機制通過 htmltext 標(biāo)簽將信息顯示 在頁面中當(dāng)用戶觸發(fā)修改個人信息請求時 Action 類會通過該其請求中傳遞的參數(shù)做相應(yīng)的操作 525 文檔管理模塊的實現(xiàn) 該模塊的功能如下 1 瀏覽文件詳細(xì)內(nèi)容 本模塊功能的特點在于其并沒有在 Strutsconfigxml 文件進(jìn)行配置也沒有在 Action 類中編寫實現(xiàn)該請求的方法而是直接通過一個鏈接轉(zhuǎn)發(fā)到目的頁面后應(yīng)用 Struts 標(biāo)簽來實現(xiàn)的該模塊的實現(xiàn)過程如下 1 在 Look_filejsp 的頁面中出發(fā)瀏覽文件詳細(xì)內(nèi)容請求的鏈接代碼如下 a href requestgetContextPath fileLook_siglefilejspid beanwrite name filesigle property fileid htmltext name filesigle property filename size 25 style border0cursorhand readonly true 該鏈接所觸發(fā)的不是 do 的 請 求 而 是 將 請 求 直 接 轉(zhuǎn) 發(fā) 到Look_siglefilejsp 頁面并且是通過 htmltext 標(biāo)簽輸出文件的主題信息 2 創(chuàng)建 Look_siglefilejsp 頁面的部分代碼如下 logicpresent name filelist logiciterate id filesigle name filelist logicequal value requestgetParameter id name filesigle property fileid tr valign middle td bgcolor B9D9E9 文件名 nbsp td height 30 nbsp htmltext name filesigle property filename style border0 readonly true tr valign middle td height 30 align right valign middle bgcolor B9D9E9 上傳者 nbsp td height 30 align left nbsp htmltext name filesigle property fileuper style border0 readonly true 省略部分顯示文件其他信息的代碼 logicequal logiciterate logicpresent logiciterate 遍歷標(biāo)簽中 name屬性所指定的 filelist集合對象是在用戶觸發(fā) filefile_lookdo 請求也就是單擊菜單中的文檔管理中的文件瀏覽鏈接時在 FileAction 類中的 executeFileLook 方法中生成的 2 刪除文件子模塊 該模塊通過單擊刪 除按鈕后提交給 Form 表單后觸發(fā)當(dāng)用戶選中刪除按鈕后的復(fù)選框后進(jìn)行刪除操作時存儲在服務(wù)器中的文件就會被刪除否則只從數(shù)據(jù)庫刪除選定的文件信息該過程的實現(xiàn)效果如圖 58 所示 圖 58 瀏覽文件窗口 1 在 Look_filejsp 頁面中觸發(fā)刪除文件請求的刪除提交按鈕關(guān)鍵代碼如下 htmlform action filefile_deldo htmlhidden name filesigle property fileid input type hidden name page value sessiongetAttribute currentpage td height 30 align center title 查看詳細(xì)信息 a href requestgetContextPath fileLook_siglefilejspid beanwrite name filesigle property fileid htmltext name filesigle property filename size 25 style border0cursorhand readonly true beanwrite name filesigle property fileuper beanwrite name filesigle property filesize beanwrite name filesigle property fileuptime a href requestgetContextPath filefile_downloaddoid beanwrite name filesigle property fileid filename beanwrite name filesigle property filename 下載 logicequal value 0 name logonuser property userable 無權(quán)限 logicequal logicgreaterEqual value 1 name logonuser property userable htmlsubmit value 刪除 onclick return confirm 確認(rèn)要刪除該記錄嗎 nbsp htmlcheckbox name filesigle property delete value true nbsp 刪除磁盤文件 htmlcheckbox logicgreaterEqual htmlform 2 在文件 strutsconfigxml 中配置如下 action name fileform parameter file_del path filefile_del scope request type officeactionFileAction forward name success path filefile_lookdo forward name false path fileLook_filejsp 3 創(chuàng)建 FileForm 類 4 在 FileAction 類中創(chuàng)建 executeFileDel 方法 3 文件上傳子模塊 該模塊實現(xiàn)單個文件的上傳操作用戶通過選擇要上傳的文件并在描述文本框中輸入文件的描述信息單擊上傳按鈕程序會將文件的上傳者大小和上傳時間等信息插入數(shù)據(jù)庫中同時將文件上傳到服務(wù)器指定的目錄下并將文件在數(shù)據(jù)表中的 ID 值與文件的后綴名組成一個新的文件名并重新命名該文件實現(xiàn)效果如圖58 所示 圖 58 上傳文件窗口 該模塊的實現(xiàn)過程如下 1 創(chuàng)建文件上傳的頁面 Up_filejsp htmlform action filefile_updouptype up enctype multipartformdata method post focus upfile td bgcolor B9D9E9 文件 nbsp htmlfile property upfile size 66 td bgcolor B9D9E9 描述 nbsp htmltext property fileinfo size 77 htmlsubmit value 上傳文件 htmlreset value 重置選擇 在實現(xiàn)文件上傳功能時 Form 表單的 method 屬性值必須為 post 并且enctype 的屬性值為 multipartformdata 2 配置文件 strutsconfigxml 其關(guān)鍵代碼如下 action name fileform parameter file_up path filefile_up scope request type officeactionFileAction forward name up path fileUp_filejsp forward name success path fileUp_filejsp forward name false path fileUp_filejsp 3 在 FileAction 類中創(chuàng)建 executeFileUp 方法 4 文件下載子模塊 該模塊將選中的文件從服務(wù)器中下載到客戶端指定目錄下用戶單擊下載鏈接觸發(fā)文件下載請求程序回復(fù)響應(yīng)向用戶顯示文件下載對話框并要求用戶選擇處理文件方式選中將文件保存到磁盤單選項后單擊確定按鈕在彈出的對話框中選擇文件保存路徑后單擊保存按鈕即可將文件下載到指定目錄中文件下載實現(xiàn)如下 圖 510 新建下載窗口 1 在 Look_filejsp 頁面中觸發(fā)文件下載請求的下載 鏈接代碼如下 a href requestgetContextPath filefile_downloaddoid beanwrite name filesigle property fileid filename beanwrite name filesigle property filename 下載 2 配置 strutsconfigxml 文件其關(guān)鍵代碼如下 action name fileform parameter file_download path filefile_download scope request type officeactionFileAction forward name success path fileLook_file
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1