首页 Java 113基于JSP/Java的北京旅游网站的设计与实现
113基于JSP/Java的北京旅游网站的设计与实现
作品编号:151
关注人气:1711
文件包括:设计源码+数据库+论文+开题+PPT
设计大小:5.33 M
开发语言:Java
开发数据库:SQL Server
开发环境:Myeclipse+Tomcat+JDK
原价:900元
现价:90元
下载说明

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

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

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

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

该作品不限地区,可以把北京改成任何自己所需要的城市,然后登陆管理员删除现有所有数据,添加当地旅游景区即可

u需求分析的基本任务是确定目标系统必须具备那些功能,准确完整的体现用户的要求。

u

u旅游网站建设的需求分析:

1、采用JSP开发工具;

2、合理设定用户,控制用户使用权限。让系统可以分辨出非用户和用户,普通用户和超级用户(即管理员)。

3、管理人员可以随时根据实际情况修改数据库中的数据资料,使信息的更新及时、准确;

4、旅游的信息可以由管理人员添加和删除,普通用户只可以查看。

5、景点信息里某些新线路的开发,或旧线路的修改和删除由管理人员按实际要求处理。

6、用户的个人资料可以方便地增加、删除和修改。

7、提供的特价路线信息让用户可以一目了然,清楚了解最新讯息。

     


