首页 Java 744基于JSP/Java的电子政务系统的设计与实现
744基于JSP/Java的电子政务系统的设计与实现
作品编号:473
关注人气:1321
文件包括:设计源码+数据库+论文+任务书+PPT
设计大小:3.91 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

本系统主要实现新闻发布、用户意见调查、便民服务以及在线业务处理等主要功能。包括如下几个功能模块:

(1)新闻发布模块

目的:将盐湖区的新闻、“工业年”活动的相关信息、政务动态、热点人物及事件、知名企业信息以及最新印发的文件等信息集中管理,经过分类、标准化后发布到网站上。

功能:用户可以浏览新闻信息,管理员可以浏览、添加、修改、删除新闻信息。

(2)调查栏模块

目的:将区政府需要向群众征求意见的信息,以选择不同选项的形式经过审核后发布到网站上。

功能:互动用户参与调查,发表意见。管理员可以浏览、添加、修改、删除公告信息。

(3)便民服务模块

目的:将市民日常所需要的列车时刻、邮政编码、热线电话等信息发布到网站上,为市民的日常生活带来方便。同时,设置与其他各级政府和媒体网站的超链接。

功能:用户可以在网站获取所需要的信息,而且可以通过超链接登录到相关的政府和媒体网站浏览信息。管理员可以浏览、添加、修改、删除该模块的信息和相关链接。

(4)用户信息模块

目的:了解网站面向的用户群,及时了解用户动态信息,掌握用户的基本资料信息,并与客户保持在线联系。,用户还可以将反馈的信息直接发送到指定的邮箱中。同时可以管理管理员的相关信息。

功能: 了解用户的相关资料,包含用户的姓名、单位、电话号码等信息。管理员可以查看、删除用户信息,可在线与客户进行沟通和协同工作。管理员可以在后台修改帐号和密码。

      


卷 SSD分区 的文件夹 PATH 列表
卷序列号为 0004-1E03
E:\TEST\源码
└─javaEE电子政务系统
    │  java电子政务系统毕业设计任务书.doc
    │  java电子政务系统毕业设计答辩PPT.ppt
    │  java电子政务系统毕业设计论文.doc
    │  readme.txt
    │  
    ├─代码
    │  └─Dzzw
    │      │  .classpath
    │      │  .mymetadata
    │      │  .project
    │      │  
    │      ├─.myeclipse
    │      ├─.settings
    │      │      .jsdtscope
    │      │      com.genuitec.eclipse.j2eedt.core.xml
    │      │      org.eclipse.jdt.core.prefs
    │      │      org.eclipse.wst.common.component
    │      │      org.eclipse.wst.common.project.facet.core.xml
    │      │      org.eclipse.wst.jsdt.ui.superType.container
    │      │      org.eclipse.wst.jsdt.ui.superType.name
    │      │      
    │      ├─src
    │      │  └─com
    │      │      ├─action
    │      │      │      AdminServlet.java
    │      │      │      AfficheServlet.java
    │      │      │      BMServlet.java
    │      │      │      CommonServlet.java
    │      │      │      GuestBookServlet.java
    │      │      │      LoginServlet.java
    │      │      │      MemberManageServlet.java
    │      │      │      MemberServlet.java
    │      │      │      NewsServlet.java
    │      │      │      SystemServlet.java
    │      │      │      
    │      │      ├─bean
    │      │      │      AdminBean.java
    │      │      │      AfficheBean.java
    │      │      │      FriendLinkBean.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
    │          │  bminfo.jsp
    │          │  diaocha.jsp
    │          │  email.jsp
    │          │  error.jsp
    │          │  guestbook.jsp
    │          │  index.jsp
    │          │  jg.jsp
    │          │  login.jsp
    │          │  lost.jsp
    │          │  news.jsp
    │          │  newsinfo.jsp
    │          │  personreg.jsp
    │          │  reg.jsp
    │          │  reg2.jsp
    │          │  zhao.jsp
    │          │  
    │          ├─admin
    │          │  │  default.jsp
    │          │  │  index.jsp
    │          │  │  login.jsp
    │          │  │  
    │          │  ├─affiche
    │          │  │      default.jsp
    │          │  │      edit.jsp
    │          │  │      index.jsp
    │          │  │      
    │          │  ├─bm
    │          │  │      add.jsp
    │          │  │      email.jsp
    │          │  │      index.jsp
    │          │  │      
    │          │  ├─dc
    │          │  │      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
    │          │  │      
    │          │  └─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
    │          │      │          Thumbs.db
    │          │      │          
    │          │      ├─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
    │          │  │  ad2.jpg
    │          │  │  back.gif
    │          │  │  banner.gif
    │          │  │  bar1.gif
    │          │  │  bg1.jpg
    │          │  │  boy.gif
    │          │  │  button.gif
    │          │  │  calendar.js
    │          │  │  Common.js
    │          │  │  css.css
    │          │  │  default.css
    │          │  │  first.gif
    │          │  │  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
    │          │  │  next.gif
    │          │  │  nobody.gif
    │          │  │  pre.gif
    │          │  │  rollpic.swf
    │          │  │  sub.gif
    │          │  │  Thumbs.db
    │          │  │  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
    │          │          Thumbs.db
    │          │          
    │          ├─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
    │          │  │      Thumbs.db
    │          │  │      Title.gif
    │          │  │      topnav_bg.jpg
    │          │  │      ufopp.gif
    │          │  │      
    │          │  └─info
    │          │          default.jsp
    │          │          editpwd.jsp
    │          │          index.jsp
    │          │          info.jsp
    │          │          
    │          ├─META-INF
    │          │      MANIFEST.MF
    │          │      
    │          ├─upload_file
    │          │  │  default.jsp
    │          │  │  index.jsp
    │          │  │  
    │          │  └─news
    │          ├─UserFiles
    │          │  │  default.jsp
    │          │  │  index.jsp
    │          │  │  
    │          │  ├─Flash
    │          │  └─Image
    │          └─WEB-INF
    │              │  FCKeditor.tld
    │              │  web.xml
    │              │  
    │              ├─classes
    │              │  └─com
    │              │      ├─action
    │              │      │      AdminServlet.class
    │              │      │      AfficheServlet.class
    │              │      │      BMServlet.class
    │              │      │      CommonServlet.class
    │              │      │      GuestBookServlet.class
    │              │      │      LoginServlet.class
    │              │      │      MemberManageServlet.class
    │              │      │      MemberServlet.class
    │              │      │      NewsServlet.class
    │              │      │      SystemServlet.class
    │              │      │      
    │              │      ├─bean
    │              │      │      AdminBean.class
    │              │      │      AfficheBean.class
    │              │      │      FriendLinkBean.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
    │                      sqljdbc4.jar
    │                      
    ├─截图
    │      er.png
    │      信箱.png
    │      公告.jpg
    │      功能.png
    │      后台.png
    │      捕获.JPG
    │      新闻.jpg
    │      缩放.png
    │      首页.png
    │      
    └─数据库资料
            jspdzzw.mdf
            jspdzzw_log.ldf
            

