資源描述:
《基于aspnet技術(shù)的web網(wǎng)站開發(fā)與設(shè)計畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、畢業(yè)設(shè)計(論文)摘要隨著現(xiàn)代信息技術(shù)的發(fā)展,基于Web服務(wù)的信息發(fā)布成為技術(shù)改革與發(fā)展的方向。本設(shè)計主要是人力資源咨詢和培訓網(wǎng)站的建設(shè),在求職者與企業(yè)之間建立一座橋梁。一方面使企業(yè)通過該系統(tǒng)提供的服務(wù)發(fā)布招聘新信息以及查詢求職者的個人信息;另一方面求職者也可以發(fā)布個人求職信息,查詢企業(yè)相關(guān)信息,方便求職者即時的了解企業(yè)的招聘動態(tài)。在網(wǎng)站建設(shè)的過程中,涉及到ASP.NET技術(shù)、開發(fā)環(huán)境、數(shù)據(jù)庫設(shè)計等知識,特別是Web服務(wù)。本系統(tǒng)選用了Asp.net作為系統(tǒng)開發(fā)工具,數(shù)據(jù)庫管理系統(tǒng)采用SQLServer200
2、0。本設(shè)計實現(xiàn)了個人和企業(yè)的注冊以及登錄的功能,不僅對各種招聘信息、企業(yè)信息、個人信息的即時發(fā)布,而且還提供了后臺管理功能。在后臺管理中還實現(xiàn)了對個人會員、企業(yè)會員的管理以及對最新招聘信息的管理.關(guān)鍵詞:ASP.NET;人力資源;網(wǎng)站建設(shè)AbstractWiththedevelopmentofmoderninformationtechnology,Web-basedinformationserviceissuedbecameatechnicalreformanddevelopmentdirection.T
3、hedesignismainlytalkingabouthumanresourcesconsultingandbuildingwebsiteoftraining,buildingabridgebetweenjob-seekersandenterprises.Ontheonehand,theenterprisescanissuednewinformationofrecruitment,andenquiriedjob-seekers’personalinformationwhichprovidedbythes
4、ervicesofthesystem;Ontheotherhand,job-seekerscanalsoissuedtheindividualinformation,enquiredbusiness-relatedinformation.Job-seekerscanimmediateunderstandingdynamicrecruitmentofenterprises.Intheprocessofwebsiteconstructionconstructed,involvedASP.NETtechnica
5、lknowledge,developmentenvironment,databaseandsoon,SpeciallytheWebservice.wechoseAsp.netassystemdevelopmenttools,indatabasemanagementsystemusingSQLServer2000.Thedesignhasrealizedthefunctionwhichindividualandenterprise'sregistrationaswellasregisters.Notonly
6、immediateissuedeachkindofemploymentadvertiseinformation,enterpriseinformation,individualinformation,butalsoprovidedthebackstagemanagementfunction.Inbackstagemanagement,alsohasrealizedalotofmanagement,suchasindividualmember,theenterprisememberandtheneweste
7、mploymentadvertiseinformation.Keyword:ASP.NET;HumanResources;WebsiteConstruction目錄1引言11.1目的11.2背景11.3開發(fā)工具的選擇22系統(tǒng)開發(fā)所用的技術(shù)準備42.1系統(tǒng)開發(fā)平臺選擇42.2ASP.NET技術(shù)介紹42.3數(shù)據(jù)庫技術(shù)的介紹63系統(tǒng)分析與設(shè)計93.1系統(tǒng)設(shè)計思想93.2系統(tǒng)需求分析93.2.1用戶需求93.2.2系統(tǒng)流程分析93.2.3系統(tǒng)功能分析113.2.4可行性研究123.3系統(tǒng)的設(shè)計133.3.1系統(tǒng)功
8、能模塊的設(shè)計133.3.2Session技術(shù)的使用143.3.3存儲過程的使用154數(shù)據(jù)庫設(shè)計164.1數(shù)據(jù)庫需求分析164.1.1數(shù)據(jù)流圖164.1.2數(shù)據(jù)結(jié)構(gòu)184.2概念結(jié)構(gòu)設(shè)計194.3邏輯結(jié)構(gòu)設(shè)計224.4數(shù)據(jù)庫物理結(jié)構(gòu)設(shè)計234.5數(shù)據(jù)庫的實現(xiàn)235系統(tǒng)的功能實現(xiàn)235.1管理員用戶管理模塊的實現(xiàn)235.2新聞信息管理模塊的設(shè)計245.3企業(yè)信息管理模塊的設(shè)計245.4企業(yè)用戶自管理模塊的設(shè)計255.5個人用戶管理