文件夹 PATH 列表
卷序列号为 362C-227F
D:\TEST\源码
│  jsplywz.mdf
│  jsplywz_log.ldf
│  ppt.ppt
│  开题.doc
│  论文.doc
│  
└─Lywz
    │  .classpath
    │  .mymetadata
    │  .project
    │  
    ├─.myeclipse
    ├─src
    │  └─com
    │      ├─action
    │      │      AdminServlet.java
    │      │      AfficheServlet.java
    │      │      CommonServlet.java
    │      │      FriendLinkServlet.java
    │      │      GuestBookServlet.java
    │      │      LoginServlet.java
    │      │      MemberManageServlet.java
    │      │      MemberServlet.java
    │      │      NewsServlet.java
    │      │      TraveServlet.java
    │      │      
    │      ├─bean
    │      │      AdminBean.java
    │      │      AfficheBean.java
    │      │      FriendLinkBean.java
    │      │      GuestBookBean.java
    │      │      MemberBean.java
    │      │      MemberManageBean.java
    │      │      NewsBean.java
    │      │      SystemBean.java
    │      │      TraveBean.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
        │  error.jsp
        │  guestbook.jsp
        │  hot.jsp
        │  index.jsp
        │  login.jsp
        │  logo.gif
        │  lost.jsp
        │  news.jsp
        │  newsinfo.jsp
        │  personreg.jsp
        │  prepinfo.jsp
        │  reg.jsp
        │  reg2.jsp
        │  search.jsp
        │  searchinfo.jsp
        │  tp.jsp
        │  trave.jsp
        │  traveinfo.jsp
        │  
        ├─admin
        │  │  default.jsp
        │  │  index.jsp
        │  │  login.jsp
        │  │  
        │  ├─affiche
        │  │      default.jsp
        │  │      edit.jsp
        │  │      index.jsp
        │  │      
        │  ├─friendlink
        │  │      default.jsp
        │  │      edit.jsp
        │  │      index.jsp
        │  │      
        │  ├─guestbook
        │  │      default.jsp
        │  │      index.jsp
        │  │      replay.jsp
        │  │      
        │  ├─iframe
        │  │      default.jsp
        │  │      foot.jsp
        │  │      help.jsp
        │  │      index.jsp
        │  │      left.jsp
        │  │      main.jsp
        │  │      top.jsp
        │  │      
        │  ├─images
        │  │      admin_m.swf
        │  │      Admin_Style.css
        │  │      bg.jpg
        │  │      bt_login.gif
        │  │      bullet.gif
        │  │      calendar.js
        │  │      Common.js
        │  │      date.js
        │  │      default.jsp
        │  │      HardWare.gif
        │  │      img_u.gif
        │  │      index.jsp
        │  │      linkbg1.gif
        │  │      linkbg2.gif
        │  │      MainBg.gif
        │  │      menu.gif
        │  │      qq_22.gif
        │  │      rollpic.swf
        │  │      SearchFluctuation.js
        │  │      selcolor.htm
        │  │      SetFocus.js
        │  │      style.css
        │  │      sys.gif
        │  │      Title.gif
        │  │      topnav_bg.jpg
        │  │      
        │  ├─lvyou
        │  │      add.jsp
        │  │      hot.jsp
        │  │      index.jsp
        │  │      
        │  ├─member
        │  │      person.jsp
        │  │      pminfo.jsp
        │  │      
        │  ├─news
        │  │      edit.jsp
        │  │      index.jsp
        │  │      
        │  ├─prep
        │  │      index.jsp
        │  │      prep.jsp
        │  │      
        │  ├─system
        │  │      default.jsp
        │  │      editpwd.jsp
        │  │      index.jsp
        │  │      log.jsp
        │  │      user.jsp
        │  │      
        │  └─tp
        │          add.jsp
        │          index.jsp
        │          
        ├─FCKeditor
        │  │  default.jsp
        │  │  fckconfig.js
        │  │  fckeditor.js
        │  │  fckstyles.xml
        │  │  fcktemplates.xml
        │  │  index.jsp
        │  │  
        │  └─editor
        │      │  fckdebug.html
        │      │  fckdialog.html
        │      │  fckeditor.html
        │      │  fckeditor.original.html
        │      │  
        │      ├─css
        │      │  │  fck_editorarea.css
        │      │  │  fck_internal.css
        │      │  │  fck_showtableborders_gecko.css
        │      │  │  
        │      │  ├─behaviors
        │      │  │      disablehandles.htc
        │      │  │      showtableborders.htc
        │      │  │      
        │      │  └─images
        │      │          fck_anchor.gif
        │      │          fck_flashlogo.gif
        │      │          fck_hiddenfield.gif
        │      │          fck_pagebreak.gif
        │      │          
        │      ├─dialog
        │      │  │  fck_about.html
        │      │  │  fck_anchor.html
        │      │  │  fck_button.html
        │      │  │  fck_checkbox.html
        │      │  │  fck_colorselector.html
        │      │  │  fck_docprops.html
        │      │  │  fck_find.html
        │      │  │  fck_flash.html
        │      │  │  fck_form.html
        │      │  │  fck_hiddenfield.html
        │      │  │  fck_image.html
        │      │  │  fck_link.html
        │      │  │  fck_listprop.html
        │      │  │  fck_paste.html
        │      │  │  fck_radiobutton.html
        │      │  │  fck_replace.html
        │      │  │  fck_select.html
        │      │  │  fck_smiley.html
        │      │  │  fck_source.html
        │      │  │  fck_specialchar.html
        │      │  │  fck_spellerpages.html
        │      │  │  fck_table.html
        │      │  │  fck_tablecell.html
        │      │  │  fck_template.html
        │      │  │  fck_textarea.html
        │      │  │  fck_textfield.html
        │      │  │  
        │      │  ├─common
        │      │  │  │  fcknumericfield.htc
        │      │  │  │  fck_dialog_common.css
        │      │  │  │  fck_dialog_common.js
        │      │  │  │  moz-bindings.xml
        │      │  │  │  
        │      │  │  └─images
        │      │  │          locked.gif
        │      │  │          reset.gif
        │      │  │          unlocked.gif
        │      │  │          
        │      │  ├─fck_about
        │      │  │      logo_fckeditor.gif
        │      │  │      logo_fredck.gif
        │      │  │      
        │      │  ├─fck_docprops
        │      │  │      fck_document_preview.html
        │      │  │      
        │      │  ├─fck_flash
        │      │  │      fck_flash.js
        │      │  │      fck_flash_preview.html
        │      │  │      
        │      │  ├─fck_image
        │      │  │      fck_image.js
        │      │  │      fck_image_preview.html
        │      │  │      
        │      │  ├─fck_link
        │      │  │      fck_link.js
        │      │  │      
        │      │  ├─fck_select
        │      │  │      fck_select.js
        │      │  │      
        │      │  ├─fck_spellerpages
        │      │  │  └─spellerpages
        │      │  │      │  blank.html
        │      │  │      │  controls.html
        │      │  │      │  controlWindow.js
        │      │  │      │  spellchecker.html
        │      │  │      │  spellChecker.js
        │      │  │      │  spellerStyle.css
        │      │  │      │  wordWindow.js
        │      │  │      │  
        │      │  │      └─server-scripts
        │      │  │              spellchecker.cfm
        │      │  │              spellchecker.php
        │      │  │              spellchecker.pl
        │      │  │              
        │      │  └─fck_template
        │      │      └─images
        │      │              template1.gif
        │      │              template2.gif
        │      │              template3.gif
        │      │              
        │      ├─filemanager
        │      │  ├─browser
        │      │  │  └─default
        │      │  │      │  browser.css
        │      │  │      │  browser.html
        │      │  │      │  frmactualfolder.html
        │      │  │      │  frmcreatefolder.html
        │      │  │      │  frmfolders.html
        │      │  │      │  frmresourceslist.html
        │      │  │      │  frmresourcetype.html
        │      │  │      │  frmupload.html
        │      │  │      │  
        │      │  │      ├─connectors
        │      │  │      │  │  test.html
        │      │  │      │  │  
        │      │  │      │  ├─asp
        │      │  │      │  │      basexml.asp
        │      │  │      │  │      class_upload.asp
        │      │  │      │  │      commands.asp
        │      │  │      │  │      config.asp
        │      │  │      │  │      connector.asp
        │      │  │      │  │      io.asp
        │      │  │      │  │      util.asp
        │      │  │      │  │      
        │      │  │      │  ├─aspx
        │      │  │      │  │      connector.aspx
        │      │  │      │  │      
        │      │  │      │  ├─cfm
        │      │  │      │  │      config.cfm
        │      │  │      │  │      connector.cfm
        │      │  │      │  │      
        │      │  │      │  ├─lasso
        │      │  │      │  │      config.lasso
        │      │  │      │  │      connector.lasso
        │      │  │      │  │      
        │      │  │      │  ├─perl
        │      │  │      │  │      basexml.pl
        │      │  │      │  │      commands.pl
        │      │  │      │  │      connector.cgi
        │      │  │      │  │      io.pl
        │      │  │      │  │      upload_fck.pl
        │      │  │      │  │      util.pl
        │      │  │      │  │      
        │      │  │      │  ├─php
        │      │  │      │  │      basexml.php
        │      │  │      │  │      commands.php
        │      │  │      │  │      config.php
        │      │  │      │  │      connector.php
        │      │  │      │  │      io.php
        │      │  │      │  │      util.php
        │      │  │      │  │      
        │      │  │      │  └─py
        │      │  │      │          connector.py
        │      │  │      │          
        │      │  │      ├─images
        │      │  │      │  │  ButtonArrow.gif
        │      │  │      │  │  Folder.gif
        │      │  │      │  │  Folder32.gif
        │      │  │      │  │  FolderOpened.gif
        │      │  │      │  │  FolderOpened32.gif
        │      │  │      │  │  FolderUp.gif
        │      │  │      │  │  spacer.gif
        │      │  │      │  │  
        │      │  │      │  └─icons
        │      │  │      │      │  ai.gif
        │      │  │      │      │  avi.gif
        │      │  │      │      │  bmp.gif
        │      │  │      │      │  cs.gif
        │      │  │      │      │  default.icon.gif
        │      │  │      │      │  dll.gif
        │      │  │      │      │  doc.gif
        │      │  │      │      │  exe.gif
        │      │  │      │      │  fla.gif
        │      │  │      │      │  gif.gif
        │      │  │      │      │  htm.gif
        │      │  │      │      │  html.gif
        │      │  │      │      │  jpg.gif
        │      │  │      │      │  js.gif
        │      │  │      │      │  mdb.gif
        │      │  │      │      │  mp3.gif
        │      │  │      │      │  pdf.gif
        │      │  │      │      │  png.gif
        │      │  │      │      │  ppt.gif
        │      │  │      │      │  rdp.gif
        │      │  │      │      │  swf.gif
        │      │  │      │      │  swt.gif
        │      │  │      │      │  txt.gif
        │      │  │      │      │  vsd.gif
        │      │  │      │      │  xls.gif
        │      │  │      │      │  xml.gif
        │      │  │      │      │  zip.gif
        │      │  │      │      │  
        │      │  │      │      └─32
        │      │  │      │              ai.gif
        │      │  │      │              avi.gif
        │      │  │      │              bmp.gif
        │      │  │      │              cs.gif
        │      │  │      │              default.icon.gif
        │      │  │      │              dll.gif
        │      │  │      │              doc.gif
        │      │  │      │              exe.gif
        │      │  │      │              fla.gif
        │      │  │      │              gif.gif
        │      │  │      │              htm.gif
        │      │  │      │              html.gif
        │      │  │      │              jpg.gif
        │      │  │      │              js.gif
        │      │  │      │              mdb.gif
        │      │  │      │              mp3.gif
        │      │  │      │              pdf.gif
        │      │  │      │              png.gif
        │      │  │      │              ppt.gif
        │      │  │      │              rdp.gif
        │      │  │      │              swf.gif
        │      │  │      │              swt.gif
        │      │  │      │              txt.gif
        │      │  │      │              vsd.gif
        │      │  │      │              xls.gif
        │      │  │      │              xml.gif
        │      │  │      │              zip.gif
        │      │  │      │              
        │      │  │      └─js
        │      │  │              common.js
        │      │  │              fckxml.js
        │      │  │              
        │      │  └─upload
        │      │      │  test.html
        │      │      │  
        │      │      ├─asp
        │      │      │      class_upload.asp
        │      │      │      config.asp
        │      │      │      io.asp
        │      │      │      upload.asp
        │      │      │      
        │      │      ├─aspx
        │      │      │      upload.aspx
        │      │      │      
        │      │      ├─cfm
        │      │      │      config.cfm
        │      │      │      upload.cfm
        │      │      │      
        │      │      ├─lasso
        │      │      │      config.lasso
        │      │      │      upload.lasso
        │      │      │      
        │      │      └─php
        │      │              config.php
        │      │              upload.php
        │      │              util.php
        │      │              
        │      ├─images
        │      │  │  anchor.gif
        │      │  │  arrow_ltr.gif
        │      │  │  arrow_rtl.gif
        │      │  │  spacer.gif
        │      │  │  
        │      │  └─smiley
        │      │      └─msn
        │      │              angel_smile.gif
        │      │              angry_smile.gif
        │      │              broken_heart.gif
        │      │              cake.gif
        │      │              confused_smile.gif
        │      │              cry_smile.gif
        │      │              devil_smile.gif
        │      │              embaressed_smile.gif
        │      │              envelope.gif
        │      │              heart.gif
        │      │              kiss.gif
        │      │              lightbulb.gif
        │      │              omg_smile.gif
        │      │              regular_smile.gif
        │      │              sad_smile.gif
        │      │              shades_smile.gif
        │      │              teeth_smile.gif
        │      │              thumbs_down.gif
        │      │              thumbs_up.gif
        │      │              tounge_smile.gif
        │      │              whatchutalkingabout_smile.gif
        │      │              wink_smile.gif
        │      │              
        │      ├─js
        │      │      fckeditorcode_gecko.js
        │      │      fckeditorcode_ie.js
        │      │      
        │      ├─lang
        │      │      af.js
        │      │      ar.js
        │      │      bg.js
        │      │      bn.js
        │      │      bs.js
        │      │      ca.js
        │      │      cs.js
        │      │      da.js
        │      │      de.js
        │      │      el.js
        │      │      en-au.js
        │      │      en-ca.js
        │      │      en-uk.js
        │      │      en.js
        │      │      eo.js
        │      │      es.js
        │      │      et.js
        │      │      eu.js
        │      │      fa.js
        │      │      fi.js
        │      │      fo.js
        │      │      fr.js
        │      │      gl.js
        │      │      he.js
        │      │      hi.js
        │      │      hr.js
        │      │      hu.js
        │      │      it.js
        │      │      ja.js
        │      │      km.js
        │      │      ko.js
        │      │      lt.js
        │      │      lv.js
        │      │      mn.js
        │      │      ms.js
        │      │      nb.js
        │      │      nl.js
        │      │      no.js
        │      │      pl.js
        │      │      pt-br.js
        │      │      pt.js
        │      │      ro.js
        │      │      ru.js
        │      │      sk.js
        │      │      sl.js
        │      │      sr-latn.js
        │      │      sr.js
        │      │      sv.js
        │      │      th.js
        │      │      tr.js
        │      │      uk.js
        │      │      vi.js
        │      │      zh-cn.js
        │      │      zh.js
        │      │      _getfontformat.html
        │      │      _translationstatus.txt
        │      │      
        │      ├─plugins
        │      │  ├─autogrow
        │      │  │      fckplugin.js
        │      │  │      
        │      │  ├─placeholder
        │      │  │  │  fckplugin.js
        │      │  │  │  fck_placeholder.html
        │      │  │  │  placeholder.gif
        │      │  │  │  
        │      │  │  └─lang
        │      │  │          de.js
        │      │  │          en.js
        │      │  │          fr.js
        │      │  │          it.js
        │      │  │          pl.js
        │      │  │          
        │      │  ├─simplecommands
        │      │  │      fckplugin.js
        │      │  │      
        │      │  └─tablecommands
        │      │          fckplugin.js
        │      │          
        │      ├─skins
        │      │  │  _fckviewstrips.html
        │      │  │  
        │      │  ├─default
        │      │  │  │  fck_dialog.css
        │      │  │  │  fck_editor.css
        │      │  │  │  fck_strip.gif
        │      │  │  │  
        │      │  │  └─images
        │      │  │          toolbar.arrowright.gif
        │      │  │          toolbar.buttonarrow.gif
        │      │  │          toolbar.collapse.gif
        │      │  │          toolbar.end.gif
        │      │  │          toolbar.expand.gif
        │      │  │          toolbar.separator.gif
        │      │  │          toolbar.start.gif
        │      │  │          
        │      │  ├─office2003
        │      │  │  │  fck_dialog.css
        │      │  │  │  fck_editor.css
        │      │  │  │  fck_strip.gif
        │      │  │  │  
        │      │  │  └─images
        │      │  │          toolbar.arrowright.gif
        │      │  │          toolbar.bg.gif
        │      │  │          toolbar.buttonarrow.gif
        │      │  │          toolbar.collapse.gif
        │      │  │          toolbar.end.gif
        │      │  │          toolbar.expand.gif
        │      │  │          toolbar.separator.gif
        │      │  │          toolbar.start.gif
        │      │  │          
        │      │  └─silver
        │      │      │  fck_dialog.css
        │      │      │  fck_editor.css
        │      │      │  fck_strip.gif
        │      │      │  
        │      │      └─images
        │      │              toolbar.arrowright.gif
        │      │              toolbar.buttonarrow.gif
        │      │              toolbar.buttonbg.gif
        │      │              toolbar.collapse.gif
        │      │              toolbar.end.gif
        │      │              toolbar.expand.gif
        │      │              toolbar.separator.gif
        │      │              toolbar.start.gif
        │      │              
        │      └─_source
        │          │  fckconstants.js
        │          │  fckeditorapi.js
        │          │  fckjscoreextensions.js
        │          │  fckscriptloader.js
        │          │  
        │          ├─classes
        │          │      fckcontextmenu.js
        │          │      fckdocumentfragment_gecko.js
        │          │      fckdocumentfragment_ie.js
        │          │      fckdomrange.js
        │          │      fckdomrange_gecko.js
        │          │      fckdomrange_ie.js
        │          │      fckeditingarea.js
        │          │      fckelementpath.js
        │          │      fckenterkey.js
        │          │      fckevents.js
        │          │      fckicon.js
        │          │      fckiecleanup.js
        │          │      fckimagepreloader.js
        │          │      fckkeystrokehandler.js
        │          │      fckmenublock.js
        │          │      fckmenublockpanel.js
        │          │      fckmenuitem.js
        │          │      fckpanel.js
        │          │      fckplugin.js
        │          │      fckspecialcombo.js
        │          │      fckstyledef.js
        │          │      fckstyledef_gecko.js
        │          │      fckstyledef_ie.js
        │          │      fckstylesloader.js
        │          │      fcktoolbar.js
        │          │      fcktoolbarbreak_gecko.js
        │          │      fcktoolbarbreak_ie.js
        │          │      fcktoolbarbutton.js
        │          │      fcktoolbarbuttonui.js
        │          │      fcktoolbarfontformatcombo.js
        │          │      fcktoolbarfontscombo.js
        │          │      fcktoolbarfontsizecombo.js
        │          │      fcktoolbarpanelbutton.js
        │          │      fcktoolbarspecialcombo.js
        │          │      fcktoolbarstylecombo.js
        │          │      fckw3crange.js
        │          │      fckxml_gecko.js
        │          │      fckxml_ie.js
        │          │      
        │          ├─commandclasses
        │          │      fckfitwindow.js
        │          │      fcknamedcommand.js
        │          │      fckpasteplaintextcommand.js
        │          │      fckpastewordcommand.js
        │          │      fckspellcheckcommand_gecko.js
        │          │      fckspellcheckcommand_ie.js
        │          │      fckstylecommand.js
        │          │      fcktablecommand.js
        │          │      fcktextcolorcommand.js
        │          │      fck_othercommands.js
        │          │      
        │          └─internals
        │                  fck.js
        │                  fckbrowserinfo.js
        │                  fckcodeformatter.js
        │                  fckcommands.js
        │                  fckconfig.js
        │                  fckdebug.js
        │                  fckdialog.js
        │                  fckdialog_gecko.js
        │                  fckdialog_ie.js
        │                  fckdocumentprocessor.js
        │                  fckdomtools.js
        │                  fcklanguagemanager.js
        │                  fcklisthandler.js
        │                  fcklistslib.js
        │                  fckplugins.js
        │                  fckregexlib.js
        │                  fckselection.js
        │                  fckselection_gecko.js
        │                  fckselection_ie.js
        │                  fcktablehandler.js
        │                  fcktablehandler_gecko.js
        │                  fcktablehandler_ie.js
        │                  fcktoolbaritems.js
        │                  fcktoolbarset.js
        │                  fcktools.js
        │                  fcktools_gecko.js
        │                  fcktools_ie.js
        │                  fckundo_gecko.js
        │                  fckundo_ie.js
        │                  fckurlparams.js
        │                  fckxhtml.js
        │                  fckxhtmlentities.js
        │                  fckxhtml_gecko.js
        │                  fckxhtml_ie.js
        │                  fck_contextmenu.js
        │                  fck_gecko.js
        │                  fck_ie.js
        │                  
        ├─iframe
        │      foot.jsp
        │      head.jsp
        │      
        ├─images
        │  │  1.jpg
        │  │  2.jpg
        │  │  3.jpg
        │  │  4.jpg
        │  │  5.jpg
        │  │  ad.jpg
        │  │  ad2.jpg
        │  │  back.gif
        │  │  banner.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
        │  │      
        │  └─prep
        │          index.jsp
        │          up.jsp
        │          
        ├─META-INF
        │      MANIFEST.MF
        │      
        ├─upload_file
        │  ├─news
        │  └─trave
        │          120884636626511.jpg
        │          120884643710722.jpg
        │          120884651979644.jpg
        │          120884663219755.jpg
        │          120884669887366.jpg
        │          120884678609911.jpg
        │          120884687248311.jpg
        │          120884705442511.jpg
        │          120884723387311.jpg
        │          120884735481711.jpg
        │          
        ├─UserFiles
        │  │  120884669887366.jpg
        │  │  120884678609911.jpg
        │  │  120884723387311.jpg
        │  │  default.jsp
        │  │  index.jsp
        │  │  
        │  └─Image
        └─WEB-INF
            │  FCKeditor.tld
            │  web.xml
            │  
            ├─classes
            │  └─com
            │      ├─action
            │      │      AdminServlet.class
            │      │      AfficheServlet.class
            │      │      CommonServlet.class
            │      │      FriendLinkServlet.class
            │      │      GuestBookServlet.class
            │      │      LoginServlet.class
            │      │      MemberManageServlet.class
            │      │      MemberServlet.class
            │      │      NewsServlet.class
            │      │      TraveServlet.class
            │      │      
            │      ├─bean
            │      │      AdminBean.class
            │      │      AfficheBean.class
            │      │      FriendLinkBean.class
            │      │      GuestBookBean.class
            │      │      MemberBean.class
            │      │      MemberManageBean.class
            │      │      NewsBean.class
            │      │      SystemBean.class
            │      │      TraveBean.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
