資源描述:
《基于-安卓平臺(tái)的簽到管理系統(tǒng)設(shè)計(jì)》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫(kù)。
1、本科畢業(yè)設(shè)計(jì)(論文)題目:基于安卓平臺(tái)的簽到管理系統(tǒng)設(shè)計(jì)學(xué)生姓名:學(xué)號(hào):專業(yè)班級(jí):指導(dǎo)教師:2017年6月15日基于安卓平臺(tái)的簽到管理系統(tǒng)設(shè)計(jì)摘要同中小學(xué)相比,由于教學(xué)模式的改變,高校師生之間交流時(shí)間有限,熟悉程度不夠。為提升教學(xué)質(zhì)量,本文設(shè)計(jì)實(shí)現(xiàn)一款基于安卓平臺(tái)的簽到管理系統(tǒng),通過(guò)系統(tǒng)客戶端與服務(wù)器通信,達(dá)到省時(shí)省力完成考勤的目的。本文系統(tǒng)的介紹了基于安卓平臺(tái)的簽到管理系統(tǒng)的需求分析,系統(tǒng)功能設(shè)計(jì),系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì)和系統(tǒng)測(cè)試與分析的各個(gè)過(guò)程。本次簽到系統(tǒng)的總體設(shè)計(jì)思路是,學(xué)生使用教務(wù)系統(tǒng)賬號(hào),利用安卓
2、手機(jī)進(jìn)行系統(tǒng)登錄,并在對(duì)應(yīng)的課程上課前進(jìn)行簽到,簽到信息通過(guò)網(wǎng)絡(luò)傳輸給后臺(tái)服務(wù)器,由服務(wù)器將對(duì)應(yīng)的簽到信息寫(xiě)入數(shù)據(jù)庫(kù)中;教師使用自己的工號(hào)登錄系統(tǒng),查詢對(duì)應(yīng)課程的相關(guān)出勤信息,以列表的形式呈現(xiàn)。本簽到管理系統(tǒng)的開(kāi)發(fā)采用了市面上流行的Android移動(dòng)開(kāi)發(fā)技術(shù),服務(wù)器端采用MySQL數(shù)據(jù)庫(kù)技術(shù)。系統(tǒng)的實(shí)現(xiàn)則采用了Eclipse作為開(kāi)發(fā)工具,完成了系統(tǒng)的代碼設(shè)計(jì)。關(guān)鍵詞:安卓;簽到;MySQL;EclipseSigninmanagementsystemdesignbasedonandroidAbstrac
3、tComparedwithprimaryandsecondaryschools,duetothechangeofteachingmode,theexchangetimebetweenteachersandstudentsislimitedandthedegreeoffamiliarityisnotenough.Toimprovethequalityofteaching,thisthesisdesignsandimplementsacheck-inmanagementsystembasedonAndro
4、idplatform.Thesystemcancompletetheattendanceusinglesstimeandenergythroughthecommunicationbetweenthesystemclientandtheserver.Thisthesissystematicallyintroducesfouraspectsofthecheck-inmanagementsystembasedonAndroidplatform,includingtherequirementsanalysis
5、,systemfunctiondesign,systemdatabasedesignandsystemtestingandanalysis.Theoveralldesignofthesign-insystemisthatstudentsloginthesystemusingtheireducationalsystemaccountonAndroidmobilephone,andsigninofthecorrespondingcoursebeforetheschoolattendance.Thenthe
6、signinformationistransmittedthroughthenetworktothebackgroundserver,andtheserverwritesthecorrespondinginformationintothedatabase.Teachersusetheirownnumbertologinthesystemandquerythecorrespondingcourseattendanceinformationintheformofalist.Theexploitationo
7、fthischeck-inmanagementsystemusesthepopularAndroidmobileexploitationtechnology.TheserverusestheMySQLdatabasetechnology.Systemimplement-ationusestheEclipseasadevelopmenttooltocompletethesystemcodedesign.Keywords:Android;Signin;MySQL;Eclipse目錄第1章緒論11.1研究背
8、景11.2國(guó)內(nèi)外研究現(xiàn)狀11.3論文結(jié)構(gòu)1第2章開(kāi)發(fā)工具概述22.1Android概述22.1.1Android體系結(jié)構(gòu)22.1.2Android組件32.2MySQL概述42.3Android開(kāi)發(fā)環(huán)境搭建42.4本章小結(jié)4第3章系統(tǒng)需求分析63.1可行性分析63.2需求分析63.2.1功能需求分析63.2.2界面需求分析73.2.3性能需求分析73.3本章小結(jié)7第4章系統(tǒng)設(shè)計(jì)84.1系統(tǒng)總體架構(gòu)84.2功能模塊設(shè)計(jì)84.3數(shù)據(jù)庫(kù)設(shè)計(jì)114.3.1學(xué)生信