特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

基于android的移動選課系統(tǒng)畢業(yè)設計.rar

RAR格式版權申訴手機打開展開

基于android的移動選課系統(tǒng)畢業(yè)設計,基于android的移動選課系統(tǒng)畢業(yè)設計全套畢業(yè)設計,包括完整論文和系統(tǒng)程序代碼,數(shù)據(jù)庫文件摘 要   隨著互聯(lián)網(wǎng)的不斷發(fā)展以及高等教育與教學的改革,高校的選課方式已經(jīng)從傳統(tǒng)的紙質方式轉向了網(wǎng)上選課方式。近年來,隨著智能手機等移動設備的不斷普及,移動選課將是繼互聯(lián)網(wǎng)選課之后的又一種選課模式。網(wǎng)上選課系統(tǒng)的軟件較多,但具...
編號:99-214733大小:1.97M
分類: 論文>其他論文

該文檔為壓縮文件,包含的文件列表如下:

內(nèi)容介紹

原文檔由會員 dustinblog 發(fā)布

基于Android的移動選課系統(tǒng)畢業(yè)設計

全套畢業(yè)設計,包括完整論文和系統(tǒng)程序代碼,數(shù)據(jù)庫文件

摘 要

   隨著互聯(lián)網(wǎng)的不斷發(fā)展以及高等教育與教學的改革,高校的選課方式已經(jīng)從傳統(tǒng)的紙質方式轉向了網(wǎng)上選課方式。近年來,隨著智能手機等移動設備的不斷普及,移動選課將是繼互聯(lián)網(wǎng)選課之后的又一種選課模式。網(wǎng)上選課系統(tǒng)的軟件較多,但具體的移動選課軟件相對較少。針對這個情況,本文討論在廣泛應用的Android平臺上設計與開發(fā)移動選課系統(tǒng)。
   本設計作為現(xiàn)有基于Web的網(wǎng)上選課系統(tǒng)的輔助手段和重要補充,旨在為廣大學生提供隨時隨地方便快捷的選課方式。通過初步對Android軟件開發(fā)技術和Java Servlet編程技術的學習以及對現(xiàn)有選課系統(tǒng)的分析和研究,結合移動互聯(lián)網(wǎng)的特點,總結出移動選課系統(tǒng)所應具備的主要功能。運用信息系統(tǒng)開發(fā)方法等技術手段對該系統(tǒng)進行了整體的規(guī)劃、設計與實現(xiàn)。該系統(tǒng)具有用戶登錄、選課、退選、查看選課信息等基本的功能。該系統(tǒng)分為系統(tǒng)登錄、選課信息、選課、退選、已選課查詢等模塊。在移動選課系統(tǒng)的設計與實現(xiàn)過程中,采用了C/S架構、Http通信協(xié)議;服務器通過JDBC與數(shù)據(jù)庫進行交互,手機通過流的形式接收從Web服務器傳來的數(shù)據(jù)。
   
   
關鍵詞:移動選課,Android,Java Servlet,C/S架構
  
Design Of Mobile Elective Course System Based On Android

ABSTRACT

   With the development of the internet and the college education’s revolution, universities’ course electing form has changed to internet course electing form from traditional one 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 internet to choose course. There are a few of soft wares appearing on the internet 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 internet 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 combined the Mobil internet’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 communicate. The phone use flow as the way to receive date from Web server.
   
   
KEY WORDS: Mobile Elective Course,Android,Java Servlet,C/S

目 錄
   
前 言 1
第1章 緒論 2
1.1選課系統(tǒng)的現(xiàn)狀 2
1.2 Android系統(tǒng)特點 2
1.3基于Android的移動選課系統(tǒng)概述 3
1.3.1 基于Android的移動選課系統(tǒng)描述 3
1.3.2 基于Android的移動選課系統(tǒng)意義 3
第2章 環(huán)境配置 4
2.1 軟件環(huán)境 4
2.1.1 Android開發(fā)環(huán)境的搭建 4
2.1.2 SQL Server數(shù)據(jù)庫配置 6
2.2 硬件環(huán)境 7
第3章 系統(tǒng)分析 9
3.1系統(tǒng)設計的原則和目的 9
3.2 需求分析 9
3.2.1 系統(tǒng)模塊 9
3.2.2 客戶端與服務器的連接方式 10
3.2.3 系統(tǒng)結構 10
第4章 系統(tǒng)設計 11
4.1 該系統(tǒng)的整體結構 11
4.2 數(shù)據(jù)庫設計 11
4.2.1 數(shù)據(jù)庫結構設計 11
4.2.2 數(shù)據(jù)庫各表的設計 12
4.3 服務器設計 14
4.3.1 Java Servlet程序 14
4.3.2與數(shù)據(jù)庫交互的程序 15
4.4 Android客戶端設計 15
4.4.1 Android客戶端的頁面設計 15
4.4.2 Android客戶端各頁面之間的關系 16
第5章 系統(tǒng)的實現(xiàn) 17
5.1 客戶端的實現(xiàn) 17
5.1.1 系統(tǒng)主界面的實現(xiàn) 17
5.1.2 系統(tǒng)登錄模塊的實現(xiàn) 17
5.1.3 已選課程查詢模塊的實現(xiàn) 20
5.1.4 退選模塊的實現(xiàn) 21
5.1.5 可選課程信息模塊的實現(xiàn) 21
5.1.6 選課模塊的實現(xiàn) 22
5.2 服務器端的實現(xiàn) 23
5.3 客戶端與服務器端的通訊 25
第6章 測試 27
6.1 測試的作用和意義 27
6.2 測試方法 27
6.3 測試內(nèi)容 28
6.4 測試結果 29
6.5 測試結論 29
結 論 31
謝 辭 32
參考文獻 33