Abstract    2
1. 绪论    4
1.1 选题背景    5
1.2 选题依据    5
1.3 旅游系统现状    6
2.JSP软件介绍    7
2.1 JSP介绍    7
2.2  JSP版本简介    7
2.3  JSP语言的基本特点    8
2.3.1 可视化设计    9
2.3.2事件驱动编程    10
2.4数据库的介绍    10
2.5关系型数据库的实现    11
2.5.1 JDBC数据访问接口    12
2.5.2    JDBC的体系结构    12
2.5.3    JDBC访问后台数据库的技术实现方法    13
2.6 旅游系统软件开发方法    14
3. 项目定义    15
3.1 系统分析    15
3.2 问题定义    15
3.2.1设计目的和任务    16
3.2.2 设计要求    16
3.3 可行性分析    17
3.4  需求分析    18
4.系统开发    20
4.1 系统设计    20
4.2本系统的总体设计    21
4.3详细设计    22
4.4、E-R模型简介    24
4.5、本系统的E-R图及数据库表的结构    25
4.6 模块功能实现    28
4.7 程序流程图    32
4.7.1 程序设计    32
4.7.2编程的过程及特色    34
5. 软件编码与测试    35
5.1 程序编码    35
5.2 安装说明    35
5.3 软件测试    35
5.4 测试的目的及相关问题    36
5.5测试过程    37
5.6测试结果    37
6. 问题解决过程及体会    38
致    谢    39
参考文献    40


标签:旅游网站,在线旅游

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

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

  • 联系QQ:81677093
  • 微信:bysj1950