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

正文內(nèi)容

移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用開發(fā)與研究碩士學(xué)位論文-全文預(yù)覽

2025-07-15 06:09 上一頁面

下一頁面
  

【正文】 術(shù)手段,可以實(shí)現(xiàn)使用系統(tǒng)基本完成日常辦公。這一代企業(yè)辦公應(yīng)用最大的貢獻(xiàn)是成功地將計(jì)算機(jī)自動(dòng)化和企業(yè)辦公事務(wù)結(jié)合在一起,是一次歷史性的飛躍。基于此,本文主要以企業(yè)辦公應(yīng)用結(jié)合移動(dòng)互聯(lián)網(wǎng)技術(shù)為研究方向,探索如何在移動(dòng)互聯(lián)網(wǎng)時(shí)代提高企業(yè)辦公效率。關(guān)鍵詞: iOS,移動(dòng)辦公,無線通信,智能終端i浙江大學(xué)碩士學(xué)位論文 AbstractAbstractThe Mobile Enterprise Office Application is a product bined with wireless munication network technology, the new generation of mobile intelligent terminal and corporate office applications. This product uses mobile terminals to control such announcement, conference release and document approval. It make efficient and excellent support for emergencies. In portability it also has the inparable advantage of the previous office application. In recent years, led by Apple`s iOS, Google`s Android, mobile intelligent platform rapid developed. It makes mobile terminal is no longer only just responsible for the tool for mobile calls, but also using more highperformance processing power, highresolution touch screen and excellent graphics interface to undertake more plex tasks. With the maturing domestic 3G network, it makes possible to work wherever, however, and whenever they want.The product of this paper is made of existing B/S structure of the web version enterprise office application with software engineering management methods, analysis of the actual needs of the enterprise office systems and business processes bined with the characteristics of the iOS platform, developed a set of basic solutions which meet the needs of enterprise office applications based on iOS platform. The proposed use of the original business office business systems, the features supported by the original system is to reduce development costs and development cycle.Through the actual use as well as departmental staff, the system logging, processing, picture view can be used normal. The application user interface is simple and not plicated, browsered fast, and has a good user experience. It has been reported to the high level units and used in the department.Key Words: iOS, Mobile office, wireless network, intelligent terminal. ii浙江大學(xué)碩士學(xué)位論文 表目錄目錄摘要 iAbstract ii圖目錄 VI表目錄 VII第1章 緒論 1 課題背景 1 企業(yè)辦公應(yīng)用發(fā)展 1 移動(dòng)平臺(tái)發(fā)展 3 目前企業(yè)辦公應(yīng)用系統(tǒng)缺陷 3 移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用概述 4 移動(dòng)企業(yè)辦公應(yīng)用平臺(tái)在各領(lǐng)域的應(yīng)用現(xiàn)狀 6 論文主要工作 7 本章小結(jié) 7第2章 移動(dòng)平臺(tái)可行性分析 8 移動(dòng)平臺(tái)技術(shù) 8 通信技術(shù) 8 移動(dòng)終端技術(shù) 8 移動(dòng)平臺(tái)占有率 9 各終端市場占有率 9 各應(yīng)用市場發(fā)展情況 10 移動(dòng)平臺(tái)選擇 11 本章小結(jié) 11第3章 相關(guān)技術(shù)背景 12 iOS系統(tǒng)結(jié)構(gòu) 12 應(yīng)用程序運(yùn)行環(huán)境 13 啟動(dòng)過程快 13 應(yīng)用程序安全沙箱 13 虛擬內(nèi)存系統(tǒng) 14 iOS開發(fā) 14 Xcode 14 Interface Builder 與Storyboard 15 Instruments 15 ObjectiveC語言 15 iOS開發(fā)的MVC結(jié)構(gòu) 17 iOS程序包 18 JSON數(shù)據(jù)封裝格式 19 本章小結(jié) 20第4章 移動(dòng)企業(yè)辦公的設(shè)計(jì)與實(shí)現(xiàn) 21 移動(dòng)企業(yè)辦公應(yīng)用的總體結(jié)構(gòu) 21 移動(dòng)企業(yè)辦公應(yīng)用的功能類型設(shè)計(jì) 22 移動(dòng)企業(yè)辦公應(yīng)用的MVC層次設(shè)計(jì) 24 視圖層設(shè)計(jì) 24 控制層的設(shè)計(jì) 24 業(yè)務(wù)邏輯層設(shè)計(jì) 24 與B/S架構(gòu)相同的功能 25 移動(dòng)終端修改后功能 26 本章小結(jié) 26第5章 移動(dòng)辦公應(yīng)用開發(fā) 27 視圖層開發(fā) 27 應(yīng)用程序邏輯開發(fā) 33 相關(guān)開發(fā)關(guān)鍵實(shí)現(xiàn) 36 數(shù)據(jù)傳輸 36 圖像瀏覽 38 視圖控制 40 實(shí)際演示截圖 45 本章小結(jié) 47第6章 總結(jié)與展望 48參考文獻(xiàn) 49作者簡歷 51致謝 52 圖目錄圖 iOS系統(tǒng)結(jié)構(gòu)圖 12圖 iOS中MVC關(guān)系圖 17圖 iOS和Mac OS X軟件包結(jié)構(gòu)區(qū)別 19圖 JSONKit性能比較圖 20圖 22圖 27圖 28圖 TabView示例圖 29圖 Table View示例圖 30圖 Navigation View示例圖 31圖 Table View引入Cell 32圖 33圖 Transmit文件夾 33圖 Page文件夾 34圖 Table Cell 文件夾 35圖 assets 文件夾 36圖 40圖 45表目錄表 23VI浙江大學(xué)碩士學(xué)位論文 第1章 緒論第1章 緒論 課題背景目前,我國企業(yè)的一大部分都還沒有建立完善的企業(yè)辦公應(yīng)用系統(tǒng)。配合上國內(nèi)日趨成熟的3G通信網(wǎng)絡(luò),這使得人們隨時(shí)隨地辦公成為了可能。浙江大學(xué)碩士學(xué)位論文 摘要摘要移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用是利用無線通信網(wǎng)絡(luò)技術(shù),將新一代移動(dòng)智能終端與企業(yè)辦公應(yīng)用相結(jié)合的產(chǎn)品。(保密的學(xué)位論文在解密后適用本授權(quán)書)學(xué)位論文版權(quán)使用授權(quán)書分類號(hào): 單位代碼: 10335 密 級: 無 學(xué) 號(hào): Z114325268 碩士學(xué)位論文中文論文題目:移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用開發(fā)與研究 英文論文題目:The Development and Research on Mobile Enterprise Office Application 申請人姓名: 陳天其 指導(dǎo)教師: 錢徽 副教授 合作導(dǎo)師: 李啟雷 博士 專業(yè)學(xué)位類別: 工程碩士 專業(yè)學(xué)位領(lǐng)域: 軟件工程 所在學(xué)院: 軟件學(xué)院 論文提交日期 2013 年 4 月23日 移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用開發(fā)與研究陳天其浙江大學(xué) 移動(dòng)平臺(tái)企業(yè)辦公應(yīng)用開發(fā)與研究 論文作者簽名: 指導(dǎo)教師簽名: 論文評閱人1: (姓名\職稱\單位,下同) 評閱人2: (隱名評閱學(xué)位論文省略) 評閱人3: 評閱人4: 評閱人5: 答辯委員會(huì)主席: (姓名\職稱\單位) 委員1: 委員2: 委員3: 委員4: 委員5: 答辯日期: The Development and Research on Mobile Enterprise Office Application Author’s signature: Supervisor’s signature: Thesis reviewer 1: (姓名\職稱\單位,下同) Thesis reviewer 2: (隱名評閱學(xué)位論文省略) Thesis reviewer 3: Thesis reviewer 4: Thesis reviewer 5: Chair: (姓名\職稱\單位) (Committee of oral defence)Committeeman 1: Committeeman 2: Committeeman 3: Committeeman 4: Committeeman 5: Date of oral defence: 浙江大學(xué)研究生學(xué)位論文獨(dú)創(chuàng)性聲明與我一同工作的同志對本研究所做的任何貢獻(xiàn)均已在論文中作了明確的說明并表示謝意。本人授權(quán) 浙江大學(xué) 可以將學(xué)位論文的全部或部分內(nèi)容編入有關(guān)數(shù)據(jù)庫進(jìn)行檢索和傳播,可以采用影印、縮印或掃描等復(fù)制手段保存、匯編學(xué)位論文。近年來以Apple的iOS,Google的Android為首的移動(dòng)智能終端發(fā)展迅猛,使得這些移動(dòng)終端不再僅僅是負(fù)責(zé)移動(dòng)通話的工具,而更可以高性能的處理能力,高分辨率的觸摸屏和優(yōu)秀的圖形界面來承擔(dān)更多更復(fù)雜的任務(wù)。經(jīng)實(shí)際測試以及部門人員使用結(jié)果表明,本系統(tǒng)的登錄、流程處理、圖片查看功能都能夠正常運(yùn)行,頁面簡約不復(fù)雜,瀏覽速度快,具有良好的用戶體驗(yàn),并且已經(jīng)上報(bào)上級單位,已在本部門展開使用。何以建立健全的企業(yè)辦公應(yīng)用系統(tǒng),滿足企業(yè)人員的需要并且切合實(shí)際地
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1