【正文】
amp。 % =20 if request(action)=n then session(page)=session(page)+1 else if request(action)=p then session(page)=session(page)1 else if request(action)=f then session(page)=1 第 15 頁 共 23 頁 else if request(action)=l then session(page)= else if isnumeric(request(page1))=true then session(page)=clng(request(page1)) else session(page)=1 end if end if end if end if end if if session(page) then session(page)= if session(page)1 then session(page)=1 =session(page) % 上面代碼為搜索職位的分頁顯示。session(id)amp。request(jobid)amp。 alert(39。)。 () amp。 部分代碼如下 : if session(id)= or session(ac)= or session(user)= then script language=JavaScript amp。您不具備此權(quán)限! 39。 amp。 /script end if 上訴代碼通過 session 對(duì)象返回的值判斷用戶是否為注冊用戶,未注冊的用戶不具備發(fā)送站內(nèi)信息的權(quán)限。alert(39。)。 () amp。 alert(39。)。 () amp。amp。39。request(tid)amp。amp。39。session(id)amp。amp。39。amp。39。 alert(39。)。 ()/script 上面代碼通過 Request 對(duì)象讀取從數(shù)據(jù)表單傳遞來的數(shù)據(jù),針對(duì)不同 的情況為用戶給出提示,幫助用戶完成站內(nèi)信息的正確發(fā)送。 管理員功能 系統(tǒng)管理員進(jìn)入后顯示的是控制臺(tái)和所有員工的基本信息,此頁面是采用框架來實(shí)現(xiàn)的,框架分為左右兩部分,左邊是操作控制臺(tái),右邊是顯示操作的結(jié)果。 管理員登錄后默認(rèn)頁面顯示內(nèi)容為:在框架的左邊顯示的是控制臺(tái)信息??蚣艿挠疫咃@示的內(nèi)容 為:管理首頁。 alert(39。)。 = 39。amp。 tr td height=26 align=center width=0 ba href=管理首頁 /a/b/td /tr tr td height=25 align=center width=0 ba href=職位信息設(shè)置 /a/b/td /tr tr td height=25 align=center width=0 ba href=個(gè)人用戶管理 /a/b/td /tr tr td height=25 align=center width=0 ba href=企業(yè)用戶管理 /a/b/td /tr tr td height=25 align=center width=0 a href=b我的密碼修改 /b/a/td /tr ( 1)用戶管理: 管理員可以對(duì)所有用戶的信息進(jìn)行查看,修改, 刪除以及發(fā)送站內(nèi)信息。clng(request(id)) sql,conn,1,1 sql=DELETE FROM endepot where enid=amp。clng(request(id)) sql1,conn,1,1 if 0 then for i=1 to sql=DELETE FROM indepot WHERE jobid=amp。clng(request(id)) sql,conn,1,1 sql=DELETE FROM message WHERE tid=amp。 and ttype=39。 sql,conn,1,1 sql=DELETE FROM message WHERE fid=amp。 and ftype=39。 sql,conn,1,1 set rs=nothing set conn=nothing script language=JavaScript amp。刪除成功 ,即將返回!39。amp。39。 /script end if ( 2)職位信息設(shè)置 管理員可以對(duì)招聘職位、企業(yè)類別、工作地區(qū)等相關(guān)信息進(jìn)行添加,修改和刪除。 alert(39。)。 () amp。request(how)amp。request(how)amp。amp。39。 alert(39。)。 () amp。request(how)amp。request(how)amp。amp。39。 alert(39。)。 = 39。amp。request(how)amp。clng(request(id)) sql,conn,1,1 set rs=nothing set conn=nothing script language=JavaScript amp。刪除成功 ,即將返回!39。amp。39。 /script ( 3)管理員信息的修改 管理員登陸后可以對(duì)自己的用戶名和密 碼進(jìn)行修改,代碼片斷如下: if psw= then sql=update admin set name=39。nameamp。 where id=1 else sql=update admin set name=39。nameamp。,pwd=39。 psw39。 alert(39。)。 = 39。amp。本系統(tǒng)采用會(huì)員管理中的我的收藏夾和站內(nèi)信箱滿足了以上的需求。 ( 1)用服務(wù)器端包含技術(shù)實(shí)現(xiàn)對(duì)文件的引用 系統(tǒng)中有許多頁面都會(huì)引用相同的代碼文件,所以使用 include 語句和 script腳本將文件包含進(jìn)來,就可以簡化 代碼的編寫。例如在 頁面中包含數(shù)據(jù)庫連接文件 : !include file= % if request(name)= or request(pwd)= or (request(user)1 and request(user)2) or request(question)= or request(answer)=or request()= then script language=JavaScript amp。請確認(rèn)所有信息已經(jīng)填寫! 39。 amp。 /script end if ??? % ( 2)用信箱和收藏夾加強(qiáng)企業(yè)和個(gè)人的聯(lián)系 當(dāng)用戶對(duì)看到的個(gè)人或者企業(yè)信息滿意的時(shí)候,可以通過站內(nèi)信箱發(fā)給對(duì)方信件來取得聯(lián)系,還可以通過收藏夾收藏需要的求職和招聘信息,方便了個(gè)人用戶和企 業(yè)用戶之間的交流。 sql=insert into endepot(enid,inid) values (amp。,amp。) sql,conn,1,1 set rs=nothing set conn=nothing script language=JavaScript amp。添加成功! 39。 amp。 /script 第 21 頁 共 23 頁 結(jié) 論 網(wǎng)絡(luò)求職招聘系統(tǒng)是采用 Windows XP+ ASP+ ACCESS 的技術(shù)方案,實(shí)現(xiàn)了求職人員的 工作求職和 招聘企業(yè)的 人才招聘 , 管理員可以直接在頁面上進(jìn)行后臺(tái)數(shù)據(jù)庫的相關(guān)操作。但時(shí)間匆匆,以及自身知 識(shí)結(jié)構(gòu)的欠缺,未能更深入的領(lǐng)會(huì),所以系統(tǒng)有些功能的實(shí)現(xiàn)并不完美、并不理想。雖然最終成功不是很完美,但是將近一學(xué)期的畢業(yè)設(shè)計(jì)給了我很大的收獲,它不但豐富了我的學(xué)識(shí),而且增加了我的自學(xué)能力和動(dòng)手能力。同時(shí)通過編寫畢業(yè)設(shè)計(jì)論文 ,掌握了軟件文檔的書寫方法和書寫格式。 [2] 方睿 ,刁仁宏 . 網(wǎng)絡(luò)數(shù)據(jù)庫原理及應(yīng)用 [M].成都 :四川大學(xué)出版社 ,2021。 [4] 趙豐年 . 實(shí)用網(wǎng)頁設(shè)計(jì)技術(shù) [M].北京:機(jī)械工業(yè)出版社 ,2021。 [6] 張孝祥 ,張紅梅 . JavaScript網(wǎng)頁開發(fā)學(xué)習(xí)教程 [M].北京:清華大學(xué)出版社 ,2021。 [8] 吉根林 ,崔海源 . Web程序設(shè)計(jì) [M].北京: 電子工業(yè)出版社 ,2021。在此向他表示我最衷心的感謝! 最后向在百忙之中評(píng)審本文的各位專家、 老師表示衷心的感謝! 作者簡介 姓 名:趙麗君 性別: 女 出生年月 : 民族: 漢 Email: 第 23 頁 共 23 頁 聲 明 本論文的工作是 2021 年 2 月至 2021 年 6 月在成都信息工程學(xué)院網(wǎng)絡(luò)工程 系完成的。除非另有說明,本文的工作是原始性工作。 ( 2)學(xué)校可以采用影印、縮印或其他復(fù)制方式保存學(xué)位論文。 ( 4)學(xué)??稍试S學(xué)位論文被查閱或借閱。 除非另有科研合同和其他法律文 書的制約,本論文的科研成果屬于成都信息工程學(xué)院。 the fly sat upon the axletree of the chariot wheel, and said. What a dust do I raise? So are there some vain persons, that whatsoever goeths indeed! They could tell us something worth hearing, if they only knew how to talk. It39。s eve I was reading the book, and had lost myself in it so pletely, that I fot my usual New Year39。t know what that is! The journey of the witches on broomsticks is well enough known that journey is taken on St. John39。 but we have a wild journey, also which is national and modern, and that is the journey to Amack on the night of the New Year. All indifferent poets and poetesses, musicians, newspaper writers, and artistic notabilities, I mean those who are no good, ride in the New Year39。 for all bravery stands upon parisons. They must needs be violent, to make good their own vaunts. Neither can they be secret, and therefore not effectual。 beaucoup de bruit, peu de fruit: much bruit, little fruit Yet certainly there is use of this quality, in civil affairs. Where there is an opinion, and fame to be created, either of virtue, or greatness, these men are good trumpeters. Again, as Titus Livius noteth, in the case of Antiochus, and the Aetolians。 as if a man that negotiates between two princes, to draw them to join in a war against the third, doth extol the forces of either of them above measure, the one to the other: and sometimes, he that deals between man and man, raiseth his own credit with both by pretending greater interest than he hath in either. And in these, and the like kinds, it often falls out that somewhat is produced of nothing: for lies are sufficient to breed opinion, and opinion brings on substance. In military manders and soldiers, vainglory is an essential poin