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

正文內(nèi)容

基于安卓android的移動(dòng)選課系統(tǒng)的設(shè)計(jì)畢業(yè)論文-wenkub

2022-11-03 13:00:35 本頁(yè)面
 

【正文】 which uses paper materials. Nowadays, PDA phone and other mobile instruments have explored a very broad way in this society. Mobil elective course system is one another system which uses the inter to choose course. There are a few of soft wares appearing on the inter about course electing. However, there are little soft wares have the functions about Mobil elective course system. Under this situation, this system wrote this essay mainly talking about how to broadly use the Android system to design and explore Mobil elective course system. This essay as the supplementary ways based on some existing inter course electing systems is mainly to provide convenient and efficient ways for students’ course electing needs. After the basic study about the Android system exploration and the Java Servlet programming technology, this system bined the Mobil inter’s characters to get a summary which is about Mobil elective course system main functions. Through some system exploitation this system made a project about it. This system has some parts such as: system register, course elective information, course electing, course canceling, checking about the chosen courses, etc. During this designing process, this system used C/S and Http. The server uses JDBC date resource to municate. The phone use flow as the way to receive date from Web server. KEY WORDS: Mobile Elective Course, Android, Java Servlet, C/S III 目 錄 前 言 .................................................................................................. 1 第 1 章 緒論 ........................................................................................ 2 選課系統(tǒng)的現(xiàn)狀 ...................................................................... 2 Android 系統(tǒng)特點(diǎn) ................................................................... 2 基于 Android 的移動(dòng)選課系統(tǒng)概述 ...................................... 3 基于 Android 的移動(dòng)選課系統(tǒng)描述 ........................... 3 基于 Android 的移動(dòng)選課系統(tǒng)意義 ........................... 3 第 2 章 環(huán)境配置 ................................................................................ 4 軟件環(huán)境 ................................................................................ 4 Android 開(kāi)發(fā)環(huán)境的搭建 ............................................. 4 SQL Server 數(shù)據(jù)庫(kù)配置 ................................................ 6 硬件環(huán)境 ................................................................................ 7 第 3 章 系統(tǒng)分析 ................................................................................ 9 系統(tǒng)設(shè)計(jì)的原則和目的 .......................................................... 9 需求分析 ................................................................................ 9 系統(tǒng)模塊 ...................................................................... 9 客戶端與服務(wù)器的連接方式 ......................................10 系統(tǒng)結(jié)構(gòu) .....................................................................10 第 4 章 系統(tǒng)設(shè)計(jì) ............................................................................... 11 該系統(tǒng)的整體結(jié)構(gòu) ................................................................ 11 數(shù)據(jù)庫(kù)設(shè)計(jì) ............................................................................ 11 數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì) .......................................................... 11 數(shù)據(jù)庫(kù)各表的設(shè)計(jì) ......................................................12 服務(wù)器設(shè)計(jì) ............................................................................14 Java Servlet 程序 ..........................................................14 與數(shù)據(jù)庫(kù)交互的程序 ...................................................15 Android 客戶端設(shè)計(jì) ..............................................................15 Android 客戶端的頁(yè)面設(shè)計(jì) ........................................15 IV Android 客戶端各頁(yè)面之間的關(guān)系 ............................16 第 5 章 系統(tǒng)的實(shí)現(xiàn) ...........................................................................17 客戶端的實(shí)現(xiàn) ........................................................................17 系統(tǒng)主界面的實(shí)現(xiàn) ......................................................17 系統(tǒng)登錄模塊的實(shí)現(xiàn) ..................................................17 已選課程查詢模塊的實(shí)現(xiàn) ..........................................20 退選模塊的實(shí)現(xiàn) ..........................................................21 可選課程信息模塊的實(shí)現(xiàn) ..........................................21 選課模塊的實(shí)現(xiàn) ..........................................................22 服務(wù)器端的實(shí)現(xiàn) ....................................................................23 客戶端與服務(wù)器端的通訊 ....................................................25 第 6 章 測(cè)試 .......................................................................................27 測(cè)試的作用和意義 ................................................................27 測(cè)試方法 ...............................................................................27 測(cè)試內(nèi)容 ...............................................................................28 測(cè)試結(jié)果 ...............................................................................29 測(cè)試結(jié)論 ...............................................................................29 結(jié) 論 .................................................................................................31 謝 辭 ...................................................................................................32 參考文獻(xiàn) .............................................................................................33 1 前 言 近年來(lái),隨著我國(guó)高等教育與教學(xué)的改革,數(shù)字信息 化 的教學(xué)管理系統(tǒng)在高校日趨廣泛,伴隨著學(xué)年制管理體制向?qū)W分制管理體制的發(fā)展,使得網(wǎng)上選課系統(tǒng)在高校中 得 到廣泛的應(yīng)用 。有時(shí)為了選擇到自己喜歡的課程,往往要 提前半小時(shí)到一個(gè)小時(shí)在計(jì)算機(jī)上登錄選課系統(tǒng),守候在計(jì)算機(jī)旁邊,而不能做到隨時(shí)隨地的選課。因此, 學(xué)生需要另一種的選課系統(tǒng)來(lái)解決當(dāng)前選課系統(tǒng)存在的問(wèn)題,來(lái)分流由于傳統(tǒng)網(wǎng)絡(luò)訪問(wèn)給服務(wù)器帶來(lái)的壓力。 基于上述考慮, 客戶端與服務(wù)器之間的通信采用 Http 通信協(xié)議。同時(shí),為今后開(kāi)發(fā) 出 適合我校 情況 的移動(dòng)選課系統(tǒng)打下基礎(chǔ)。隨著移動(dòng)互聯(lián)網(wǎng)的發(fā)展這種 B/S 模式的選 課系統(tǒng)也存在很多不足,比如要進(jìn)行選課操作 時(shí) ,就必須坐在接入網(wǎng)絡(luò)的電腦前 : 而且課程開(kāi)設(shè)的通知等等也是要通過(guò)上網(wǎng)才知道,對(duì)于一些不常上網(wǎng)的同學(xué)可能就會(huì)錯(cuò)過(guò)很多有用的消息,比如說(shuō)課程調(diào)整通知、考試安排等等。而智能手機(jī)操作系統(tǒng)中, Android 系統(tǒng)的市場(chǎng)份額又遠(yuǎn)遠(yuǎn)大于其他的手機(jī)操作系統(tǒng)。 基于 Android 的移動(dòng)選課 系統(tǒng)意義 基于 Android 的移動(dòng)選課系統(tǒng)的用戶無(wú)論是 在公交車(chē),在商場(chǎng),還是在沒(méi)用電腦的宿舍。可以通過(guò)訪問(wèn) Wind
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1