首页 Java 239基于JSP/Java的学生就业求职网站的设计与实现
239基于JSP/Java的学生就业求职网站的设计与实现
作品编号:794
关注人气:1732
文件包括:设计源码+数据库+论文+PPT
设计大小:4.84 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

学生网上就业求职系统分为前台管理和后台管理。前台管理包括浏览招聘信息、流动流程查询、查看人才政策、维护个人信息和维护用户信息等功能。后台管理包括招聘信息管理、人才政策管理、流动流程信息管理和司法解释查询等模块。

后台管理具体描述如下:

招聘信息管理

|--添加招聘信息,包括招聘信息标题和招聘信息内容;

|--修改招聘信息;

|--删除招聘信息

人才政策管理

|--添加人才政策,包括企业名称、企业类型、企业简等信息;

|--修改人才政策

|--删除人才政策

新闻咨询管理

|--添加新闻咨询

|--修改新闻咨询

|--删除新闻咨询

系统用户管理

|--系统用户的录入,包括用户名、密码等信息

|--修改自己的密码

|--用户信息查看

|--注册个人用户

|--个人用户修改自己的密码

|--个人用户修改自己的用户信息

    


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
└─+学生就业求职网
    │  JSPJYQZ.mdf
    │  JSPJYQZ_log.ldf
    │  readme.txt
    │  学生就业求职网论文.doc
    │  就业求职管理系统.ppt
    │  系统详细配置方法.doc
    │  
    ├─SQLServer2000-JDBC驱动程序和jsp、servlet类包
    │      jsp-api.jar
    │      msbase.jar
    │      mssqlserver.jar
    │      msutil.jar
    │      mysql-connector-java-3.1.11-bin.jar
    │      servlet-api.jar
    │      
    └─源程序
        └─JYQZ
            │  .classpath
            │  .mymetadata
            │  .project
            │  
            ├─.myeclipse
            ├─src
            │  └─com
            │      ├─action
            │      │      AfficheServlet.java
            │      │      CommonServlet.java
            │      │      FriendLinkServlet.java
            │      │      GuestBookServlet.java
            │      │      MemberManageServlet.java
            │      │      MenuServlet.java
            │      │      NewsServlet.java
            │      │      PicServlet.java
            │      │      SystemServlet.java
            │      │      
            │      ├─bean
            │      │      AdminBean.java
            │      │      AfficheBean.java
            │      │      FriendLinkBean.java
            │      │      GuestBookBean.java
            │      │      JobBean.java
            │      │      MemberBean.java
            │      │      MemberManageBean.java
            │      │      NewsBean.java
            │      │      SiteBean.java
            │      │      SystemBean.java
            │      │      
            │      └─util
            │              CheckCode.java
            │              Common.java
            │              Constant.java
            │              DBO.java
            │              Filter.java
            │              Log.java
            │              MD5.java
            │              SmartFile.java
            │              SmartFiles.java
            │              SmartRequest.java
            │              SmartUpload.java
            │              SmartUploadException.java
            │              
            └─WebRoot
                │  coreg.jsp
                │  error.jsp
                │  guestbook.jsp
                │  index.jsp
                │  login.jsp
                │  logo.gif
                │  lost.jsp
                │  news.jsp
                │  newsinfo.jsp
                │  personreg.jsp
                │  qiu.jsp
                │  qiuinfo.jsp
                │  reg.jsp
                │  reg2.jsp
                │  zhao.jsp
                │  zhaoinfo.jsp
                │  
                ├─admin
                │  │  default.jsp
                │  │  index.jsp
                │  │  login.jsp
                │  │  
                │  ├─affiche
                │  │      default.jsp
                │  │      edit.jsp
                │  │      index.jsp
                │  │      
                │  ├─friendlink
                │  │      default.jsp
                │  │      edit.jsp
                │  │      index.jsp
                │  │      
                │  ├─guestbook
                │  │      default.jsp
                │  │      index.jsp
                │  │      replay.jsp
                │  │      
                │  ├─iframe
                │  │      default.jsp
                │  │      foot.jsp
                │  │      help.jsp
                │  │      index.jsp
                │  │      left.jsp
                │  │      main.jsp
                │  │      top.jsp
                │  │      
                │  ├─images
                │  │      admin_m.swf
                │  │      Admin_Style.css
                │  │      bg.jpg
                │  │      bt_login.gif
                │  │      bullet.gif
                │  │      calendar.js
                │  │      Common.js
                │  │      date.js
                │  │      default.jsp
                │  │      HardWare.gif
                │  │      img_u.gif
                │  │      index.jsp
                │  │      linkbg1.gif
                │  │      linkbg2.gif
                │  │      MainBg.gif
                │  │      menu.gif
                │  │      qq_22.gif
                │  │      rollpic.swf
                │  │      SearchFluctuation.js
                │  │      selcolor.htm
                │  │      SetFocus.js
                │  │      style.css
                │  │      sys.gif
                │  │      Title.gif
                │  │      topnav_bg.jpg
                │  │      
                │  ├─job
                │  │      qiu.jsp
                │  │      zhao.jsp
                │  │      
                │  ├─member
                │  │      cminfo.jsp
                │  │      co.jsp
                │  │      person.jsp
                │  │      pminfo.jsp
                │  │      
                │  ├─news
                │  │      edit.jsp
                │  │      index.jsp
                │  │      
                │  ├─site
                │  │      default.jsp
                │  │      demo.jsp
                │  │      editmenu.jsp
                │  │      editpic.jsp
                │  │      
                │  └─system
                │          default.jsp
                │          editpwd.jsp
                │          index.jsp
                │          log.jsp
                │          user.jsp
                │          
                ├─FCKeditor
                │  │  default.jsp
                │  │  fckconfig.js
                │  │  fckeditor.js
                │  │  fckstyles.xml
                │  │  fcktemplates.xml
                │  │  index.jsp
                │  │  
                │  └─editor
                │      │  fckdebug.html
                │      │  fckdialog.html
                │      │  fckeditor.html
                │      │  fckeditor.original.html
                │      │  
                │      ├─css
                │      │  │  fck_editorarea.css
                │      │  │  fck_internal.css
                │      │  │  fck_showtableborders_gecko.css
                │      │  │  
                │      │  ├─behaviors
                │      │  │      disablehandles.htc
                │      │  │      showtableborders.htc
                │      │  │      
                │      │  └─images
                │      │          fck_anchor.gif
                │      │          fck_flashlogo.gif
                │      │          fck_hiddenfield.gif
                │      │          fck_pagebreak.gif
                │      │          
                │      ├─dialog
                │      │  │  fck_about.html
                │      │  │  fck_anchor.html
                │      │  │  fck_button.html
                │      │  │  fck_checkbox.html
                │      │  │  fck_colorselector.html
                │      │  │  fck_docprops.html
                │      │  │  fck_find.html
                │      │  │  fck_flash.html
                │      │  │  fck_form.html
                │      │  │  fck_hiddenfield.html
                │      │  │  fck_image.html
                │      │  │  fck_link.html
                │      │  │  fck_listprop.html
                │      │  │  fck_paste.html
                │      │  │  fck_radiobutton.html
                │      │  │  fck_replace.html
                │      │  │  fck_select.html
                │      │  │  fck_smiley.html
                │      │  │  fck_source.html
                │      │  │  fck_specialchar.html
                │      │  │  fck_spellerpages.html
                │      │  │  fck_table.html
                │      │  │  fck_tablecell.html
                │      │  │  fck_template.html
                │      │  │  fck_textarea.html
                │      │  │  fck_textfield.html
                │      │  │  
                │      │  ├─common
                │      │  │  │  fcknumericfield.htc
                │      │  │  │  fck_dialog_common.css
                │      │  │  │  fck_dialog_common.js
                │      │  │  │  moz-bindings.xml
                │      │  │  │  
                │      │  │  └─images
                │      │  │          locked.gif
                │      │  │          reset.gif
                │      │  │          unlocked.gif
                │      │  │          
                │      │  ├─fck_about
                │      │  │      logo_fckeditor.gif
                │      │  │      logo_fredck.gif
                │      │  │      
                │      │  ├─fck_docprops
                │      │  │      fck_document_preview.html
                │      │  │      
                │      │  ├─fck_flash
                │      │  │      fck_flash.js
                │      │  │      fck_flash_preview.html
                │      │  │      
                │      │  ├─fck_image
                │      │  │      fck_image.js
                │      │  │      fck_image_preview.html
                │      │  │      
                │      │  ├─fck_link
                │      │  │      fck_link.js
                │      │  │      
                │      │  ├─fck_select
                │      │  │      fck_select.js
                │      │  │      
                │      │  ├─fck_spellerpages
                │      │  │  └─spellerpages
                │      │  │      │  blank.html
                │      │  │      │  controls.html
                │      │  │      │  controlWindow.js
                │      │  │      │  spellchecker.html
                │      │  │      │  spellChecker.js
                │      │  │      │  spellerStyle.css
                │      │  │      │  wordWindow.js
                │      │  │      │  
                │      │  │      └─server-scripts
                │      │  │              spellchecker.cfm
                │      │  │              spellchecker.php
                │      │  │              spellchecker.pl
                │      │  │              
                │      │  └─fck_template
                │      │      └─images
                │      │              template1.gif
                │      │              template2.gif
                │      │              template3.gif
                │      │              
                │      ├─filemanager
                │      │  ├─browser
                │      │  │  └─default
                │      │  │      │  browser.css
                │      │  │      │  browser.html
                │      │  │      │  frmactualfolder.html
                │      │  │      │  frmcreatefolder.html
                │      │  │      │  frmfolders.html
                │      │  │      │  frmresourceslist.html
                │      │  │      │  frmresourcetype.html
                │      │  │      │  frmupload.html
                │      │  │      │  
                │      │  │      ├─connectors
                │      │  │      │  │  test.html
                │      │  │      │  │  
                │      │  │      │  ├─asp
                │      │  │      │  │      basexml.asp
                │      │  │      │  │      class_upload.asp
                │      │  │      │  │      commands.asp
                │      │  │      │  │      config.asp
                │      │  │      │  │      connector.asp
                │      │  │      │  │      io.asp
                │      │  │      │  │      util.asp
                │      │  │      │  │      
                │      │  │      │  ├─aspx
                │      │  │      │  │      connector.aspx
                │      │  │      │  │      
                │      │  │      │  ├─cfm
                │      │  │      │  │      config.cfm
                │      │  │      │  │      connector.cfm
                │      │  │      │  │      
                │      │  │      │  ├─lasso
                │      │  │      │  │      config.lasso
                │      │  │      │  │      connector.lasso
                │      │  │      │  │      
                │      │  │      │  ├─perl
                │      │  │      │  │      basexml.pl
                │      │  │      │  │      commands.pl
                │      │  │      │  │      connector.cgi
                │      │  │      │  │      io.pl
                │      │  │      │  │      upload_fck.pl
                │      │  │      │  │      util.pl
                │      │  │      │  │      
                │      │  │      │  ├─php
                │      │  │      │  │      basexml.php
                │      │  │      │  │      commands.php
                │      │  │      │  │      config.php
                │      │  │      │  │      connector.php
                │      │  │      │  │      io.php
                │      │  │      │  │      util.php
                │      │  │      │  │      
                │      │  │      │  └─py
                │      │  │      │          connector.py
                │      │  │      │          
                │      │  │      ├─images
                │      │  │      │  │  ButtonArrow.gif
                │      │  │      │  │  Folder.gif
                │      │  │      │  │  Folder32.gif
                │      │  │      │  │  FolderOpened.gif
                │      │  │      │  │  FolderOpened32.gif
                │      │  │      │  │  FolderUp.gif
                │      │  │      │  │  spacer.gif
                │      │  │      │  │  
                │      │  │      │  └─icons
                │      │  │      │      │  ai.gif
                │      │  │      │      │  avi.gif
                │      │  │      │      │  bmp.gif
                │      │  │      │      │  cs.gif
                │      │  │      │      │  default.icon.gif
                │      │  │      │      │  dll.gif
                │      │  │      │      │  doc.gif
                │      │  │      │      │  exe.gif
                │      │  │      │      │  fla.gif
                │      │  │      │      │  gif.gif
                │      │  │      │      │  htm.gif
                │      │  │      │      │  html.gif
                │      │  │      │      │  jpg.gif
                │      │  │      │      │  js.gif
                │      │  │      │      │  mdb.gif
                │      │  │      │      │  mp3.gif
                │      │  │      │      │  pdf.gif
                │      │  │      │      │  png.gif
                │      │  │      │      │  ppt.gif
                │      │  │      │      │  rdp.gif
                │      │  │      │      │  swf.gif
                │      │  │      │      │  swt.gif
                │      │  │      │      │  txt.gif
                │      │  │      │      │  vsd.gif
                │      │  │      │      │  xls.gif
                │      │  │      │      │  xml.gif
                │      │  │      │      │  zip.gif
                │      │  │      │      │  
                │      │  │      │      └─32
                │      │  │      │              ai.gif
                │      │  │      │              avi.gif
                │      │  │      │              bmp.gif
                │      │  │      │              cs.gif
                │      │  │      │              default.icon.gif
                │      │  │      │              dll.gif
                │      │  │      │              doc.gif
                │      │  │      │              exe.gif
                │      │  │      │              fla.gif
                │      │  │      │              gif.gif
                │      │  │      │              htm.gif
                │      │  │      │              html.gif
                │      │  │      │              jpg.gif
                │      │  │      │              js.gif
                │      │  │      │              mdb.gif
                │      │  │      │              mp3.gif
                │      │  │      │              pdf.gif
                │      │  │      │              png.gif
                │      │  │      │              ppt.gif
                │      │  │      │              rdp.gif
                │      │  │      │              swf.gif
                │      │  │      │              swt.gif
                │      │  │      │              txt.gif
                │      │  │      │              vsd.gif
                │      │  │      │              xls.gif
                │      │  │      │              xml.gif
                │      │  │      │              zip.gif
                │      │  │      │              
                │      │  │      └─js
                │      │  │              common.js
                │      │  │              fckxml.js
                │      │  │              
                │      │  └─upload
                │      │      │  test.html
                │      │      │  
                │      │      ├─asp
                │      │      │      class_upload.asp
                │      │      │      config.asp
                │      │      │      io.asp
                │      │      │      upload.asp
                │      │      │      
                │      │      ├─aspx
                │      │      │      upload.aspx
                │      │      │      
                │      │      ├─cfm
                │      │      │      config.cfm
                │      │      │      upload.cfm
                │      │      │      
                │      │      ├─lasso
                │      │      │      config.lasso
                │      │      │      upload.lasso
                │      │      │      
                │      │      └─php
                │      │              config.php
                │      │              upload.php
                │      │              util.php
                │      │              
                │      ├─images
                │      │  │  anchor.gif
                │      │  │  arrow_ltr.gif
                │      │  │  arrow_rtl.gif
                │      │  │  spacer.gif
                │      │  │  
                │      │  └─smiley
                │      │      └─msn
                │      │              angel_smile.gif
                │      │              angry_smile.gif
                │      │              broken_heart.gif
                │      │              cake.gif
                │      │              confused_smile.gif
                │      │              cry_smile.gif
                │      │              devil_smile.gif
                │      │              embaressed_smile.gif
                │      │              envelope.gif
                │      │              heart.gif
                │      │              kiss.gif
                │      │              lightbulb.gif
                │      │              omg_smile.gif
                │      │              regular_smile.gif
                │      │              sad_smile.gif
                │      │              shades_smile.gif
                │      │              teeth_smile.gif
                │      │              thumbs_down.gif
                │      │              thumbs_up.gif
                │      │              tounge_smile.gif
                │      │              whatchutalkingabout_smile.gif
                │      │              wink_smile.gif
                │      │              
                │      ├─js
                │      │      fckeditorcode_gecko.js
                │      │      fckeditorcode_ie.js
                │      │      
                │      ├─lang
                │      │      af.js
                │      │      ar.js
                │      │      bg.js
                │      │      bn.js
                │      │      bs.js
                │      │      ca.js
                │      │      cs.js
                │      │      da.js
                │      │      de.js
                │      │      el.js
                │      │      en-au.js
                │      │      en-ca.js
                │      │      en-uk.js
                │      │      en.js
                │      │      eo.js
                │      │      es.js
                │      │      et.js
                │      │      eu.js
                │      │      fa.js
                │      │      fi.js
                │      │      fo.js
                │      │      fr.js
                │      │      gl.js
                │      │      he.js
                │      │      hi.js
                │      │      hr.js
                │      │      hu.js
                │      │      it.js
                │      │      ja.js
                │      │      km.js
                │      │      ko.js
                │      │      lt.js
                │      │      lv.js
                │      │      mn.js
                │      │      ms.js
                │      │      nb.js
                │      │      nl.js
                │      │      no.js
                │      │      pl.js
                │      │      pt-br.js
                │      │      pt.js
                │      │      ro.js
                │      │      ru.js
                │      │      sk.js
                │      │      sl.js
                │      │      sr-latn.js
                │      │      sr.js
                │      │      sv.js
                │      │      th.js
                │      │      tr.js
                │      │      uk.js
                │      │      vi.js
                │      │      zh-cn.js
                │      │      zh.js
                │      │      _getfontformat.html
                │      │      _translationstatus.txt
                │      │      
                │      ├─plugins
                │      │  ├─autogrow
                │      │  │      fckplugin.js
                │      │  │      
                │      │  ├─placeholder
                │      │  │  │  fckplugin.js
                │      │  │  │  fck_placeholder.html
                │      │  │  │  placeholder.gif
                │      │  │  │  
                │      │  │  └─lang
                │      │  │          de.js
                │      │  │          en.js
                │      │  │          fr.js
                │      │  │          it.js
                │      │  │          pl.js
                │      │  │          
                │      │  ├─simplecommands
                │      │  │      fckplugin.js
                │      │  │      
                │      │  └─tablecommands
                │      │          fckplugin.js
                │      │          
                │      ├─skins
                │      │  │  _fckviewstrips.html
                │      │  │  
                │      │  ├─default
                │      │  │  │  fck_dialog.css
                │      │  │  │  fck_editor.css
                │      │  │  │  fck_strip.gif
                │      │  │  │  
                │      │  │  └─images
                │      │  │          toolbar.arrowright.gif
                │      │  │          toolbar.buttonarrow.gif
                │      │  │          toolbar.collapse.gif
                │      │  │          toolbar.end.gif
                │      │  │          toolbar.expand.gif
                │      │  │          toolbar.separator.gif
                │      │  │          toolbar.start.gif
                │      │  │          
                │      │  ├─office2003
                │      │  │  │  fck_dialog.css
                │      │  │  │  fck_editor.css
                │      │  │  │  fck_strip.gif
                │      │  │  │  
                │      │  │  └─images
                │      │  │          toolbar.arrowright.gif
                │      │  │          toolbar.bg.gif
                │      │  │          toolbar.buttonarrow.gif
                │      │  │          toolbar.collapse.gif
                │      │  │          toolbar.end.gif
                │      │  │          toolbar.expand.gif
                │      │  │          toolbar.separator.gif
                │      │  │          toolbar.start.gif
                │      │  │          
                │      │  └─silver
                │      │      │  fck_dialog.css
                │      │      │  fck_editor.css
                │      │      │  fck_strip.gif
                │      │      │  
                │      │      └─images
                │      │              toolbar.arrowright.gif
                │      │              toolbar.buttonarrow.gif
                │      │              toolbar.buttonbg.gif
                │      │              toolbar.collapse.gif
                │      │              toolbar.end.gif
                │      │              toolbar.expand.gif
                │      │              toolbar.separator.gif
                │      │              toolbar.start.gif
                │      │              
                │      └─_source
                │          │  fckconstants.js
                │          │  fckeditorapi.js
                │          │  fckjscoreextensions.js
                │          │  fckscriptloader.js
                │          │  
                │          ├─classes
                │          │      fckcontextmenu.js
                │          │      fckdocumentfragment_gecko.js
                │          │      fckdocumentfragment_ie.js
                │          │      fckdomrange.js
                │          │      fckdomrange_gecko.js
                │          │      fckdomrange_ie.js
                │          │      fckeditingarea.js
                │          │      fckelementpath.js
                │          │      fckenterkey.js
                │          │      fckevents.js
                │          │      fckicon.js
                │          │      fckiecleanup.js
                │          │      fckimagepreloader.js
                │          │      fckkeystrokehandler.js
                │          │      fckmenublock.js
                │          │      fckmenublockpanel.js
                │          │      fckmenuitem.js
                │          │      fckpanel.js
                │          │      fckplugin.js
                │          │      fckspecialcombo.js
                │          │      fckstyledef.js
                │          │      fckstyledef_gecko.js
                │          │      fckstyledef_ie.js
                │          │      fckstylesloader.js
                │          │      fcktoolbar.js
                │          │      fcktoolbarbreak_gecko.js
                │          │      fcktoolbarbreak_ie.js
                │          │      fcktoolbarbutton.js
                │          │      fcktoolbarbuttonui.js
                │          │      fcktoolbarfontformatcombo.js
                │          │      fcktoolbarfontscombo.js
                │          │      fcktoolbarfontsizecombo.js
                │          │      fcktoolbarpanelbutton.js
                │          │      fcktoolbarspecialcombo.js
                │          │      fcktoolbarstylecombo.js
                │          │      fckw3crange.js
                │          │      fckxml_gecko.js
                │          │      fckxml_ie.js
                │          │      
                │          ├─commandclasses
                │          │      fckfitwindow.js
                │          │      fcknamedcommand.js
                │          │      fckpasteplaintextcommand.js
                │          │      fckpastewordcommand.js
                │          │      fckspellcheckcommand_gecko.js
                │          │      fckspellcheckcommand_ie.js
                │          │      fckstylecommand.js
                │          │      fcktablecommand.js
                │          │      fcktextcolorcommand.js
                │          │      fck_othercommands.js
                │          │      
                │          └─internals
                │                  fck.js
                │                  fckbrowserinfo.js
                │                  fckcodeformatter.js
                │                  fckcommands.js
                │                  fckconfig.js
                │                  fckdebug.js
                │                  fckdialog.js
                │                  fckdialog_gecko.js
                │                  fckdialog_ie.js
                │                  fckdocumentprocessor.js
                │                  fckdomtools.js
                │                  fcklanguagemanager.js
                │                  fcklisthandler.js
                │                  fcklistslib.js
                │                  fckplugins.js
                │                  fckregexlib.js
                │                  fckselection.js
                │                  fckselection_gecko.js
                │                  fckselection_ie.js
                │                  fcktablehandler.js
                │                  fcktablehandler_gecko.js
                │                  fcktablehandler_ie.js
                │                  fcktoolbaritems.js
                │                  fcktoolbarset.js
                │                  fcktools.js
                │                  fcktools_gecko.js
                │                  fcktools_ie.js
                │                  fckundo_gecko.js
                │                  fckundo_ie.js
                │                  fckurlparams.js
                │                  fckxhtml.js
                │                  fckxhtmlentities.js
                │                  fckxhtml_gecko.js
                │                  fckxhtml_ie.js
                │                  fck_contextmenu.js
                │                  fck_gecko.js
                │                  fck_ie.js
                │                  
                ├─iframe
                │      foot.jsp
                │      head.jsp
                │      
                ├─images
                │  │  1.jpg
                │  │  2.jpg
                │  │  3.jpg
                │  │  4.jpg
                │  │  5.jpg
                │  │  ad.jpg
                │  │  ad2.jpg
                │  │  back.gif
                │  │  bar1.gif
                │  │  bg1.jpg
                │  │  boy.gif
                │  │  button.gif
                │  │  calendar.js
                │  │  Common.js
                │  │  css.css
                │  │  default.css
                │  │  first.gif
                │  │  foot.swf
                │  │  frams_143.jpg
                │  │  frams_145.jpg
                │  │  frams_166.jpg
                │  │  frams_191.jpg
                │  │  girl.gif
                │  │  head1.gif
                │  │  headarrow.gif
                │  │  headbg4.gif
                │  │  headbg5.gif
                │  │  icon.gif
                │  │  index.js
                │  │  inputbg8.gif
                │  │  inputend.gif
                │  │  jump.gif
                │  │  Key.gif
                │  │  last.gif
                │  │  logo.gif
                │  │  next.gif
                │  │  nobody.gif
                │  │  pre.gif
                │  │  rollpic.swf
                │  │  sub.gif
                │  │  zhuce.gif
                │  │  
                │  └─face
                │          1.gif
                │          10.gif
                │          11.gif
                │          12.gif
                │          13.gif
                │          14.gif
                │          2.gif
                │          3.gif
                │          4.gif
                │          5.gif
                │          6.gif
                │          7.gif
                │          8.gif
                │          9.gif
                │          email.gif
                │          home.gif
                │          ie.gif
                │          ip.gif
                │          qq.gif
                │          
                ├─member
                │  │  default.jsp
                │  │  index.jsp
                │  │  
                │  ├─iframe
                │  │      default.jsp
                │  │      foot.jsp
                │  │      help.jsp
                │  │      index.jsp
                │  │      left.jsp
                │  │      main.jsp
                │  │      top.jsp
                │  │      
                │  ├─images
                │  │      Admin_Style.css
                │  │      baseset.js
                │  │      bg.jpg
                │  │      bt_login.gif
                │  │      bullet.gif
                │  │      calendar.js
                │  │      city.js
                │  │      Common.js
                │  │      date.js
                │  │      default.jsp
                │  │      first.gif
                │  │      HardWare.gif
                │  │      img_u.gif
                │  │      index.jsp
                │  │      jump.gif
                │  │      last.gif
                │  │      linkbg1.gif
                │  │      linkbg2.gif
                │  │      MainBg.gif
                │  │      menu.gif
                │  │      next.gif
                │  │      pre.gif
                │  │      qq_22.gif
                │  │      SearchFluctuation.js
                │  │      selcolor.htm
                │  │      SetFocus.js
                │  │      style.css
                │  │      sys.gif
                │  │      Title.gif
                │  │      topnav_bg.jpg
                │  │      ufopp.gif
                │  │      
                │  ├─info
                │  │      coinfo.jsp
                │  │      default.jsp
                │  │      editpwd.jsp
                │  │      index.jsp
                │  │      info.jsp
                │  │      
                │  └─job
                │          add.jsp
                │          add2.jsp
                │          default.jsp
                │          index.jsp
                │          
                ├─META-INF
                │      MANIFEST.MF
                │      
                ├─upload_file
                │      default.jsp
                │      index.jsp
                │      
                ├─UserFiles
                │      default.jsp
                │      index.jsp
                │      
                └─WEB-INF
                    │  FCKeditor.tld
                    │  web.xml
                    │  
                    ├─classes
                    │  └─com
                    │      ├─action
                    │      │      AdminServlet.class
                    │      │      AfficheServlet.class
                    │      │      CommonServlet.class
                    │      │      FriendLinkServlet.class
                    │      │      GuestBookServlet.class
                    │      │      JobManageServlet.class
                    │      │      JobServlet.class
                    │      │      LoginServlet.class
                    │      │      MemberManageServlet.class
                    │      │      MemberServlet.class
                    │      │      MenuServlet.class
                    │      │      NewsServlet.class
                    │      │      PicServlet.class
                    │      │      SystemServlet.class
                    │      │      
                    │      ├─bean
                    │      │      AdminBean.class
                    │      │      AfficheBean.class
                    │      │      FriendLinkBean.class
                    │      │      GuestBookBean.class
                    │      │      JobBean.class
                    │      │      MemberBean.class
                    │      │      MemberManageBean.class
                    │      │      NewsBean.class
                    │      │      SiteBean.class
                    │      │      SystemBean.class
                    │      │      
                    │      └─util
                    │              CheckCode.class
                    │              Common.class
                    │              Constant.class
                    │              DBO.class
                    │              Filter.class
                    │              Log.class
                    │              MD5.class
                    │              SmartFile.class
                    │              SmartFiles.class
                    │              SmartRequest.class
                    │              SmartUpload.class
                    │              SmartUploadException.class
                    │              
                    └─lib
                            commons-fileupload.jar
                            FCKeditor-2.3.jar
                            msbase.jar
                            mssqlserver.jar
                            msutil.jar
                            

