【正文】
機這些基本功能。在這里我做了一些系統(tǒng)的改進思考:①頁面設計頁面的設計上,還有很大的提升空間。在機器的列表上,其實可以顯示出每個機器的圖片并且用特殊的標志或者顏色表示機器的狀態(tài),更人性化的處理功能。例如可加入用戶的注冊,這樣用戶就可以自動用網銀充值。基于web的網吧管理系統(tǒng)暫時算是告一段落了,但在技術上和業(yè)務上留給我的問題和幫助會陪我繼續(xù)在學習Java的道路上前行。”畢業(yè)論文的順利完成,首先我要感謝我的指導老師余艷英老師。使我在工作中有很大幫助。他的悉心點撥,耐心引導,常讓我有“山窮水盡疑無路,柳暗花明又一村。沒有老師的辛勤栽培、孜孜教誨,就沒有我論文的順利完成,在此表示最誠摯的謝意,同時,祝他工作順利,合家歡樂,身體健康,一切安好!完成畢業(yè)設計之時,最深的感觸就是時間緊張,專業(yè)知識很是缺乏,在此感謝幫助過我的人。在這幾個月的學習設計中,我不僅學到了許多新的知識和解決問題的方法,而且也開闊了視野,提高了解決問題的能力。四年時間轉瞬即過,回首往事感慨萬千。參考文獻[1][美] , , 陳培久,龍連文,黃梯云等譯, 管理信息系統(tǒng)概念基礎結構與研制[M], 哈爾濱工業(yè)大學出版社, [2]R Wayne Monday,Arther Sharplin,Shane R Premeaux. MANAGEMENT Concepts, Practices,and Skills. Needham Heights,Massachusetts:Allyn and Bacon, 1991.[3][美]蘇茲斯基等著,—超越面向對象編程(第二版)[M].北京:電子工業(yè)出版社,2000.[4]李維著. 面向對象開發(fā)實踐之路——C版[M]. 電子工業(yè)出版社, [5]Microsoft Corporation.“C Language Specification”,White Paper[R]. Microsoft Corporation,2001[6]Richard Anderson,Brian (Special edition)[M]. Wrox Press Inc,2002.[7] DAVID A. GUSTAFSON,Schaum’s Outline Series Theory and Problems of SOFTWARE ENGINEERING[M].McGRAWHILL ,2002[8][美]Simon Robinson,Christian ,C高級編程(第3版)[M].北京: 清華大學出版社,2002[9]史嘉權,數(shù)據(jù)庫系統(tǒng)概論[M].北京:清華大學出版社,2006[10]王燕編著,面向對象的理論與C++實踐[M].北京:清華大學出版社,1997[11]周之英編著,現(xiàn)代軟件工程[M].科學出版社,2000[12]潘愛民編著,COM原理與應用[M].清華大學出版社,1999[13]鄭人杰等編著,軟件工程[M].清華大學出版社,1999[14]文斌,劉長青,田原編,C程序設計[M].清華大學出版社/北京交通大學出版社,2005[15]元燕輝等,《瀏覽器/服務器應用開發(fā)》,科學出版社[16] 譚郁松等,基于Web環(huán)境下的異構數(shù)據(jù)庫連接技術的研究與實現(xiàn)[J],計算機工程1998[17]劉東等,基于WWW的數(shù)據(jù)庫應用[J],計算機系統(tǒng)應用,1998,4附件:一、英文原文The Development Of ASP System StructureDevelop Web application program using ASP the architecture that must first establish Web application. Now in application frequently with to have two: The architecture of C/S and the architecture of B/S. Client/server and customer end / server hold the architecture of C/S. The customer / server structure of two floor. Customer / server ( Client/Server ) model is a kind of good software architecture, it is the one of best application pattern of network. From technology, see that it is a logic concept, denote will a application many tasks of deposing difference carry out , mon pletion is entire to apply the function of task. On each network main puter of web site, resource ( hardware, software and data ) divide into step, is not balanced, under customer / server structure, without the client puter of resource through sending request to the server that has resource , get resource request, so meet the resource distribution in network not balancedness. With this kind of structure, can synthesize various puters to cooperate with work, let it each can, realize the scale for the system of puter optimization ( Rightsizing ) with scale reduce to melt ( Downsizing ). Picture is as follows: It is most of to divide into puter network application into two, in which the resource and function that part supports many users to share , it is realized by server。 Also, customer one side must also have certain hardware and corresponding customer software. There must be a agreement between server and customer, both sides municate according to this agreement. Apply customer / server model in Internet service , the relation between customer and server is not immutable. Some Internet node offers service on the one hand , also gets service on the other hand from other node。s task is to suggest by Web browser to the certain a Web server on network that service is asked , after verifying for user identity, Web server delivers needed homepage with HTTP agreement to customer end, client puter accept the homepage file that passed , and show it in Web browser on. Second layer function layer: Have the Web server of the application function of program extension. In function layer contain the systematic handling of general affairs logic, locate in Web server end. It39。s task is to accept the request that Web server controls for database, realization is inquired and modified for database , update etc. function, submit operation result to Web server. Careful analysis is been easy to see , the architecture of Browser/Server of threelayer is the handling of general affairs of the two levels of structure of Client/Server logic modular from the task of client puter in split , from the first floor of individual position bear the pressure of its task and such client puter have alleviated greatly, distribute load balancedly and have given Web server, so from the structural change of Client/server of original two floor the structure of Browser/Server of threelayer. This kind of threelayer architecture following picture shows. This kind of structure not only client puter from heavy burden and the requirement of performance that rises continuously for it in liberation e out , also defend technology people from heavy maintenance upgrading work in free oneself. Since client puter handles general affairs , logic partial minutes have given function server, make client puter right off slender a lot of, do not take the responsibility for handling plex calculation and data again visit etc. crucial general affairs, is responsible to show part, so, maintenance people do not rush about again for the maintenance work of program between every client puter, and put major energy in the program on function server update work. Between this kind of threelayer structural layer and layer, the mutually independent change of any first floor does not affect the function of other layer. It has changed the defect of the two levels of architecture of Client/Server of tradition from foundation, it is the transform with deep once in application systematic architecture. The contrast of two architecturesThe architecture of Browser/Server and the architecture of Client/Server pare with all advantages that not only have the architecture of Client/Server and also have the architecture of Clinet/Server the unique advantage that place does not have: Open standard: The standard adopted by Client/Server only in department unification for but, it39