目  录
摘 要    i
Abstract    ii
1  绪论    1
1.1  运城市盐湖区区政府政务概述    1
1.1.1  运城市盐湖区政府概况    1
1.1.2  盐湖区政情概况    1
1.1.3  政府组织机构介绍    2
1.2  现行系统业务说明    2
2  系统分析    3
2.1  新系统目标    3
2.2  可行性分析    3
2.2.1  技术可行性    3
2.2.2  经济可行性    3
2.2.3  运行可行性    4
2.2.4  组织人员可行性    4
2.3  业务流程图    4
3  电子政务系统设计    7
3.1  电子政务系统总体设计概述    7
3.2  电子政务系统模块功能说明    7
3.2.1  系统模块化设计    7
3.2.2  模块结构图    8
3.2.3  系统模块功能说明    8
3.3  数据库设计    9
3.3.1  概念模型设计    10
3.3.3  实体E-R图    11
3.3.4  数据库设计    13
3.3.5  数据库表设计    14
3.4  网站风格设计    15
3.5  域名的选择    18
3.5.1  域名的涵义    18
3.5.2  域名选择原则    18
3.5.3  电子政务系统域名的选择    18
4  详细设计    19
5  输入输出设计    20
5.1  输入设计    20
5.2  输出设计    21
6  系统实现    22
6.1  开发工具的选择    22
    6.1.1  动态网页制作技术JSP    22
        6.1.2  JSP开发网站的优势    22
6.2  TOMCAT与SQL    22
6.2.1  WEB服务器TOMCAT简介    22
6.2.2  数据库管理系统SQLserver概述    23
6.3  系统环境配置    25
6.3.1  硬件环境配置    25
6.3.2  软件环境配置    26
6.4  系统测试    26
6.4.1  系统测试的定义    26
6.4.2  网站测试的内容及方法    26
6.4.3  设计测试的方案    27
6.4.4  系统测试案例与分析    27
7 设计成果    30
7.1  主要界面    30
7.2  动态交互功能    40
总结    45
参考文献    46
致    谢    47
中外文翻译    48
1  外文原文    48
2  中文翻译    55


标签:政务管理系统,电子政务系统

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

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

  • 联系QQ:81677093
  • 微信:bysj1950