跳到主要內容

臺灣博碩士論文加值系統

(44.192.49.72) 您好!臺灣時間:2024/09/19 22:28
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:林俊佑
研究生(外文):Jun-You Lin
論文名稱:鑽石線上競價系統之設計與實作
論文名稱(外文):A Design and Implementation of Diamond On-line Bid System
指導教授:徐偉智徐偉智引用關係
指導教授(外文):Wei-Chih Hsu
學位類別:碩士
校院名稱:國立高雄第一科技大學
系所名稱:資通訊服務創新產業碩士專班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2017
畢業學年度:105
語文別:中文
論文頁數:183
中文關鍵詞:線上競標線上議價系統設計
外文關鍵詞:Online biddingOnline bargainingSystem design
相關次數:
  • 被引用被引用:0
  • 點閱點閱:147
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近年來科技發迅速進步著,尤其網際網路的發展更加顯著,人們隨時隨地都能夠連到網路,網際網路的出現也改變了人們的生活習性,從遇到問題時處理的角度來看,以前的人遇到問題時會去翻書或是問人,但現在第一時間都是上網際網路去尋找解決問題的辦法、從購物的角度來看,以前人們都是上街來去購買想買的物品,而現在大多人都直接利用網際網路來去購物平台購買商品,網際網路的便利對人們的生活型態帶來一連串的改變,這樣的改變讓許多傳統公司將獲利方式拓展至網際網路上,透過網路平台所提供的各項服務,例如雲端檔案管理平台、線上編輯文件、線上交易…等,研究如何建置一個實用的網路系統平台來獲取利潤將會是今後科技發展的一大商機,本研究將實際建置一個網路系統平台,並依照一個完整的專案流程從需求分析、系統開發到系統驗收來完成實作一個網路系統平台,並將研究過程所學習到的經驗來做分享。
With the rapid progress of technology in recent years, especially the development of the Internet, people can connect to the Internet anytime and anywhere. It has changed people''s living style, from the perspective of dealing with problem. When people have questions, they used to look up books or ask people, but now we will seek the solution on the Internet first. As for shopping, people used to go to the store to buy items, and now most people are directly shopping on the Internet by the platform. The convenience of the Internet brings a series of changes in people''s lifestyle. Changes make many traditional companies expand to the Internet through the network platform which provides various services, such as cloud file management platform, online files edition, online transactions, etc. To study how to build a practical network system platform to obtain profits that will be the great business opportunity of science and technology Development in the future. The study will build an actual network system platform, and in accordance with a complete project process from the demands analysis, system development to system acceptance to complete the implementation of the network system platform, and share the study process experience.
摘要 I
ABSTRACT II
誌謝 III
目錄 IV
表目錄 VI
圖目錄 X
第一章 緒論 1
1.1 研究背景與動機 1
1.2 系統目的 1
1.3 章節概要 1
第二章 技術與文獻探討 3
2.1 PHP&MYSQL 3
2.1.1 PHP介紹 3
2.1.2 MySQL介紹 3
2.1.3 PHP&MySQL 4
2.2 RES PONSIVE WEB DESIGN 4
2.3 CODEIGNITER 4
2.4 AJAX(ASYNCHRONOUS JAVASCRIPT AND XML) 5
第三章 系統分析 7
3.1 專案背景與系統特色 7
3.2 系統架構 9
3.3 功能描述 10
3.4 系統操作案例流程 14
3.5 業務案例分析 56
3.6 資料庫設計 80
第四章 系統設計與實作 119
4.1 開發環境 119
4.2 開發工具 119
4.3 資料庫建置 120
4.4 系統功能實作與說明 121
4.4.1 會員批次上傳商品 121
4.4.2 系統上的廣告功能 124
4.4.3 會員管理商品功能 127
4.4.4 多人同步競爭價商品 131
4.4.5 多人同步議價商品 133
4.4.6 多項商品同步批量議價 137
4.4.7 動態顯示競價中的商品資訊 140
4.4.8 商品廣告資料自動矯正功能 144
4.4.9 商品下架資料自動矯正功能 149
第五章 系統測試與實作心得 155
5.1 系統測試目的 155
5.2 系統測試項目 155
5.3 實作心得 157
第六章 結論 164
參考文獻 166
[1]維基百科,2016,PHP。
網址:https://zh.wikipedia.org/wiki/PHP。上網日期:2016-12-01。
[2]維基百科,2016,MySQL。
網址:https://zh.wikipedia.org/wiki/MySQL。上網日期:2016-12-02。
[3]愛貝斯網頁設計,2016,什麼是響應式網頁設計。
網址:http://www.ibest.tw/page01.php。上網日期:2016-12-02。
[4]codetc,2015,CI(CodeIgniter)框架介紹與目錄結構。
網址:http://www.codetc.com/article-221-1.html。上網日期:2016-12-03。
[5]維基百科,2016,AJAX。
網址:https://zh.wikipedia.org/wiki/AJAX。上網日期:2016-12-05。
[6]w3ii,2016,AJAX介紹。
網址:http://www.w3ii.com/zh-TW/ajax/ajax_intro.html。上網日期:2016-12-06。
[7]壹讀,2017,AJAX工作原理及其優缺點。
網址:https://read01.com/zzLA.html。上網日期:2016-12-10。
[8]李志文,2015,精通Dreamweaver CC與PHP & MySQL:實例整合應用經典(附CD),初版,台灣。
[9]許立民,2016,PHP & MySQL & jQuery:打通前後端的網頁應用程式範例,初版,台灣。
[10]施威銘研究室,2014,最新 PHP+MySQL+Ajax 網頁程式設計(第二版),二版,台灣。
[11]陳會安,2014,新觀念 PHP+MySQL+AJAX 網頁設計範例教本 第四版,四版,台灣。
[12]張甘青,張翠屏,2014,”拍賣網站服務品質與網站信任對顧客忠誠度之影響--以彰化縣高中生為例”,中州管理與人文科學叢刊,頁37-53,9月。
[13]李瑞翔,李傳房,游萬來,2015,”網站互動性設計與使用者互動性感知的差異:兩種不同取向的ACG入口網站比較”,設計學報,頁21-42,12月。
[14]劉進平,余銘忠,林妙蓉,2014,”網站品質影響網路消費者再購意圖之研究”,當代商管研究,頁64-83,3月。
[15]周嘉宏,郭嫚茜,羅啟仁,曹漢清,廖明得,2013,”網頁元件動態連動機制設計研究”,電信研究,頁469-480,6月。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關論文