目录
摘要    1
目录    2
1、前言    4
1.1 目的    4
1.2 背景    4
1.3定义    4
1.4 开发工具与环境介绍    4
2 系统分析与设计    5
2.1 系统功能分析    5
2.2 系统功能模块的设计    5
2.3 系统流程分析    7
3 数据库设计    7
3.1数据库需求分析    8
3.1.1数据流图    8
3.1.2 数据字典    9
3.2 概念结构设计    16
3.3 逻辑结构设计    19
3.4 数据库物理结构设计    21
3.5 数据库的实现    21
4 界面设计    24
5 系统的功能实现    26
5.1 管理员用户管理模块的实现    26
5.2 招聘信息信息管理模块的设计    26
5.2.1 设计管理招聘信息页面    26
5.2.2 招聘信息添加功能的实现    27
5.3 新闻资讯管理模块的设计    28
5.3.1 添加和修改新闻资讯    29
5.3.2 删除新闻资讯    29
5.3.3查看新闻资讯    29
5.4 企业用户管理模块的设计    30
5.4.1 企业用户管理页面设计    30
5.4.2 管理招聘信息    30
5.4.3 管理企业用户    31
5.5 个人用户管理模块的设计    32
5.5.1注册新用户    32
5.5.2 个人用户管理界面设计    32
5.5.3编辑个人简历    33
5.5.4 管理技能信息    34
5.5.5 查看个人简历    34
5.5.6 查看招聘信息    34
5.5.7修改申请信息    35
5.6 系统主页面及登陆程序设计    35
5.6.1 系统主页面设计    35
5.6.2 登录程序设计    36
5.6.3 查看所有信息    37
总结    38


标签:招聘网站,人才招聘,就业网,求职招聘

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950