首页 Java 566基于SSH/Java的毕业生信息管理系统的设计与实现
566基于SSH/Java的毕业生信息管理系统的设计与实现
作品编号:397
关注人气:1081
文件包括:设计源码+数据库
设计大小:14.24 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

  • 作品介绍
  • 项目目录

信息技术发展得越来越快,当今社会己进入了信息化和数字化的时代,人们对于信息的及时性、准确性、安全性、全面性等要求越来越高。Internet技术的快速发展给整个教育领域也带来了不小的影响。对于各个高校来说,毕业生数量日益增加,每年都需要处理大量的毕业生信息,工作量大,耗费大量人力和时间。不仅信息的录入工作繁杂,而且后期的信息的管理也很麻烦,必须由专门的管理人员专时专地进行操作,带来很多麻烦。传统的毕业生信息管理又处于一个相对孤立的状态,开放度低,仅仅限于管理人员,学生、老师以及一些相关人员不容易获得信息。

毕业生信息管理系统面临着一系列的问题和挑战,原有的传统管理模式已经不能满足目前庞大的毕业生群体。所以我们急需一种新的管理系统的出现。毕业生信息管理系统的开发,将会解决上述一系列的问题。它将数据库技术与Web技术相结合,将数据库技术引入到Web中,利用数据库系统来对各种复杂的数据进行有效的管理和快速的检索,并将这些数据按远端客户机的特定访问、请求,实时的产生待查询的动态页面然后传送给客户浏览器显示。即实现了数据库在Web上的发布。这种新的毕业生信息管理系统大大提高了信息管理者的工作效率,使管理更加规范化、有效化、智能化。同时,它还能加大开放度,不仅仅是系统管理员,学生、老师和其他有需要的人群都可以通过Web查询到信息。真正实现了无纸化的现代办公。

     


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
│  db_bys_Data.MDF
│  db_bys_Log.LDF
│  
└─bys
    │  .classpath
    │  .myhibernatedata
    │  .mymetadata
    │  .project
    │  .springBeans
    │  
    ├─.myeclipse
    ├─.settings
    │      org.eclipse.jdt.core.prefs
    │      org.eclipse.jdt.ui.prefs
    │      
    ├─src
    │  │  struts.properties
    │  │  struts.xml
    │  │  
    │  └─com
    │      ├─action
    │      │      banjiAction.java
    │      │      chengjiAction.java
    │      │      gonggaoAction.java
    │      │      kechengAction.java
    │      │      liuyanAction.java
    │      │      shitiAction.java
    │      │      stuAction.java
    │      │      teaAction.java
    │      │      xibieAction.java
    │      │      xuyuanAction.java
    │      │      zhuanyeAction.java
    │      │      
    │      ├─dao
    │      │      TAdminDAO.java
    │      │      TBanjiDAO.java
    │      │      TChengjiDAO.java
    │      │      TGonggaoDAO.java
    │      │      TKechengDAO.java
    │      │      TLiuyanDAO.java
    │      │      TShitiDAO.java
    │      │      TStuDAO.java
    │      │      TTeaDAO.java
    │      │      TXibieDAO.java
    │      │      TXuyuanDAO.java
    │      │      TZhuanyeDAO.java
    │      │      
    │      ├─model
    │      │      TAdmin.hbm.xml
    │      │      TAdmin.java
    │      │      TBanji.hbm.xml
    │      │      TBanji.java
    │      │      TChengji.hbm.xml
    │      │      TChengji.java
    │      │      TGonggao.hbm.xml
    │      │      TGonggao.java
    │      │      TKecheng.hbm.xml
    │      │      TKecheng.java
    │      │      TLiuyan.hbm.xml
    │      │      TLiuyan.java
    │      │      TShiti.hbm.xml
    │      │      TShiti.java
    │      │      TStu.hbm.xml
    │      │      TStu.java
    │      │      TTea.hbm.xml
    │      │      TTea.java
    │      │      TXibie.hbm.xml
    │      │      TXibie.java
    │      │      TXuyuan.hbm.xml
    │      │      TXuyuan.java
    │      │      TZhuanye.hbm.xml
    │      │      TZhuanye.java
    │      │      
    │      ├─service
    │      │      kechengService.java
    │      │      loginService.java
    │      │      tongyongService.java
    │      │      
    │      └─util
    │              Util.java
    │              
    └─WebRoot
        │  login.jsp
        │  loginSuccess.jsp
        │  
        ├─admin
        │  │  center.jsp
        │  │  down.jsp
        │  │  index.jsp
        │  │  left.jsp
        │  │  right.jsp
        │  │  top.jsp
        │  │  
        │  ├─banji
        │  │      banjiAdd.jsp
        │  │      banjiEditPre.jsp
        │  │      banjiMana.jsp
        │  │      
        │  ├─chengji
        │  │      chengjiChakan.jsp
        │  │      chengjiChakan_result.jsp
        │  │      
        │  ├─gonggao
        │  │      gonggaoAdd.jsp
        │  │      gonggaoDetail.jsp
        │  │      gonggaoMana.jsp
        │  │      
        │  ├─kecheng
        │  │      kechengAdd.jsp
        │  │      kechengEditPre.jsp
        │  │      kechengManage.jsp
        │  │      
        │  ├─liuyan
        │  │      liuyanMana.jsp
        │  │      
        │  ├─shiti
        │  │      shitiAdd.jsp
        │  │      shitiMana.jsp
        │  │      
        │  ├─stu
        │  │      stuAdd.jsp
        │  │      stuEditPre.jsp
        │  │      stuMana.jsp
        │  │      stu_biye.jsp
        │  │      
        │  ├─tea
        │  │      teaAdd.jsp
        │  │      teaEditPre.jsp
        │  │      teaMana.jsp
        │  │      
        │  ├─userinfo
        │  │      userinfo.jsp
        │  │      
        │  ├─xibie
        │  │      xibieAdd.jsp
        │  │      xibieEditPre.jsp
        │  │      xibieMana.jsp
        │  │      
        │  ├─xuyuan
        │  │      xuyuanAdd.jsp
        │  │      xuyuanEditPre.jsp
        │  │      xuyuanMana.jsp
        │  │      
        │  └─zhuanye
        │          zhuanyeAdd.jsp
        │          zhuanyeEditPre.jsp
        │          zhuanyeMana.jsp
        │          
        ├─astu
        │  │  center.jsp
        │  │  down.jsp
        │  │  index.jsp
        │  │  left.jsp
        │  │  right.jsp
        │  │  top.jsp
        │  │  
        │  ├─chengji
        │  │      chengjiMine.jsp
        │  │      
        │  ├─kecheng
        │  │      kechengAllAll.jsp
        │  │      
        │  ├─shiti
        │  │      shitiUp.jsp
        │  │      
        │  └─userinfo
        │          userinfo.jsp
        │          
        ├─atea
        │  │  center.jsp
        │  │  down.jsp
        │  │  index.jsp
        │  │  left.jsp
        │  │  right.jsp
        │  │  top.jsp
        │  │  
        │  ├─chengji
        │  │      chengjiMana.jsp
        │  │      selectBanji.jsp
        │  │      selectStu.jsp
        │  │      selectXibie.jsp
        │  │      selectXuyuan.jsp
        │  │      selectZhuanye.jsp
        │  │      
        │  ├─shiti
        │  │      shitiByStu.jsp
        │  │      
        │  └─userinfo
        │          userinfo.jsp
        │          
        ├─common
        │      msg.jsp
        │      succeed.jsp
        │      
        ├─css
        │      admin.css
        │      bar1.gif
        │      bg1.jpg
        │      Common.css
        │      css.css
        │      default.css
        │      displaytag.css
        │      frams_143.jpg
        │      front.css
        │      head1.gif
        │      headbg4.gif
        │      headbg5.gif
        │      inputbg8.gif
        │      inputend.gif
        │      oa.css
        │      sitegeneric08.css
        │      theme.css
        │      woncore.css
        │      ww.css
        │      
        ├─fckeditor
        │  │  fckconfig.js
        │  │  fckeditor.afp
        │  │  fckeditor.asp
        │  │  fckeditor.cfc
        │  │  fckeditor.cfm
        │  │  fckeditor.js
        │  │  fckeditor.lasso
        │  │  fckeditor.pl
        │  │  fckeditor.py
        │  │  fckpackager.xml
        │  │  fckstyles.xml
        │  │  fcktemplates.xml
        │  │  fckutils.cfm
        │  │  license.txt
        │  │  _documentation.html
        │  │  _upgrade.html
        │  │  _whatsnew.html
        │  │  _whatsnew_history.html
        │  │  
        │  ├─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
        │  │  │          block_address.png
        │  │  │          block_blockquote.png
        │  │  │          block_div.png
        │  │  │          block_h1.png
        │  │  │          block_h2.png
        │  │  │          block_h3.png
        │  │  │          block_h4.png
        │  │  │          block_h5.png
        │  │  │          block_h6.png
        │  │  │          block_p.png
        │  │  │          block_pre.png
        │  │  │          fck_anchor.gif
        │  │  │          fck_flashlogo.gif
        │  │  │          fck_hiddenfield.gif
        │  │  │          fck_pagebreak.gif
        │  │  │          fck_plugin.gif
        │  │  │          
        │  │  ├─dialog
        │  │  │  │  fck_about.html
        │  │  │  │  fck_anchor.html
        │  │  │  │  fck_button.html
        │  │  │  │  fck_checkbox.html
        │  │  │  │  fck_colorselector.html
        │  │  │  │  fck_div.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
        │  │  │  │  │  fck_dialog_common.css
        │  │  │  │  │  fck_dialog_common.js
        │  │  │  │  │  
        │  │  │  │  └─images
        │  │  │  │          locked.gif
        │  │  │  │          reset.gif
        │  │  │  │          unlocked.gif
        │  │  │  │          
        │  │  │  ├─fck_about
        │  │  │  │  │  logo_fckeditor.gif
        │  │  │  │  │  logo_fredck.gif
        │  │  │  │  │  
        │  │  │  │  └─sponsors
        │  │  │  │          spellchecker_net.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
        │  │  │              
        │  │  ├─dtd
        │  │  │      fck_dtd_test.html
        │  │  │      fck_xhtml10strict.js
        │  │  │      fck_xhtml10transitional.js
        │  │  │      
        │  │  ├─filemanager
        │  │  │  ├─browser
        │  │  │  │  └─default
        │  │  │  │      │  browser.css
        │  │  │  │      │  browser.html
        │  │  │  │      │  frmactualfolder.html
        │  │  │  │      │  frmcreatefolder.html
        │  │  │  │      │  frmfolders.html
        │  │  │  │      │  frmresourceslist.html
        │  │  │  │      │  frmresourcetype.html
        │  │  │  │      │  frmupload.html
        │  │  │  │      │  
        │  │  │  │      ├─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
        │  │  │  │              
        │  │  │  └─connectors
        │  │  │      │  test.html
        │  │  │      │  uploadtest.html
        │  │  │      │  
        │  │  │      ├─asp
        │  │  │      │      basexml.asp
        │  │  │      │      class_upload.asp
        │  │  │      │      commands.asp
        │  │  │      │      config.asp
        │  │  │      │      connector.asp
        │  │  │      │      io.asp
        │  │  │      │      upload.asp
        │  │  │      │      util.asp
        │  │  │      │      
        │  │  │      ├─aspx
        │  │  │      │      config.ascx
        │  │  │      │      connector.aspx
        │  │  │      │      upload.aspx
        │  │  │      │      
        │  │  │      ├─cfm
        │  │  │      │      cf5_connector.cfm
        │  │  │      │      cf5_upload.cfm
        │  │  │      │      cf_basexml.cfm
        │  │  │      │      cf_commands.cfm
        │  │  │      │      cf_connector.cfm
        │  │  │      │      cf_io.cfm
        │  │  │      │      cf_upload.cfm
        │  │  │      │      cf_util.cfm
        │  │  │      │      config.cfm
        │  │  │      │      connector.cfm
        │  │  │      │      image.cfc
        │  │  │      │      ImageObject.cfc
        │  │  │      │      upload.cfm
        │  │  │      │      
        │  │  │      ├─lasso
        │  │  │      │      config.lasso
        │  │  │      │      connector.lasso
        │  │  │      │      upload.lasso
        │  │  │      │      
        │  │  │      ├─perl
        │  │  │      │      basexml.pl
        │  │  │      │      commands.pl
        │  │  │      │      connector.cgi
        │  │  │      │      io.pl
        │  │  │      │      upload.cgi
        │  │  │      │      upload_fck.pl
        │  │  │      │      util.pl
        │  │  │      │      
        │  │  │      ├─php
        │  │  │      │      basexml.php
        │  │  │      │      commands.php
        │  │  │      │      config.php
        │  │  │      │      connector.php
        │  │  │      │      io.php
        │  │  │      │      upload.php
        │  │  │      │      util.php
        │  │  │      │      
        │  │  │      └─py
        │  │  │              config.py
        │  │  │              connector.py
        │  │  │              fckcommands.py
        │  │  │              fckconnector.py
        │  │  │              fckoutput.py
        │  │  │              fckutil.py
        │  │  │              htaccess.txt
        │  │  │              upload.py
        │  │  │              wsgi.py
        │  │  │              zope.py
        │  │  │              
        │  │  ├─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
        │  │  │      fckadobeair.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-ca.js
        │  │  │      fr.js
        │  │  │      gl.js
        │  │  │      gu.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
        │  │  │      _translationstatus.txt
        │  │  │      
        │  │  ├─plugins
        │  │  │  ├─autogrow
        │  │  │  │      fckplugin.js
        │  │  │  │      
        │  │  │  ├─bbcode
        │  │  │  │  │  fckplugin.js
        │  │  │  │  │  
        │  │  │  │  └─_sample
        │  │  │  │          sample.config.js
        │  │  │  │          sample.html
        │  │  │  │          
        │  │  │  ├─dragresizetable
        │  │  │  │      fckplugin.js
        │  │  │  │      
        │  │  │  ├─placeholder
        │  │  │  │  │  fckplugin.js
        │  │  │  │  │  fck_placeholder.html
        │  │  │  │  │  placeholder.gif
        │  │  │  │  │  
        │  │  │  │  └─lang
        │  │  │  │          de.js
        │  │  │  │          en.js
        │  │  │  │          es.js
        │  │  │  │          fr.js
        │  │  │  │          it.js
        │  │  │  │          pl.js
        │  │  │  │          
        │  │  │  ├─simplecommands
        │  │  │  │      fckplugin.js
        │  │  │  │      
        │  │  │  └─tablecommands
        │  │  │          fckplugin.js
        │  │  │          
        │  │  ├─skins
        │  │  │  │  _fckviewstrips.html
        │  │  │  │  
        │  │  │  ├─default
        │  │  │  │  │  fck_dialog.css
        │  │  │  │  │  fck_dialog_ie6.js
        │  │  │  │  │  fck_editor.css
        │  │  │  │  │  fck_strip.gif
        │  │  │  │  │  
        │  │  │  │  └─images
        │  │  │  │          dialog.sides.gif
        │  │  │  │          dialog.sides.png
        │  │  │  │          dialog.sides.rtl.png
        │  │  │  │          sprites.gif
        │  │  │  │          sprites.png
        │  │  │  │          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_dialog_ie6.js
        │  │  │  │  │  fck_editor.css
        │  │  │  │  │  fck_strip.gif
        │  │  │  │  │  
        │  │  │  │  └─images
        │  │  │  │          dialog.sides.gif
        │  │  │  │          dialog.sides.png
        │  │  │  │          dialog.sides.rtl.png
        │  │  │  │          sprites.gif
        │  │  │  │          sprites.png
        │  │  │  │          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_dialog_ie6.js
        │  │  │      │  fck_editor.css
        │  │  │      │  fck_strip.gif
        │  │  │      │  
        │  │  │      └─images
        │  │  │              dialog.sides.gif
        │  │  │              dialog.sides.png
        │  │  │              dialog.sides.rtl.png
        │  │  │              sprites.gif
        │  │  │              sprites.png
        │  │  │              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
        │  │      │      fckdataprocessor.js
        │  │      │      fckdocumentfragment_gecko.js
        │  │      │      fckdocumentfragment_ie.js
        │  │      │      fckdomrange.js
        │  │      │      fckdomrangeiterator.js
        │  │      │      fckdomrange_gecko.js
        │  │      │      fckdomrange_ie.js
        │  │      │      fckeditingarea.js
        │  │      │      fckelementpath.js
        │  │      │      fckenterkey.js
        │  │      │      fckevents.js
        │  │      │      fckhtmliterator.js
        │  │      │      fckicon.js
        │  │      │      fckiecleanup.js
        │  │      │      fckimagepreloader.js
        │  │      │      fckkeystrokehandler.js
        │  │      │      fckmenublock.js
        │  │      │      fckmenublockpanel.js
        │  │      │      fckmenuitem.js
        │  │      │      fckpanel.js
        │  │      │      fckplugin.js
        │  │      │      fckspecialcombo.js
        │  │      │      fckstyle.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.js
        │  │      │      fckxml_gecko.js
        │  │      │      fckxml_ie.js
        │  │      │      
        │  │      ├─commandclasses
        │  │      │      fckblockquotecommand.js
        │  │      │      fckcorestylecommand.js
        │  │      │      fckfitwindow.js
        │  │      │      fckindentcommands.js
        │  │      │      fckjustifycommands.js
        │  │      │      fcklistcommands.js
        │  │      │      fcknamedcommand.js
        │  │      │      fckpasteplaintextcommand.js
        │  │      │      fckpastewordcommand.js
        │  │      │      fckremoveformatcommand.js
        │  │      │      fckshowblocks.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
        │  │              fckdebug_empty.js
        │  │              fckdialog.js
        │  │              fckdocumentprocessor.js
        │  │              fckdomtools.js
        │  │              fcklanguagemanager.js
        │  │              fcklisthandler.js
        │  │              fcklistslib.js
        │  │              fckplugins.js
        │  │              fckregexlib.js
        │  │              fckselection.js
        │  │              fckselection_gecko.js
        │  │              fckselection_ie.js
        │  │              fckstyles.js
        │  │              fcktablehandler.js
        │  │              fcktablehandler_gecko.js
        │  │              fcktablehandler_ie.js
        │  │              fcktoolbaritems.js
        │  │              fcktoolbarset.js
        │  │              fcktools.js
        │  │              fcktools_gecko.js
        │  │              fcktools_ie.js
        │  │              fckundo.js
        │  │              fckurlparams.js
        │  │              fckxhtml.js
        │  │              fckxhtmlentities.js
        │  │              fckxhtml_gecko.js
        │  │              fckxhtml_ie.js
        │  │              fck_contextmenu.js
        │  │              fck_gecko.js
        │  │              fck_ie.js
        │  │              
        │  └─_samples
        │      │  default.html
        │      │  sample.css
        │      │  sampleslist.html
        │      │  
        │      ├─adobeair
        │      │  │  application.xml
        │      │  │  package.bat
        │      │  │  run.bat
        │      │  │  sample01.html
        │      │  │  sample01_cert.pfx
        │      │  │  
        │      │  └─icons
        │      │          128.png
        │      │          16.png
        │      │          32.png
        │      │          48.png
        │      │          
        │      ├─afp
        │      │      fck.afpa
        │      │      fck.afpa.code
        │      │      sample01.afp
        │      │      sample02.afp
        │      │      sample03.afp
        │      │      sample04.afp
        │      │      sampleposteddata.afp
        │      │      
        │      ├─asp
        │      │      sample01.asp
        │      │      sample02.asp
        │      │      sample03.asp
        │      │      sample04.asp
        │      │      sampleposteddata.asp
        │      │      
        │      ├─cfm
        │      │      sample01.cfm
        │      │      sample01_mx.cfm
        │      │      sample02.cfm
        │      │      sample02_mx.cfm
        │      │      sample03.cfm
        │      │      sample03_mx.cfm
        │      │      sample04.cfm
        │      │      sample04_mx.cfm
        │      │      sampleposteddata.cfm
        │      │      
        │      ├─html
        │      │  │  sample01.html
        │      │  │  sample02.html
        │      │  │  sample03.html
        │      │  │  sample04.html
        │      │  │  sample05.html
        │      │  │  sample06.html
        │      │  │  sample07.html
        │      │  │  sample08.html
        │      │  │  sample09.html
        │      │  │  sample10.html
        │      │  │  sample11.html
        │      │  │  sample12.html
        │      │  │  sample13.html
        │      │  │  sample14.html
        │      │  │  sample15.html
        │      │  │  sample16.html
        │      │  │  
        │      │  └─assets
        │      │          sample06.config.js
        │      │          sample11_frame.html
        │      │          sample14.config.js
        │      │          sample14.styles.css
        │      │          sample15.config.js
        │      │          sample16.config.js
        │      │          sample16.fla
        │      │          sample16.swf
        │      │          swfobject.js
        │      │          
        │      ├─lasso
        │      │      sample01.lasso
        │      │      sample02.lasso
        │      │      sample03.lasso
        │      │      sample04.lasso
        │      │      sampleposteddata.lasso
        │      │      
        │      ├─perl
        │      │      sample01.cgi
        │      │      sample02.cgi
        │      │      sample03.cgi
        │      │      sample04.cgi
        │      │      sampleposteddata.cgi
        │      │      
        │      ├─php
        │      │      sample01.php
        │      │      sample02.php
        │      │      sample03.php
        │      │      sample04.php
        │      │      sampleposteddata.php
        │      │      
        │      ├─py
        │      │      sample01.py
        │      │      sampleposteddata.py
        │      │      
        │      └─_plugins
        │          ├─findreplace
        │          │  │  fckplugin.js
        │          │  │  find.gif
        │          │  │  find.html
        │          │  │  replace.gif
        │          │  │  replace.html
        │          │  │  
        │          │  └─lang
        │          │          en.js
        │          │          fr.js
        │          │          it.js
        │          │          
        │          └─samples
        │                  fckplugin.js
        │                  
        ├─img
        │      1_28.jpg
        │      add.gif
        │      arrow.gif
        │      back.gif
        │      circle.gif
        │      d1_17.jpg
        │      d1_20.jpg
        │      d2_08.jpg
        │      d2_09.jpg
        │      d2_10.jpg
        │      d2_13.jpg
        │      d2_15.jpg
        │      d2_16.jpg
        │      d2_17.jpg
        │      d2_19.jpg
        │      d2_22.jpg
        │      d3_07.jpg
        │      d3_08.jpg
        │      del.gif
        │      dialogclose.gif
        │      dl.gif
        │      edit.gif
        │      footbg.gif
        │      head-mark3.gif
        │      head-mark4.gif
        │      ico1.gif
        │      ico5.jpg
        │      ico_2.gif
        │      lbg.jpg
        │      liu3718.jpg
        │      loading.gif
        │      login.gif
        │      main_03.gif
        │      main_07.gif
        │      main_10.gif
        │      main_28.gif
        │      main_29.gif
        │      main_30.gif
        │      main_31.gif
        │      main_32.gif
        │      main_40.gif
        │      menu_bg.jpg
        │      menu_sep.jpg
        │      msg2.jpg
        │      msg_bg.jpg
        │      reg.gif
        │      tb.gif
        │      tbg.jpg
        │      title-bg.gif
        │      title_bg1.gif
        │      tleft.jpg
        │      topmenu_bg.gif
        │      topmenu_o.gif
        │      topsearch_bg.gif
        │      topsearch_submit.gif
        │      topsearch_title.gif
        │      top_bg.jpg
        │      yin.gif
        │      
        ├─js
        │      popup_shuaxin.js
        │      popup_shuaxin_no.js
        │      public.js
        │      
        ├─META-INF
        │      MANIFEST.MF
        │      
        ├─upload
        │      uploadPic.jsp
        │      
        ├─uploadPath
        │  │  1332174944501.doc
        │  │  
        │  ├─file
        │  │      1278679258500.doc
        │  │      
        │  └─pic
        │          1278679258500.jpg
        │          
        ├─util
        │      updown.jsp
        │      
        └─WEB-INF
            │  applicationContext.xml
            │  dwr.xml
            │  web.xml
            │  
            ├─classes
            │  │  struts.properties
            │  │  struts.xml
            │  │  
            │  └─com
            │      ├─action
            │      │      banjiAction.class
            │      │      chengjiAction.class
            │      │      gonggaoAction.class
            │      │      kechengAction.class
            │      │      liuyanAction.class
            │      │      shitiAction.class
            │      │      stuAction.class
            │      │      teaAction.class
            │      │      xibieAction.class
            │      │      xuyuanAction.class
            │      │      zhuanyeAction.class
            │      │      
            │      ├─dao
            │      │      TAdminDAO.class
            │      │      TBanjiDAO.class
            │      │      TChengjiDAO.class
            │      │      TGonggaoDAO.class
            │      │      TKechengDAO.class
            │      │      TLiuyanDAO.class
            │      │      TShitiDAO.class
            │      │      TStuDAO.class
            │      │      TTeaDAO.class
            │      │      TXibieDAO.class
            │      │      TXuyuanDAO.class
            │      │      TZhuanyeDAO.class
            │      │      
            │      ├─model
            │      │      TAdmin.class
            │      │      TAdmin.hbm.xml
            │      │      TBanji.class
            │      │      TBanji.hbm.xml
            │      │      TChengji.class
            │      │      TChengji.hbm.xml
            │      │      TGonggao.class
            │      │      TGonggao.hbm.xml
            │      │      TKecheng.class
            │      │      TKecheng.hbm.xml
            │      │      TLiuyan.class
            │      │      TLiuyan.hbm.xml
            │      │      TShiti.class
            │      │      TShiti.hbm.xml
            │      │      TStu.class
            │      │      TStu.hbm.xml
            │      │      TTea.class
            │      │      TTea.hbm.xml
            │      │      TXibie.class
            │      │      TXibie.hbm.xml
            │      │      TXuyuan.class
            │      │      TXuyuan.hbm.xml
            │      │      TZhuanye.class
            │      │      TZhuanye.hbm.xml
            │      │      
            │      ├─service
            │      │      kechengService.class
            │      │      loginService.class
            │      │      tongyongService.class
            │      │      
            │      └─util
            │              Util.class
            │              
            └─lib
                    antlr-2.7.6.jar
                    asm.jar
                    cglib-2.1.3.jar
                    commons-collections-3.2.jar
                    commons-dbcp-1.2.1.jar
                    commons-fileupload-1.2.1.jar
                    commons-fileupload.jar
                    commons-io-1.3.2.jar
                    commons-io.jar
                    commons-logging-1.0.4.jar
                    commons-pool-1.3.jar
                    dom4j-1.6.1.jar
                    dwr.jar
                    fckeditor-java-core-2.4.1.jar
                    freemarker-2.3.8.jar
                    hibernate3.jar
                    javaee.jar
                    jspsmartupload.jar
                    jstl-1.2.jar
                    jta.jar
                    msbase.jar
                    mssqlserver.jar
                    msutil.jar
                    mysql-connector-java-5.0.4-bin.jar
                    ognl-2.6.11.jar
                    slf4j-api-1.5.2.jar
                    slf4j-simple-1.5.2.jar
                    spring-hibernate3.jar
                    spring.jar
                    sqljdbc.jar
                    struts2-core-2.0.11.2.jar
                    struts2-spring-plugin-2.0.11.2.jar
                    xwork-2.0.5.jar
                    

标签:毕业生信息管理,毕业生管理系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950