【正文】
the server starts a CGI program that discovers an error, formats an HTML page informing you of the error, and then sends the page back to you。 在論文即將完成之際,我的心情無法平靜,從開始進入課題到論文的順利完成,有多少可敬的師長、同學(xué)、朋友給了我無言的幫助,在這里請接受我誠摯的謝意 !謝謝你們 !碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 32 外文原文 Java and the Inter If Java is, in fact, yet another puter programming language, you may question why it is so important and why it is being promoted as a revolutionary step in puter programming. The answer isn’t immediately obvious if you’re ing from a traditional programming perspective. Although Java is very useful for solving traditional standalone programming problems, it is also important because it will solve programming problems on the World Wide Web. 1. Clientside programming The Web’s initial serverbrowser design provided for interactive content, but the interactivity was pletely provided by the server. The server produced static pages for the client browser, which would simply interpret and display them. Basic HTML contains simple mechanisms for data gathering: textentry boxes, check boxes, radio boxes, lists and dropdown lists, as well as a button that can only be programmed to reset the data on the form or “submit” the data on the form back to the server. This submission passes through the Common Gateway Interface (CGI) provided on all Web servers. The text within the submission tells CGI what to do with it. The most mon action is to run a program located on the server in a directory that’s typically called “cgibin.” (If you watch the address window at the top of your browser when you push a button on a Web page, you can sometimes see “cgibin” within all the gobbledygook there.) These programs can be written in most languages. Perl is a mon choice because it is designed for text manipulation and is interpreted, so it can be installed on any server regardless of processor or operating system. Many powerful Web sites today are built strictly on CGI, and you can in fact do nearly anything with it. However, Web sites built on CGI programs can rapidly bee overly 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 33 plicated to maintain, and there is also the problem of response time. The response of a CGI program depends on how much data must be sent, as well as the load on both the server and the Inter. (On top of this, starting a CGI program tends to be slow.) The initial designers of the Web did not foresee how rapidly this bandwidth would be exhausted for the kinds of applications people developed. For example, any sort of dynamic graphing is nearly impossible to perform with consistency because a GIF file must be created and moved from the server to the client for each version of the graph. And you’ve no doubt had direct experience with something as simple as validating the data on an input form. You press the submit button on a page。在此謹(jǐn)向呂老師致以誠摯的謝意和崇高的敬意。他嚴(yán)肅的科學(xué)態(tài)度,嚴(yán)謹(jǐn)?shù)闹螌W(xué)精神,精益求精的工作作風(fēng),深深地感染和激勵著我。 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 30 參考文獻 [1] 劉冬 . J2EE技術(shù)在企業(yè)信息發(fā)布中的應(yīng)用研究 [D]. 重慶大學(xué) 2020 [2] 周靜 . 基于 WebGIS的水利信息發(fā)布系統(tǒng)的設(shè)計與研究 [D]. 河海大學(xué) 2020 [3] 段青玲 . 基于 TCP/IP和移動網(wǎng)的貨 運信息發(fā)布系統(tǒng)的研究和實現(xiàn) [D]. 中國農(nóng)業(yè)大學(xué) 2020 [4] 李光敏 . 基于 WebGIS的農(nóng)用地定級信息發(fā)布系統(tǒng)研究與設(shè)計 [D]. 華中農(nóng)業(yè)大學(xué) 2020 [5] 曹詩翠 . 基于 Web的學(xué)術(shù)信息發(fā)布系統(tǒng)設(shè)計 [D]. 西安電子科技大學(xué) 2020 [6] 王驍勇 .基于網(wǎng)格的交通信息發(fā)布系統(tǒng) [D]. 大連理工大學(xué) 2020 [7] 董寧威 .基于 XML的 WEB數(shù)據(jù)庫信息發(fā)布系統(tǒng)的研究與設(shè)計 [D]. 蘇州大學(xué) 2020 [8] (美 )Elliotte Rusty Harold 著 .Java Network .2020 [9] (美 )David flanagan 著 .Java 技術(shù)手冊(第五版) .東南大學(xué)出版社 .2020 [10] (美 )John 著 .SQL 基礎(chǔ)(第二版) .清華大學(xué)出版社 .2020 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 31 致謝 在太原理工大學(xué)的本科求學(xué)生活行將結(jié)束 , 回首往事 , 奮斗和辛勞成為充實的記憶。 JSP技術(shù)、數(shù)據(jù)庫線程池技術(shù)及 Oracle數(shù)據(jù)庫技術(shù)進行系統(tǒng)設(shè)計與實現(xiàn),除了具有良好的可擴展性、可維護性和可移植性外,還具有穩(wěn)定性、實用性和開發(fā)成本低等特點。 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 29 結(jié)論 論文在分析現(xiàn)階段職位信息發(fā)布系統(tǒng)研究現(xiàn)狀及局限的基礎(chǔ)上 , 運 用 SpringMVC+線程池 , 詳細(xì)闡述職位信息發(fā)布系統(tǒng)實現(xiàn)過程與同類系統(tǒng)相比 , 其特點如下 : , 完成該職位信息發(fā)布系統(tǒng)需求分析。軟件測試是一項重中之重的工作,不得一點馬虎,為了改錯誤往往需要修改原來的設(shè)計,所以必須深思熟慮,盡量避免在調(diào)試過程中引進新錯誤。 因此,本系統(tǒng)集成測試采用漸增式測試中的混合法,即對軟件結(jié)構(gòu)中較上層使用自頂而 下的測試方法,而對軟件結(jié)構(gòu)中較下層,使用的是自底向上方法,兩者結(jié)合,這是對模塊較多時測試的一種折衷方法。 ( 3)錯誤位置容易判斷。集成測試有兩種方法:非漸增式和漸增式,但比較而言,漸增式方法比較好,因為: 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 28 ( 1)編寫的測試軟件較少,開銷較小。 件 .模塊測試主要由代碼審查和軟件測試兩部分組成 [1]包括系統(tǒng)測試和子系統(tǒng)測試。 。 白盒測試又叫結(jié)構(gòu)測試,完全了解程序的結(jié)構(gòu)和處理過程,這種方法按照程序內(nèi)部的邏輯測試程序,檢驗程序中每條通路是否都能按照預(yù)定要求正確工作。 測試有兩種方法:黑盒測試和白盒測試。所謂測試方案包括預(yù)定要測試的功能。 。 。 本章 圖文并茂 的 詳細(xì)的 描述 了 本系統(tǒng) 的 在 信息發(fā)布過程中的 各個功能,對于 該系統(tǒng) 的 大致功能和 流程 也有了很大的一個了解。 圖 412 個人賬號信息頁面 點擊個人信息中心中的修改用戶個人頭像就會進入個人頭像頁面,在里面可以對自己的頭像進行一個更改。 點擊個人信息中心中的修改用戶個人基本信息就會進入個人基本信息頁面,在里碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 25 面可以對自己的基本信息進行修改和查看。 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 24 圖 49 用戶高級搜索界面 按條件搜索到的信息貼在頁面上面進行展示的一個界面。 以 這種方式來 讓用戶們 之間進行交流,可以做到線上線下都可以 交流 。 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 23 下面是進入帖子詳情頁面之后,帖子下面的可以進行評論的一個界面,同時可以刪除 自己評論的界面。 點擊進入帖子詳情頁面之后,里面就有一個可以點擊之后把該帖子進行收藏的一個功能,下面是該功能的一個界面。 (post)。 圖 46 信息發(fā)布之后詳情頁面 這個模塊主要是給我們的求職者用戶和招聘用戶用來發(fā)布信息用的,可以通過在信息帖子中寫明技能,地點,性別,求職或者還是招聘, 薪資水平,大致的工作日期,然后通過填寫帖子內(nèi)容來進行對上面信息的一個補充來更好的顯示自己的信息的完整,以便于更好的達(dá)到自己的目標(biāo)。 點擊左側(cè)的導(dǎo)航欄中的發(fā)帖,進入進入到本系統(tǒng)信息發(fā)布的這個頁面。 else (beforei, i)。 else (nexti, i)。 (i, i)。 (allPosts, posts)。 int postsNumber = ()。 (pageend, (i1)*12+11)。 if(page!=null){ // 這個其實就已經(jīng)是當(dāng)前頁了 不管是前進還是后退 i = (page)。 當(dāng)信息較多時,可以進行分頁,相關(guān)的代碼: String page = (page)。 碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 19 圖 43系統(tǒng)主界面 點擊頭像,該圖是點擊頭像以后就會進入到的一個修改資料,賬號信息,頭像,退出或者更換賬號的一個個人中心導(dǎo)航界面。 這個 是注冊模塊的一個后繼模塊, 使 每一個用戶有自己的 賬號 ,使得交流和招聘,求職更加的簡單。 圖 42 用戶登陸界面 用戶登陸主要實現(xiàn)的是對用戶的身份信息的驗證,把用戶輸入的信息與數(shù)據(jù)庫中的用戶信息進行核對,如果信息正確,則進入系統(tǒng)主要界面。 return login。 (isregistered, true)。 (new UserInfo(nickname, , , , , , 1, , ))。 }else{ //用戶名不存在 插數(shù)據(jù) 進入登錄頁面 (user)。 (isregistered, true)。 (password, password)。 圖 41 用戶注冊界面 這個模塊主要是為那些想要發(fā)帖或者想要對帖子進行一定的操作的人設(shè)立的,只有注冊后 ,才能進行登錄,然后進行各種有用的操作,注冊的時候用戶名必須是唯一碼農(nóng)畢業(yè)設(shè)計下載網(wǎng): 17 的,這個在登錄時會進行驗證, 如果注冊過會進行提示