实例介绍
JSP做的网上书店,数据库为MySQL,用CSS做过了美化,功能很简单……可以作为参考~~
【实例截图】
【核心代码】
4744300845403969284.rar
└── BookStoreOnline
├── src
│ └── myapp
│ ├── BookContent.jsp
│ ├── BookList.jsp
│ ├── BookNewList.jsp
│ ├── BookOrder.jsp
│ ├── BookQuery.jsp
│ ├── common
│ │ ├── Foot.jsp
│ │ ├── Head.jsp
│ │ └── MainBody.jsp
│ ├── DBConnection.java
│ ├── error.jsp
│ ├── index.jsp
│ ├── isLogin.jsp
│ ├── isMail.jsp
│ ├── isRejister.jsp
│ ├── login.jsp
│ ├── Logout.jsp
│ ├── main.jsp
│ ├── Manage.jsp
│ ├── MessageBoard.jsp
│ ├── MessageSubmit.jsp
│ ├── Query.jsp
│ ├── RejisterError.jsp
│ ├── Rejister.jsp
│ ├── ShopBuyCarAdd.jsp
│ ├── ShopBuyCarClear.jsp
│ ├── ShopBuyCarDel.jsp
│ ├── ShopBuyCar.jsp
│ ├── ShopBuyCarModify.jsp
│ ├── ShopBuyCarSave.jsp
│ ├── ShopListItem.jsp
│ ├── ShopList.jsp
│ ├── User.java
│ ├── WelcomeBack.jsp
│ └── Welcome.jsp
└── WebRoot
├── ckeditor
│ ├── adapters
│ │ └── jquery.js
│ ├── CHANGES.html
│ ├── ckeditor_basic.js
│ ├── ckeditor_basic_source.js
│ ├── ckeditor.js
│ ├── ckeditor.pack
│ ├── ckeditor.php
│ ├── ckeditor_php4.php
│ ├── ckeditor_php5.php
│ ├── ckeditor_source.js
│ ├── config.js
│ ├── contents.css
│ ├── images
│ │ └── spacer.gif
│ ├── INSTALL.html
│ ├── lang
│ │ ├── af.js
│ │ ├── ar.js
│ │ ├── bg.js
│ │ ├── bn.js
│ │ ├── bs.js
│ │ ├── ca.js
│ │ ├── cs.js
│ │ ├── cy.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en-au.js
│ │ ├── en-ca.js
│ │ ├── en-gb.js
│ │ ├── en.js
│ │ ├── eo.js
│ │ ├── es.js
│ │ ├── et.js
│ │ ├── eu.js
│ │ ├── fa.js
│ │ ├── fi.js
│ │ ├── fo.js
│ │ ├── fr-ca.js
│ │ ├── fr.js
│ │ ├── gl.js
│ │ ├── gu.js
│ │ ├── he.js
│ │ ├── hi.js
│ │ ├── hr.js
│ │ ├── hu.js
│ │ ├── is.js
│ │ ├── it.js
│ │ ├── ja.js
│ │ ├── km.js
│ │ ├── ko.js
│ │ ├── _languages.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.js
│ │ ├── sr-latn.js
│ │ ├── sv.js
│ │ ├── th.js
│ │ ├── _translationstatus.txt
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh.js
│ ├── LICENSE.html
│ ├── plugins
│ │ ├── a11yhelp
│ │ │ ├── dialogs
│ │ │ │ └── a11yhelp.js
│ │ │ └── lang
│ │ │ └── en.js
│ │ ├── about
│ │ │ └── dialogs
│ │ │ ├── about.js
│ │ │ └── logo_ckeditor.png
│ │ ├── clipboard
│ │ │ └── dialogs
│ │ │ └── paste.js
│ │ ├── colordialog
│ │ │ └── dialogs
│ │ │ └── colordialog.js
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── div
│ │ │ └── dialogs
│ │ │ └── div.js
│ │ ├── find
│ │ │ └── dialogs
│ │ │ └── find.js
│ │ ├── flash
│ │ │ ├── dialogs
│ │ │ │ └── flash.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── forms
│ │ │ └── dialogs
│ │ │ ├── button.js
│ │ │ ├── checkbox.js
│ │ │ ├── form.js
│ │ │ ├── hiddenfield.js
│ │ │ ├── radio.js
│ │ │ ├── select.js
│ │ │ ├── textarea.js
│ │ │ └── textfield.js
│ │ ├── iframedialog
│ │ │ └── plugin.js
│ │ ├── image
│ │ │ └── dialogs
│ │ │ └── image.js
│ │ ├── link
│ │ │ ├── dialogs
│ │ │ │ ├── anchor.js
│ │ │ │ └── link.js
│ │ │ └── images
│ │ │ └── anchor.gif
│ │ ├── pagebreak
│ │ │ └── images
│ │ │ └── pagebreak.gif
│ │ ├── pastefromword
│ │ │ └── filter
│ │ │ └── default.js
│ │ ├── pastetext
│ │ │ └── dialogs
│ │ │ └── pastetext.js
│ │ ├── scayt
│ │ │ └── dialogs
│ │ │ ├── options.js
│ │ │ └── toolbar.css
│ │ ├── showblocks
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ └── block_pre.png
│ │ ├── smiley
│ │ │ ├── dialogs
│ │ │ │ └── smiley.js
│ │ │ └── images
│ │ │ ├── angel_smile.gif
│ │ │ ├── angry_smile.gif
│ │ │ ├── broken_heart.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
│ │ ├── specialchar
│ │ │ └── dialogs
│ │ │ └── specialchar.js
│ │ ├── stylescombo
│ │ │ └── styles
│ │ │ └── default.js
│ │ ├── table
│ │ │ └── dialogs
│ │ │ └── table.js
│ │ ├── tabletools
│ │ │ └── dialogs
│ │ │ └── tableCell.js
│ │ ├── templates
│ │ │ ├── dialogs
│ │ │ │ └── templates.js
│ │ │ └── templates
│ │ │ ├── default.js
│ │ │ └── images
│ │ │ ├── template1.gif
│ │ │ ├── template2.gif
│ │ │ └── template3.gif
│ │ ├── uicolor
│ │ │ ├── dialogs
│ │ │ │ └── uicolor.js
│ │ │ ├── lang
│ │ │ │ └── en.js
│ │ │ ├── plugin.js
│ │ │ ├── uicolor.gif
│ │ │ └── yui
│ │ │ ├── assets
│ │ │ │ ├── hue_bg.png
│ │ │ │ ├── hue_thumb.png
│ │ │ │ ├── picker_mask.png
│ │ │ │ ├── picker_thumb.png
│ │ │ │ └── yui.css
│ │ │ └── yui.js
│ │ └── wsc
│ │ └── dialogs
│ │ ├── ciframe.html
│ │ ├── tmpFrameset.html
│ │ ├── wsc.css
│ │ └── wsc.js
│ ├── _samples
│ │ ├── ajax.html
│ │ ├── api_dialog
│ │ │ └── my_dialog.js
│ │ ├── api_dialog.html
│ │ ├── api.html
│ │ ├── divreplace.html
│ │ ├── enterkey.html
│ │ ├── fullpage.html
│ │ ├── index.html
│ │ ├── jqueryadapter.html
│ │ ├── php
│ │ │ ├── advanced.php
│ │ │ ├── events.php
│ │ │ ├── replaceall.php
│ │ │ ├── replace.php
│ │ │ └── standalone.php
│ │ ├── replacebyclass.html
│ │ ├── replacebycode.html
│ │ ├── sample.css
│ │ ├── sample.js
│ │ ├── sample_posteddata.php
│ │ ├── sharedspaces.html
│ │ ├── skins.html
│ │ ├── ui_color.html
│ │ └── ui_languages.html
│ ├── skins
│ │ ├── kama
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar_start.gif
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ ├── office2003
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── icons.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ └── sprites.png
│ │ │ ├── skin.js
│ │ │ └── templates.css
│ │ └── v2
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── icons.png
│ │ ├── images
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── mini.gif
│ │ │ ├── noimage.png
│ │ │ ├── sprites_ie6.png
│ │ │ ├── sprites.png
│ │ │ └── toolbar_start.gif
│ │ ├── skin.js
│ │ └── templates.css
│ ├── _source
│ │ ├── adapters
│ │ │ └── jquery.js
│ │ ├── core
│ │ │ ├── ajax.js
│ │ │ ├── _bootstrap.js
│ │ │ ├── ckeditor_base.js
│ │ │ ├── ckeditor_basic.js
│ │ │ ├── ckeditor.js
│ │ │ ├── commanddefinition.js
│ │ │ ├── command.js
│ │ │ ├── config.js
│ │ │ ├── dataprocessor.js
│ │ │ ├── dom
│ │ │ │ ├── comment.js
│ │ │ │ ├── documentfragment.js
│ │ │ │ ├── document.js
│ │ │ │ ├── domobject.js
│ │ │ │ ├── element.js
│ │ │ │ ├── elementpath.js
│ │ │ │ ├── event.js
│ │ │ │ ├── node.js
│ │ │ │ ├── nodelist.js
│ │ │ │ ├── range.js
│ │ │ │ ├── text.js
│ │ │ │ ├── walker.js
│ │ │ │ └── window.js
│ │ │ ├── dom.js
│ │ │ ├── dtd.js
│ │ │ ├── editor_basic.js
│ │ │ ├── editor.js
│ │ │ ├── env.js
│ │ │ ├── eventInfo.js
│ │ │ ├── event.js
│ │ │ ├── focusmanager.js
│ │ │ ├── htmlparser
│ │ │ │ ├── basicwriter.js
│ │ │ │ ├── cdata.js
│ │ │ │ ├── comment.js
│ │ │ │ ├── element.js
│ │ │ │ ├── filter.js
│ │ │ │ ├── fragment.js
│ │ │ │ └── text.js
│ │ │ ├── htmlparser.js
│ │ │ ├── imagecacher.js
│ │ │ ├── lang.js
│ │ │ ├── loader.js
│ │ │ ├── plugindefinition.js
│ │ │ ├── plugins.js
│ │ │ ├── resourcemanager.js
│ │ │ ├── scriptloader.js
│ │ │ ├── skins.js
│ │ │ ├── themes.js
│ │ │ ├── tools.js
│ │ │ ├── ui.js
│ │ │ └── xml.js
│ │ ├── lang
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── cy.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en-au.js
│ │ │ ├── en-ca.js
│ │ │ ├── en-gb.js
│ │ │ ├── en.js
│ │ │ ├── eo.js
│ │ │ ├── es.js
│ │ │ ├── et.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fo.js
│ │ │ ├── fr-ca.js
│ │ │ ├── fr.js
│ │ │ ├── gl.js
│ │ │ ├── gu.js
│ │ │ ├── he.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hu.js
│ │ │ ├── is.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── _languages.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.js
│ │ │ ├── sr-latn.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── _translationstatus.txt
│ │ │ ├── tr.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── plugins
│ │ │ ├── a11yhelp
│ │ │ │ ├── dialogs
│ │ │ │ │ └── a11yhelp.js
│ │ │ │ ├── lang
│ │ │ │ │ └── en.js
│ │ │ │ └── plugin.js
│ │ │ ├── about
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── about.js
│ │ │ │ │ └── logo_ckeditor.png
│ │ │ │ └── plugin.js
│ │ │ ├── basicstyles
│ │ │ │ └── plugin.js
│ │ │ ├── blockquote
│ │ │ │ └── plugin.js
│ │ │ ├── button
│ │ │ │ └── plugin.js
│ │ │ ├── clipboard
│ │ │ │ ├── dialogs
│ │ │ │ │ └── paste.js
│ │ │ │ └── plugin.js
│ │ │ ├── colorbutton
│ │ │ │ └── plugin.js
│ │ │ ├── colordialog
│ │ │ │ ├── dialogs
│ │ │ │ │ └── colordialog.js
│ │ │ │ └── plugin.js
│ │ │ ├── contextmenu
│ │ │ │ └── plugin.js
│ │ │ ├── dialog
│ │ │ │ ├── dialogDefinition.js
│ │ │ │ └── plugin.js
│ │ │ ├── dialogui
│ │ │ │ └── plugin.js
│ │ │ ├── div
│ │ │ │ ├── dialogs
│ │ │ │ │ └── div.js
│ │ │ │ └── plugin.js
│ │ │ ├── domiterator
│ │ │ │ └── plugin.js
│ │ │ ├── editingblock
│ │ │ │ └── plugin.js
│ │ │ ├── elementspath
│ │ │ │ └── plugin.js
│ │ │ ├── enterkey
│ │ │ │ └── plugin.js
│ │ │ ├── entities
│ │ │ │ └── plugin.js
│ │ │ ├── fakeobjects
│ │ │ │ └── plugin.js
│ │ │ ├── filebrowser
│ │ │ │ └── plugin.js
│ │ │ ├── find
│ │ │ │ ├── dialogs
│ │ │ │ │ └── find.js
│ │ │ │ └── plugin.js
│ │ │ ├── flash
│ │ │ │ ├── dialogs
│ │ │ │ │ └── flash.js
│ │ │ │ ├── images
│ │ │ │ │ └── placeholder.png
│ │ │ │ └── plugin.js
│ │ │ ├── floatpanel
│ │ │ │ └── plugin.js
│ │ │ ├── font
│ │ │ │ └── plugin.js
│ │ │ ├── format
│ │ │ │ └── plugin.js
│ │ │ ├── forms
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── button.js
│ │ │ │ │ ├── checkbox.js
│ │ │ │ │ ├── form.js
│ │ │ │ │ ├── hiddenfield.js
│ │ │ │ │ ├── radio.js
│ │ │ │ │ ├── select.js
│ │ │ │ │ ├── textarea.js
│ │ │ │ │ └── textfield.js
│ │ │ │ └── plugin.js
│ │ │ ├── horizontalrule
│ │ │ │ └── plugin.js
│ │ │ ├── htmldataprocessor
│ │ │ │ └── plugin.js
│ │ │ ├── htmlwriter
│ │ │ │ └── plugin.js
│ │ │ ├── iframedialog
│ │ │ │ └── plugin.js
│ │ │ ├── image
│ │ │ │ ├── dialogs
│ │ │ │ │ └── image.js
│ │ │ │ └── plugin.js
│ │ │ ├── indent
│ │ │ │ └── plugin.js
│ │ │ ├── justify
│ │ │ │ └── plugin.js
│ │ │ ├── keystrokes
│ │ │ │ └── plugin.js
│ │ │ ├── link
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── anchor.js
│ │ │ │ │ └── link.js
│ │ │ │ ├── images
│ │ │ │ │ └── anchor.gif
│ │ │ │ └── plugin.js
│ │ │ ├── list
│ │ │ │ └── plugin.js
│ │ │ ├── listblock
│ │ │ │ └── plugin.js
│ │ │ ├── maximize
│ │ │ │ └── plugin.js
│ │ │ ├── menu
│ │ │ │ └── plugin.js
│ │ │ ├── menubutton
│ │ │ │ └── plugin.js
│ │ │ ├── newpage
│ │ │ │ └── plugin.js
│ │ │ ├── pagebreak
│ │ │ │ ├── images
│ │ │ │ │ └── pagebreak.gif
│ │ │ │ └── plugin.js
│ │ │ ├── panel
│ │ │ │ └── plugin.js
│ │ │ ├── panelbutton
│ │ │ │ └── plugin.js
│ │ │ ├── pastefromword
│ │ │ │ ├── filter
│ │ │ │ │ └── default.js
│ │ │ │ └── plugin.js
│ │ │ ├── pastetext
│ │ │ │ ├── dialogs
│ │ │ │ │ └── pastetext.js
│ │ │ │ └── plugin.js
│ │ │ ├── popup
│ │ │ │ └── plugin.js
│ │ │ ├── preview
│ │ │ │ └── plugin.js
│ │ │ │ └── plugin.js
│ │ │ ├── removeformat
│ │ │ │ └── plugin.js
│ │ │ ├── resize
│ │ │ │ └── plugin.js
│ │ │ ├── richcombo
│ │ │ │ └── plugin.js
│ │ │ ├── save
│ │ │ │ └── plugin.js
│ │ │ ├── scayt
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── options.js
│ │ │ │ │ └── toolbar.css
│ │ │ │ └── plugin.js
│ │ │ ├── selection
│ │ │ │ └── plugin.js
│ │ │ ├── showblocks
│ │ │ │ ├── images
│ │ │ │ │ ├── block_address.png
│ │ │ │ │ ├── block_blockquote.png
│ │ │ │ │ ├── block_div.png
│ │ │ │ │ ├── block_h1.png
│ │ │ │ │ ├── block_h2.png
│ │ │ │ │ ├── block_h3.png
│ │ │ │ │ ├── block_h4.png
│ │ │ │ │ ├── block_h5.png
│ │ │ │ │ ├── block_h6.png
│ │ │ │ │ ├── block_p.png
│ │ │ │ │ └── block_pre.png
│ │ │ │ └── plugin.js
│ │ │ ├── showborders
│ │ │ │ └── plugin.js
│ │ │ ├── smiley
│ │ │ │ ├── dialogs
│ │ │ │ │ └── smiley.js
│ │ │ │ ├── images
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.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
│ │ │ │ └── plugin.js
│ │ │ ├── sourcearea
│ │ │ │ └── plugin.js
│ │ │ ├── specialchar
│ │ │ │ ├── dialogs
│ │ │ │ │ └── specialchar.js
│ │ │ │ └── plugin.js
│ │ │ ├── styles
│ │ │ │ └── plugin.js
│ │ │ ├── stylescombo
│ │ │ │ ├── plugin.js
│ │ │ │ └── styles
│ │ │ │ └── default.js
│ │ │ ├── tab
│ │ │ │ └── plugin.js
│ │ │ ├── table
│ │ │ │ ├── dialogs
│ │ │ │ │ └── table.js
│ │ │ │ └── plugin.js
│ │ │ ├── tabletools
│ │ │ │ ├── dialogs
│ │ │ │ │ └── tableCell.js
│ │ │ │ └── plugin.js
│ │ │ ├── templates
│ │ │ │ ├── dialogs
│ │ │ │ │ └── templates.js
│ │ │ │ ├── plugin.js
│ │ │ │ └── templates
│ │ │ │ ├── default.js
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ ├── toolbar
│ │ │ │ └── plugin.js
│ │ │ ├── uicolor
│ │ │ │ ├── dialogs
│ │ │ │ │ └── uicolor.js
│ │ │ │ ├── lang
│ │ │ │ │ └── en.js
│ │ │ │ ├── plugin.js
│ │ │ │ ├── uicolor.gif
│ │ │ │ └── yui
│ │ │ │ ├── assets
│ │ │ │ │ ├── hue_bg.png
│ │ │ │ │ ├── hue_thumb.png
│ │ │ │ │ ├── picker_mask.png
│ │ │ │ │ ├── picker_thumb.png
│ │ │ │ │ └── yui.css
│ │ │ │ └── yui.js
│ │ │ ├── undo
│ │ │ │ └── plugin.js
│ │ │ ├── wsc
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── ciframe.html
│ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ ├── wsc.css
│ │ │ │ │ └── wsc.js
│ │ │ │ └── plugin.js
│ │ │ └── wysiwygarea
│ │ │ └── plugin.js
│ │ ├── skins
│ │ │ ├── kama
│ │ │ │ ├── dialog.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── elementspath.css
│ │ │ │ ├── icons.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── mini.gif
│ │ │ │ │ ├── noimage.png
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ └── toolbar_start.gif
│ │ │ │ ├── mainui.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── presets.css
│ │ │ │ ├── reset.css
│ │ │ │ ├── richcombo.css
│ │ │ │ ├── skin.js
│ │ │ │ ├── templates.css
│ │ │ │ └── toolbar.css
│ │ │ ├── office2003
│ │ │ │ ├── dialog.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── elementspath.css
│ │ │ │ ├── icons.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── mini.gif
│ │ │ │ │ ├── noimage.png
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ └── sprites.png
│ │ │ │ ├── mainui.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── presets.css
│ │ │ │ ├── reset.css
│ │ │ │ ├── richcombo.css
│ │ │ │ ├── skin.js
│ │ │ │ ├── templates.css
│ │ │ │ └── toolbar.css
│ │ │ └── v2
│ │ │ ├── dialog.css
│ │ │ ├── editor.css
│ │ │ ├── elementspath.css
│ │ │ ├── icons.css
│ │ │ ├── icons.png
│ │ │ ├── images
│ │ │ │ ├── dialog_sides.gif
│ │ │ │ ├── dialog_sides.png
│ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ ├── mini.gif
│ │ │ │ ├── noimage.png
│ │ │ │ ├── sprites_ie6.png
│ │ │ │ ├── sprites.png
│ │ │ │ └── toolbar_start.gif
│ │ │ ├── mainui.css
│ │ │ ├── menu.css
│ │ │ ├── panel.css
│ │ │ ├── presets.css
│ │ │ ├── reset.css
│ │ │ ├── richcombo.css
│ │ │ ├── skin.js
│ │ │ ├── templates.css
│ │ │ └── toolbar.css
│ │ └── themes
│ │ └── default
│ │ └── theme.js
│ └── themes
│ └── default
│ └── theme.js
├── index.jsp
├── META-INF
│ └── MANIFEST.MF
├── myapp
│ ├── 404.jsp
│ ├── BookContent.jsp
│ ├── BookList.jsp
│ ├── BookManage.jsp
│ ├── BookNewList.jsp
│ ├── BookOrder.jsp
│ ├── BookQuery.jsp
│ ├── common
│ │ ├── Foot.jsp
│ │ ├── Head.jsp
│ │ ├── Left.jsp
│ │ └── MainBody.jsp
│ ├── covers
│ ├── DBConnection.java
│ ├── error.jsp
│ ├── ErrorPage.jsp
│ ├── images
│ │ ├── ads.jpg
│ │ ├── bg.jpg
│ │ ├── btn_01.jpg
│ │ ├── btn_02.jpg
│ │ ├── footer_bg.jpg
│ │ ├── h1_bg.jpg
│ │ ├── header_bg_blank.jpg
│ │ ├── header_bg.jpg
│ │ ├── image_01.jpg
│ │ ├── image_02.jpg
│ │ ├── image_03.jpg
│ │ ├── image_04.jpg
│ │ ├── image1.jpg
│ │ ├── image2.jpg
│ │ ├── image3.jpg
│ │ ├── image4.jpg
│ │ ├── left.jpg
│ │ └── menu_bg.jpg
│ ├── index.jsp
│ ├── isLogin.jsp
│ ├── isMail.jsp
│ ├── isRejister.jsp
│ ├── login.jsp
│ ├── Logout.jsp
│ ├── MessageBoard.jsp
│ ├── MessageSubmit.jsp
│ ├── QueryResult.jsp
│ ├── RejisterError.jsp
│ ├── Rejister.jsp
│ ├── ShopBuyCarAdd.jsp
│ ├── ShopBuyCarClear.jsp
│ ├── ShopBuyCarDel.jsp
│ ├── ShopBuyCar.jsp
│ ├── ShopBuyCarModify.jsp
│ ├── ShopBuyCarSave.jsp
│ ├── ShopListItem.jsp
│ ├── ShopList.jsp
│ ├── style.css
│ ├── test.jsp
│ ├── User.java
│ ├── WelcomeBack.jsp
│ └── Welcome.jsp
├── test.jsp
├── WEB-INF
│ ├── classes
│ │ └── myapp
│ │ ├── BookContent.jsp
│ │ ├── BookList.jsp
│ │ ├── BookNewList.jsp
│ │ ├── BookOrder.jsp
│ │ ├── BookQuery.jsp
│ │ ├── common
│ │ │ ├── Foot.jsp
│ │ │ ├── Head.jsp
│ │ │ └── MainBody.jsp
│ │ ├── DBConnection.class
│ │ ├── error.jsp
│ │ ├── index.jsp
│ │ ├── isLogin.jsp
│ │ ├── isMail.jsp
│ │ ├── isRejister.jsp
│ │ ├── login.jsp
│ │ ├── Logout.jsp
│ │ ├── main.jsp
│ │ ├── Manage.jsp
│ │ ├── MessageBoard.jsp
│ │ ├── MessageSubmit.jsp
│ │ ├── Query.jsp
│ │ ├── RejisterError.jsp
│ │ ├── Rejister.jsp
│ │ ├── ShopBuyCarAdd.jsp
│ │ ├── ShopBuyCarClear.jsp
│ │ ├── ShopBuyCarDel.jsp
│ │ ├── ShopBuyCar.jsp
│ │ ├── ShopBuyCarModify.jsp
│ │ ├── ShopBuyCarSave.jsp
│ │ ├── ShopListItem.jsp
│ │ ├── ShopList.jsp
│ │ ├── User.class
│ │ ├── WelcomeBack.jsp
│ │ └── Welcome.jsp
│ ├── lib
│ └── web.xml
├── 小论文.doc
└── 设计文档.doc
207 directories, 682 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论