§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2908201816394000
DOI 10.6846/TKU.2018.00966
論文名稱(中文) 以WEB為平台支援互動性之親子館系統設計與實作
論文名稱(英文) Design and Implementation of a Web-based Parent-Child Interactive System
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 106
學期 2
出版年 107
研究生(中文) 尤聖欽
研究生(英文) Shen-Ching You
學號 605410363
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2018-06-14
論文頁數 58頁
口試委員 指導教授 - 張志勇
共同指導教授 - 郭經華
委員 - 石貴平
委員 - 廖文華
關鍵字(中) 親子照護
幼稚園
高互動性
關鍵字(英) child care
kindergarten
highly interactive
第三語言關鍵字
學科別分類
中文摘要
隨著時代的變化、科技不斷的進步,各大先進公司已將多種領域的應用做了資訊化與網頁化,在這不可避免資訊化的未來趨勢,「資訊」幾乎已經是唾手可得的東西,因此父母再掌握小孩資訊時,則必須更加透明與流通。
我國近十年來出生人口數之平均為每年20萬人次左右,換句話說每年則將會有60萬左右未滿三歲幼兒須接受育嬰照護,此為龐大的照護幼兒市場。少子化的影響下,現在獨生子女家庭比例愈來愈高,父母勢必會對小孩的教育愈發重視。目前雲端計算能力不斷提高,智慧型手機與行動上網也越來越普及,但台灣幼兒照護之現存的托育機構卻尚停留於紙本記錄。
為了達到台灣幼兒照護體系與家長間資訊開放流通,本論文以Django技術為核心,與相關從業人士密切討論,設計與實作幼兒照護雲端系統平台,希望藉由專業的知識協助與理解目前工作流程,進而設計與實作高互動性之網頁系統。
本論文系統平台透過實作出的功能,例如:親子資訊推薦、查詢文章與意見交流等,使家長們並不僅只單向接受資訊,家長亦可於平台給予留言,一方面對親子館分享好物外,亦可於公開的網路環境給予親子館鼓勵與指教,來達到訊息相互流通,共同為台灣幼兒照顧體系往好的方向邁進。
關鍵字:親子照護、幼稚園、高互動性。
英文摘要
With the changes of the times and the continuous advancement of technology, major advanced companies have made information and webpages in various fields of application. In this future trend of informationization, parents must be more transparent and circulated when they master children's information.
Under the influence of the declining birthrate, the proportion of single-child families is getting higher and higher, and parents are bound to pay more attention to the education of children. At present, the computing power of the cloud is constantly improving, and smart phones and mobile Internet access are becoming more and more popular. However, the existing nursery institutions in Taiwan's child care are still on paper records.
In order to achieve the open communication between Taiwan's child care system and parents, this paper focuses on Django technology and discusses with the relevant practitioners to design and implement the child care cloud system platform. It hopes to assist and understand the current workflow through professional knowledge. And then design and implement a highly interactive web system.
第三語言摘要
論文目次
第 1 章、 簡介	1
第 2 章、 相關研究	4
第 3 章、 背景知識	7
3.1	Linux作業系統	7
3.2	HTML	8
3.3	CSS	13
3.4	JavaScript (JS)	14
3.5	Python程式語言	15
3.6	Django網頁框架	16
3.6.1	Django架構	18
3.6.2	Django MTV設計模式	19
第 4 章、 系統架構	21
4.1	模組架構	22
4.1.1	中心服務模組	23
4.1.2	會員檔案模組	24
4.1.3	中心管理模組	25
4.1.4	前端與後端之各模組	27
第 5 章、 系統展示	28
5.1	中心服務	28
5.2	會員檔案	33
5.3	中心管理	34
第 6 章、 實驗分析	43
第 7 章、 結論	49
第 8 章、 參考文獻	50
附錄—英文論文	51

圖目錄
圖 1. 國內近年首胎生育年齡及總生育率	1
圖 2. HTML文件結構	9
圖 3. Django架構	18
圖 4. 系統架構圖	21
圖 5. 模組架構圖	23
圖 6. 中心服務模組	24
圖 7. 中心管理模組	25
圖 8. 後端資料處理流程	26
圖 9. 系統平台首頁	29
圖 10. 中心相簿	30
圖 11. 中心相簿內容	30
圖 12. 托育中心行事曆	31
圖 13. 親子資訊推薦	31
圖 14. 意見交流-留言	32
圖 15. 健康管理	33
圖 16. 上課活動紀錄	34
圖 17. 活動管理	35
圖 18. 後台活動相簿管理功能	36
圖 19. 後台活動相簿管理-修改	37
圖 20. 後台廣告設定-修改	38
圖 21. 意見交流管理	39
圖 22. 滿意度	40
圖 23. 每日一文新增	41
圖 24. 好書推薦	42
圖 25. 系統回應時間圖-資料量	43
圖 26. 系統回應時間-同時在線人次	44
圖 27. 系統回應時間-時間與事件	45
圖 28. 系統回應時間-單人多筆資料新增	46
圖 29. 系統平均回應時間-時間內多人單筆新增	47
圖 30. 本論文系統之線上壓力測試評分	48

表目錄
表 1. 本論文與相關研究之功能比較	6
表 2. 文字段落標籤簡介	10
表 3. 圖表標籤簡介	11
表 4. 超連結標籤簡介	12
表 5. 框架標籤簡介	12
參考文獻
[1]內政部戶政司[線上]. Available:http://www.storm.mg/article/420575.
[2]Azrina Kamaruddin, Sree Vinodeelan A/L Nagalingam, Novia Admodisastro and Nur Shafiqah Md. Rasid, “Parent Personal Information System to Improve Parental Involvement in Children’s Learning Process in Elementary School,” 3rd International Conference on User Science and Engineering (i-USEr),2014
[3]P ruthvi Raj Myakala1, Rajasree N alumachu, Shivam Sharma and V. K. M ittal, “An Intelligent System for Infant Cry Detection and Information in Real Time,” Seventh International Conference on Affective Computing and Intelligent Interaction Workshops and Demos (ACIIW), 2017
[4]M.E. Wesseler, R. Saatchi and D. Burke, “Child-friendly Wireless Remote Health Monitoring System,” 9th International Symposium on Communication Systems, Networks & Digital Sign (CSNDSP), 2014
[5]J.Saranya, J.Selvakumar, “Implementation of Children Tracking System on Android Mobile Terminals,” International conference on Communication and Signal Processing, 2013
[6]Kim Young-Chan Kim, Seung-Cheol Kim, Gi-Sik Jung, Kim Oe-Young Kim, Myeon-Ho Jung, “A Child Safety and Growth Management System,” 13th International Conference on Control, Automation and Systems (TCCAS 2013), 2013
[7]"Wikipedia,". [ONLINE]Available:https://en.wikipedia.org/wiki/Linux.
[8]"HTML 語法[線上]. "Available:
http://ms.rfes.ntpc.edu.tw/~contact/kompoZer/htmlguide.pdf.
[9]"從 HTML + CSS開始[線上]. "Available:
http://www.thewebpractice.com/w3c/Style/Examples/011/firstcss-tr.html.
[10]"Wikipedia,". [ONLINE]Available:https://en.wikipedia.org/wiki/JavaScript.
[11]"Python教學資源[線上]. "Available:http://blog.hhjh.tn.edu.tw/biosomeday/?p=582.
[12"Django tutorial[ONLINE]. "
Available:https://docs.djangoproject.com/en/2.1/intro/tutorial01/.
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信