首页 Java 212基于JSP/Java的新闻发布系统的设计与实现
212基于JSP/Java的新闻发布系统的设计与实现
作品编号:249
关注人气:1497
文件包括:设计源码+数据库+论文
设计大小:2.99 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

系统角色:1.游客:可以搜索、浏览新闻,不能评论新闻,可以注册成为会员

          2.会员:可以搜索、浏览新闻,评论新闻,可以修改密码等个人信息

          3.编辑:对新闻进行编辑、发布,可以添加删除修改新闻

          4.管理员:拥有系统最高权限,可以添加删除修改新闻,可以删除用户,可以添加删除编辑

前台:

    首页:1.新闻分类:(国际娱乐体育等等)新闻分类需要从数据库中动态取出(因为后台中有添加删除修改分类的功能)可以只显示45个分类,后面加个“更多>>”链接,来罗列所有分类    

          2.新闻搜索:(可以选择分类)以新闻标题模糊搜索,有分页功能

          3.热点新闻:按新闻点击率高低显示前10条左右的新闻(显示点击率)

          4.最新新闻:显示最新添加的新闻(显示日期)

          5.公告栏:显示公告信息

          6.登录:可选角色有会员、编辑、管理员,有注册链接按钮,找回密码链接

会员可以对新闻进行评论,游客点击评论时提示注册

 注册时包含密码提示问题,以便找回密码,注册验证用ajax动态验证,有分页功能,

 包含在线文本编辑器

 登陆后有欢迎信息:“您好,XXX

 

后台:管理员拥有所有权限

 新闻分类管理

         分类列表(包含删除、修改)

         添加分类

文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
│  xwfb_Data.MDF
│  xwfb_Log.LDF
│  论文.doc
│  
└─xwfb
    │  .classpath
    │  .mymetadata
    │  .project
    │  
    ├─.myeclipse
    ├─src
    │  └─com
    │      ├─action
    │      │      AdminServlet.java
    │      │      AfficheServlet.java
    │      │      GuestBookServlet.java
    │      │      LoginServlet.java
    │      │      MemberManageServlet.java
    │      │      MemberServlet.java
    │      │      NewsServlet.java
    │      │      SystemServlet.java
    │      │      
    │      ├─bean
    │      │      AdminBean.java
    │      │      AfficheBean.java
    │      │      GuestBookBean.java
    │      │      MemberBean.java
    │      │      MemberManageBean.java
    │      │      NewsBean.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
        │  a.jsp
        │  error.jsp
        │  fenlei.jsp
        │  fnews.jsp
        │  guestbook.jsp
        │  index.jsp
        │  login.jsp
        │  lost.jsp
        │  news.jsp
        │  newsinfo.jsp
        │  personreg.jsp
        │  reg.jsp
        │  reg2.jsp
        │  search.jsp
        │  sinfo.jsp
        │  
        ├─admin
        │  │  default.jsp
        │  │  index.jsp
        │  │  login.jsp
        │  │  
        │  ├─affiche
        │  │      default.jsp
        │  │      edit.jsp
        │  │      index.jsp
        │  │      
        │  ├─fenlei
        │  │      add.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
        │  │      
        │  ├─member
        │  │      person.jsp
        │  │      pminfo.jsp
        │  │      
        │  ├─news
        │  │      edit.jsp
        │  │      index.jsp
        │  │      pl.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_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
        │      head1.jsp
        │      MyJsp.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
        │          
        ├─META-INF
        │      MANIFEST.MF
        │      
        ├─upload_file
        │  │  default.jsp
        │  │  index.jsp
        │  │  
        │  └─news
        │          default.jsp
        │          
        ├─UserFiles
        │  │  default.jsp
        │  │  index.jsp
        │  │  
        │  ├─Flash
        │  │      default.jsp
        │  │      
        │  └─Image
        │          damo.jpg
        │          default.jsp
        │          
        └─WEB-INF
            │  FCKeditor.tld
            │  web.xml
            │  
            ├─classes
            │  └─com
            │      ├─action
            │      │      AdminServlet.class
            │      │      AfficheServlet.class
            │      │      GuestBookServlet.class
            │      │      LoginServlet.class
            │      │      MemberManageServlet.class
            │      │      MemberServlet.class
            │      │      NewsServlet.class
            │      │      SystemServlet.class
            │      │      
            │      ├─bean
            │      │      AdminBean.class
            │      │      AfficheBean.class
            │      │      GuestBookBean.class
            │      │      MemberBean.class
            │      │      MemberManageBean.class
            │      │      NewsBean.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
                    sqljdbc.jar
                    

目 录
1 引言    2
2 系统分析    3
2.1 功能需求分析    3
2.2 本系统采用的关键技术    4
2.2.1 JSP技术    4
2.2.2 JavaBean技术    4
2.2.3 JDBC技术    5
2.2.4 用JDBC访问数据库    6
2.3 可行性分析    9
2.4 系统运行环境    9
3 系统概要设计    11
3.1 总体功能    11
3.2 E-R图    13
4 系统详细设计    14
4.1 后台数据库设计    14
4.1.1 SQL SERVER 介绍    14
4.1.2 数据库表结构    15
4.2 处理流程设计    17
4.2.1 系统操作流程    17
4.2.2 数据增加流程    18
4.2.3 数据修改流程    18
4.3.4 数据删除流程    19
4.3 系统模块设计    20
4.3.1 管理员登陆    20
4.3.2 新闻管理    22
5 系统调试与测试    26
5.1 程序调试    26
5.2 程序的测试    26
5.2.1 测试的重要性及目的    26
5.2.2 测试的步骤    28
5.2.3 测试的主要内容    28
6 结论    30
6.1 系统评价    30
6.2 安全性问题    30
致谢    32
参考文献    33


标签:新闻发布网,新闻网站

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

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

  • 联系QQ:81677093
  • 微信:bysj1950