实例介绍
ajax实现,sqlserver数据库,主要实现面对大学生二手商品的发布与购买等功能。
【实例截图】
【核心代码】
校园二手街ASP
└── 校园二手街ASP
├── BLL
│ ├── adminuser.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── BLLadmin.cs
│ ├── BLL.csproj
│ ├── BLL.csproj.user
│ ├── BLLHelpcate.cs
│ ├── BLLhelp.cs
│ ├── bllhhh.cs
│ ├── BLLmessage.cs
│ ├── BLLorderselect.cs
│ ├── BLLorderupdate.cs
│ ├── BLLshoplist2.cs
│ ├── BLLshoplist.cs
│ ├── Class1.cs
│ ├── collect.cs
│ ├── daladdress.cs
│ ├── downlist.cs
│ ├── fathercate.cs
│ ├── Helpcate.cs
│ ├── Newscate.cs
│ ├── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ │ └── BLL.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── procate.cs
│ ├── product.cs
│ ├── proimage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── size.cs
│ ├── tis.cs
│ └── user.cs
├── CZ.aspnet.sln
├── DAL
│ ├── adminuser.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── collect.cs
│ ├── CommandInfo.cs
│ ├── daladdress.cs
│ ├── DALadmin.cs
│ ├── DAL.csproj
│ ├── DAL.csproj.user
│ ├── DALHelpcate.cs
│ ├── DALhelp.cs
│ ├── dalhhh.cs
│ ├── DAlmessage.cs
│ ├── DALorderselect.cs
│ ├── DALorderupdate.cs
│ ├── DALshoplist2.cs
│ ├── DALshoplist.cs
│ ├── DB.cs
│ ├── DbHelperSQL.cs
│ ├── downlist.cs
│ ├── fathercate.cs
│ ├── Helpcate.cs
│ ├── Newscate.cs
│ ├── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ │ └── DAL.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── procate.cs
│ ├── product.cs
│ ├── proimage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ ├── size.cs
│ ├── SQLHelper.cs
│ ├── tis.cs
│ └── user.cs
├── DB
│ ├── haqiu_log.ldf
│ └── haqiu.mdf
├── hichoose.suo
├── Model
│ ├── address.cs
│ ├── admin.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── collect.cs
│ ├── downlist.cs
│ ├── fathercate.cs
│ ├── Helpcate.cs
│ ├── Help.cs
│ ├── message.cs
│ ├── Model.csproj
│ ├── Model.csproj.user
│ ├── newscate.cs
│ ├── news.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ └── Refactor
│ │ └── Model.dll
│ ├── order.cs
│ ├── orderdetail.cs
│ ├── procate.cs
│ ├── product.cs
│ ├── proimage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── size.cs
│ └── user.cs
└── UI
├── AccountCenter.master
├── AccountCenter.master.cs
├── ACIndex.aspx
├── ACIndex.aspx.cs
├── address.aspx
├── address.aspx.cs
├── admin
│ ├── adminadd.aspx
│ ├── adminadd.aspx.cs
│ ├── adminList.aspx
│ ├── adminList.aspx.cs
│ ├── adminlogin.aspx
│ ├── adminlogin.aspx.cs
│ ├── admin.master
│ ├── admin.master.cs
│ ├── adminupdate.aspx
│ ├── adminupdate.aspx.cs
│ ├── css
│ │ ├── admin.css
│ │ └── mu.css
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── images
│ │ ├── admin.css
│ │ ├── admin_p.gif
│ │ ├── bt_login.gif
│ │ ├── header_bg.jpg
│ │ ├── header_left.jpg
│ │ ├── header_right.jpg
│ │ ├── login_1.jpg
│ │ ├── login_2.jpg
│ │ ├── login_3.jpg
│ │ ├── login_4.jpg
│ │ ├── login_5.jpg
│ │ ├── login_6.gif
│ │ ├── menu_bg.jpg
│ │ ├── menu_bt.jpg
│ │ ├── menu_icon.gif
│ │ ├── shadow_bg.jpg
│ │ ├── title_bg1.jpg
│ │ ├── title_bg2.jpg
│ │ ├── 管理中心登陆.gif
│ │ └── 管理中心登陆 V1_0.png
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── messageList.aspx
│ ├── messageList.aspx.cs
│ ├── messageReply.aspx
│ ├── messageReply.aspx.cs
│ ├── newsadd.aspx
│ ├── newsadd.aspx.cs
│ ├── newscateadd.aspx
│ ├── newscateadd.aspx.cs
│ ├── newscate.aspx
│ ├── newscate.aspx.cs
│ ├── newscateupdate.aspx
│ ├── newscateupdate.aspx.cs
│ ├── newslist.aspx
│ ├── newslist.aspx.cs
│ ├── newsupdate.aspx
│ ├── newsupdate.aspx.cs
│ ├── orderselect.aspx
│ ├── orderselect.aspx.cs
│ ├── proadd.aspx
│ ├── proadd.aspx.cs
│ ├── proimageselect.aspx
│ ├── proimageselect.aspx.cs
│ ├── proimageupdate.aspx
│ ├── proimageupdate.aspx.cs
│ ├── proselect.aspx
│ ├── proselect.aspx.cs
│ ├── proupdate.aspx
│ ├── proupdate.aspx.cs
│ ├── userselect.aspx
│ ├── userselect.aspx.cs
│ ├── usershow.aspx
│ └── usershow.aspx.cs
├── ad.xml
├── Bin
│ ├── AspNetPager.dll
│ ├── AspNetPager.dll.refresh
│ ├── AspNetPager.xml
│ ├── BLL.dll
│ ├── BLL.pdb
│ ├── DAL.dll
│ ├── DAL.pdb
│ ├── en
│ │ └── AspNetPager.resources.dll
│ ├── FredCK.FCKeditorV2.dll
│ ├── FredCK.FCKeditorV2.dll.refresh
│ ├── Model.dll
│ ├── Model.pdb
│ └── zh-CHT
│ └── AspNetPager.resources.dll
├── cjwt.aspx
├── cjwt.aspx.cs
├── css
│ ├── jqzoom.css
│ ├── xstlye.css
│ └── zt.css
├── download
│ ├── index_20100821030707000.rar
│ ├── index_20100824074332646.doc
│ ├── index_20100824074353365.txt
│ ├── index_20100824074640756.doc
│ ├── index_20100824074819928.doc
│ ├── index_20100824074918646.txt
│ ├── index_20100824074941881.txt
│ ├── index_20100824075308850.doc
│ ├── index_20100824082341818.txt
│ ├── index_20100824082346834.doc
│ ├── index_20100824082409459.doc
│ └── index_20100824082639756.doc
├── downsearch.aspx
├── downsearch.aspx.cs
├── Files
│ └── image
│ └── image002.gif
├── flash
│ ├── adone.jpg
│ ├── adthree.jpg
│ ├── adtwo.jpg
│ └── Thumbs.db
├── _image
│ ├── 001.gif
│ ├── 002.gif
│ ├── 003.gif
│ ├── 004.gif
│ ├── a_delete.gif
│ ├── a_reply.gif
│ ├── banner.gif
│ ├── bj.gif
│ ├── delete.gif
│ ├── face
│ │ ├── face10.gif
│ │ ├── face11.gif
│ │ ├── face12.gif
│ │ ├── face13.gif
│ │ ├── face14.gif
│ │ ├── face15.gif
│ │ ├── face16.gif
│ │ ├── face17.gif
│ │ ├── face18.gif
│ │ ├── face19.gif
│ │ ├── face1.gif
│ │ ├── face20.gif
│ │ ├── face2.gif
│ │ ├── face3.gif
│ │ ├── face4.gif
│ │ ├── face5.gif
│ │ ├── face6.gif
│ │ ├── face7.gif
│ │ ├── face8.gif
│ │ ├── face9.gif
│ │ ├── pic10.gif
│ │ ├── pic1.gif
│ │ ├── pic2.gif
│ │ ├── pic3.gif
│ │ ├── pic4.gif
│ │ ├── pic5.gif
│ │ ├── pic6.gif
│ │ ├── pic7.gif
│ │ ├── pic8.gif
│ │ ├── pic9.gif
│ │ └── Thumbs.db
│ ├── home.gif
│ ├── index_01.jpg
│ ├── index_02.gif
│ ├── index_11.gif
│ ├── index_12.gif
│ ├── index_13.gif
│ ├── index_14.gif
│ ├── index_15.gif
│ ├── index_16.gif
│ ├── index_17.gif
│ ├── index_18.gif
│ ├── index_19.gif
│ ├── index_20.gif
│ ├── logo.gif
│ ├── mail.gif
│ ├── posttime.gif
│ ├── qq.gif
│ ├── reply.gif
│ ├── showbj.gif
│ └── Thumbs.db
├── images
│ ├── 11_03.jpg
│ ├── 11_04.jpg
│ ├── 11_05.jpg
│ ├── 123.jpg
│ ├── 1263192879102787928.gif
│ ├── 1263193208171080439.gif
│ ├── 1267550468552885369.gif
│ ├── 1280473783230663201.gif
│ ├── 201712031422.png
│ ├── 201712031440.png
│ ├── 22_03.jpg
│ ├── 22_07.jpg
│ ├── 235_03.gif
│ ├── 235_05.gif
│ ├── 235.jpg
│ ├── 331.jpg
│ ├── 635_02.jpg
│ ├── 635_05.jpg
│ ├── 635_08.jpg
│ ├── 635_09.jpg
│ ├── 635_12.jpg
│ ├── 635_14.jpg
│ ├── 635_16.jpg
│ ├── 635_18.jpg
│ ├── 635_22.jpg
│ ├── 635_25.jpg
│ ├── 635_27.jpg
│ ├── 635_29.jpg
│ ├── 635_30.jpg
│ ├── 635_31.jpg
│ ├── 635_33.jpg
│ ├── 635_34.jpg
│ ├── 635_35.jpg
│ ├── 635_36.jpg
│ ├── 635_37.jpg
│ ├── 635_38.jpg
│ ├── 635_39.jpg
│ ├── 635_40.jpg
│ ├── 88_03.jpg
│ ├── alipay[1].gif
│ ├── alipay_bwrx.gif
│ ├── bank1.gif
│ ├── bank_abc.gif
│ ├── bank_bocb2c.gif
│ ├── bank_ccb.gif
│ ├── bank_cib.gif
│ ├── bank_citic.gif
│ ├── bank_cmbc.gif
│ ├── bank_cmb.gif
│ ├── bank_comm.gif
│ ├── bank_gdb.gif
│ ├── bank_icbcb2c.gif
│ ├── bank_sdb.gif
│ ├── bank_spdbb2b.gif
│ ├── bg_005.jpg
│ ├── bg_008.gif
│ ├── bg_009.gif
│ ├── bg_07.gif
│ ├── bg_08_r.gif
│ ├── bg_10.gif
│ ├── bg_11.gif
│ ├── bg_12.gif
│ ├── bg_13.gif
│ ├── bg_21.gif
│ ├── bg_28.gif
│ ├── bg_28_h.gif
│ ├── bgnuber.jpg
│ ├── border1_b.gif
│ ├── border1_m.gif
│ ├── border1_t.gif
│ ├── but_buy_con.gif
│ ├── but_login.gif
│ ├── but_pay_now.gif
│ ├── but_reg.gif
│ ├── but_submit[1].gif
│ ├── button_2_l.gif
│ ├── button_2_r.gif
│ ├── cate_x_h1.gif
│ ├── cate_y_001.gif
│ ├── cate_y_002.gif
│ ├── cate_y_003.gif
│ ├── cate_y_004.gif
│ ├── cate_y_005.gif
│ ├── cate_y_006.gif
│ ├── cate_y_007.gif
│ ├── cate_y_008.gif
│ ├── cate_y_009.gif
│ ├── cate_y_010.gif
│ ├── cate_y_011.gif
│ ├── cate_y_013.gif
│ ├── cate_y_014.gif
│ ├── cate_y_01.gif
│ ├── cate_y_02.gif
│ ├── cate_y_03.gif
│ ├── cate_y_04.gif
│ ├── cate_y_05.gif
│ ├── cate_y_06.gif
│ ├── cate_y_07.gif
│ ├── cate_y_08.gif
│ ├── cate_y_09.gif
│ ├── cate_y_10.gif
│ ├── cate_y_11.gif
│ ├── cate_y_12.gif
│ ├── cate_y_13.gif
│ ├── cate_y_14.gif
│ ├── cft.jpg
│ ├── China .gif
│ ├── cj.gif
│ ├── cjwt.gif
│ ├── daili1.gif
│ ├── daili2.gif
│ ├── daili3.gif
│ ├── delete.gif
│ ├── fl.gif
│ ├── footl.gif
│ ├── good_bg_bb.gif
│ ├── good_bg_f.gif
│ ├── good_bg_m.gif
│ ├── good_bg_t.gif
│ ├── ico_04.gif
│ ├── ico_06.gif
│ ├── ico_reg.gif
│ ├── image01.jpg
│ ├── image02.jpg
│ ├── image03.jpg
│ ├── image04.jpg
│ ├── index_top_right_01.jpg
│ ├── index_top_right_02_703.jpg
│ ├── index_zfb.jpg
│ ├── leader_bg.gif
│ ├── leave.gif
│ ├── logo.png
│ ├── logo - 快捷方式.lnk
│ ├── lxtj.jpg
│ ├── monitor-background-horizontal.png
│ ├── monitor-background-vertical.png
│ ├── monitor-play-button.png
│ ├── more.gif
│ ├── must_ico.gif
│ ├── one1.gif
│ ├── on_hichoose1263803100.gif
│ ├── pay[1].gif
│ ├── pay_ico_01[1].gif
│ ├── pay_ico_03[1].gif
│ ├── pay_ico_05[1].gif
│ ├── payment2.gif
│ ├── pay_setp_01.gif
│ ├── pay_setp_02[1].gif
│ ├── pay_setp_03[1].gif
│ ├── peihuofangshi.gif
│ ├── pixviewer.swf
│ ├── qq2.GIF
│ ├── samllershoppingcart.gif
│ ├── search_bg.gif
│ ├── search_left.gif
│ ├── search_right1.gif
│ ├── search_right.gif
│ ├── serch_bg.gif
│ ├── Shopping List.gif
│ ├── shouhuoxinxi.gif
│ ├── stat.gif
│ ├── te_10.gif
│ ├── Thumbs.db
│ ├── tjcx.jpg
│ ├── tjsb.gif
│ ├── two2.gif
│ ├── user_ico_03.gif
│ ├── user_index.gif
│ ├── userjfb5_01.gif
│ ├── userjfb5_03.gif
│ ├── userjfb5_05.gif
│ ├── userjfb.jpg
│ ├── usre_shopping.jpg
│ ├── youjibaobei.jpg
│ ├── youzen.gif
│ ├── yqtx.gif
│ ├── zf.jpg
│ ├── zhifufangshi.gif
│ └── 无标题.bmp
├── index.aspx
├── index.aspx.cs
├── js
│ ├── Awin_header_turn_y.js
│ ├── cloud-zoom.1.0.2.min.js
│ ├── cloud-zoom.css
│ ├── gg.js
│ ├── jquery-1.3.2.js
│ ├── jquery-1.3.2.min.js
│ ├── jquery-1.4.2.min.js
│ ├── jquery.jqzoom1.0.1.js
│ ├── jqzoom.pack.1.0.1.js
│ └── swfobject.js
├── kfckeditor
│ ├── editor
│ │ ├── css
│ │ │ ├── behaviors
│ │ │ │ ├── disablehandles.htc
│ │ │ │ └── showtableborders.htc
│ │ │ ├── fck_editorarea.css
│ │ │ ├── fck_internal.css
│ │ │ ├── fck_showtableborders_gecko.css
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ ├── block_pre.png
│ │ │ ├── fck_anchor.gif
│ │ │ ├── fck_flashlogo.gif
│ │ │ ├── fck_hiddenfield.gif
│ │ │ ├── fck_pagebreak.gif
│ │ │ └── fck_plugin.gif
│ │ ├── dialog
│ │ │ ├── common
│ │ │ │ ├── fck_dialog_common.css
│ │ │ │ ├── fck_dialog_common.js
│ │ │ │ └── images
│ │ │ │ ├── locked.gif
│ │ │ │ ├── reset.gif
│ │ │ │ └── unlocked.gif
│ │ │ ├── fck_about
│ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ ├── logo_fredck.gif
│ │ │ │ └── sponsors
│ │ │ │ └── spellchecker_net.gif
│ │ │ ├── fck_about.html
│ │ │ ├── fck_anchor.html
│ │ │ ├── fck_button.html
│ │ │ ├── fck_checkbox.html
│ │ │ ├── fck_colorselector.html
│ │ │ ├── fck_div.html
│ │ │ ├── fck_docprops
│ │ │ │ └── fck_document_preview.html
│ │ │ ├── fck_docprops.html
│ │ │ ├── fck_flash
│ │ │ │ ├── fck_flash.js
│ │ │ │ └── fck_flash_preview.html
│ │ │ ├── fck_flash.html
│ │ │ ├── fck_form.html
│ │ │ ├── fck_hiddenfield.html
│ │ │ ├── fck_image
│ │ │ │ ├── fck_image.js
│ │ │ │ └── fck_image_preview.html
│ │ │ ├── fck_image.html
│ │ │ ├── fck_link
│ │ │ │ └── fck_link.js
│ │ │ ├── fck_link.html
│ │ │ ├── fck_listprop.html
│ │ │ ├── fck_paste.html
│ │ │ ├── fck_radiobutton.html
│ │ │ ├── fck_replace.html
│ │ │ ├── fck_select
│ │ │ │ └── fck_select.js
│ │ │ ├── fck_select.html
│ │ │ ├── fck_smiley.html
│ │ │ ├── fck_source.html
│ │ │ ├── fck_specialchar.html
│ │ │ ├── fck_spellerpages
│ │ │ │ └── spellerpages
│ │ │ │ ├── blank.html
│ │ │ │ ├── controls.html
│ │ │ │ ├── controlWindow.js
│ │ │ │ ├── server-scripts
│ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ └── spellchecker.pl
│ │ │ │ ├── spellchecker.html
│ │ │ │ ├── spellChecker.js
│ │ │ │ ├── spellerStyle.css
│ │ │ │ └── wordWindow.js
│ │ │ ├── fck_spellerpages.html
│ │ │ ├── fck_tablecell.html
│ │ │ ├── fck_table.html
│ │ │ ├── fck_template
│ │ │ │ └── images
│ │ │ │ ├── template1.gif
│ │ │ │ ├── template2.gif
│ │ │ │ └── template3.gif
│ │ │ ├── fck_template.html
│ │ │ ├── fck_textarea.html
│ │ │ └── fck_textfield.html
│ │ ├── dtd
│ │ │ ├── fck_dtd_test.html
│ │ │ ├── fck_xhtml10strict.js
│ │ │ └── fck_xhtml10transitional.js
│ │ ├── fckdebug.html
│ │ ├── fckdialog.html
│ │ ├── fckeditor.html
│ │ ├── fckeditor.original.html
│ │ ├── filemanager
│ │ │ ├── browser
│ │ │ │ └── default
│ │ │ │ ├── browser.css
│ │ │ │ ├── browser.html
│ │ │ │ ├── frmactualfolder.html
│ │ │ │ ├── frmcreatefolder.html
│ │ │ │ ├── frmfolders.html
│ │ │ │ ├── frmresourceslist.html
│ │ │ │ ├── frmresourcetype.html
│ │ │ │ ├── frmupload.html
│ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ └── spacer.gif
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ └── fckxml.js
│ │ │ └── connectors
│ │ │ └── aspx
│ │ │ ├── config.ascx
│ │ │ ├── connector.aspx
│ │ │ └── upload.aspx
│ │ ├── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_ltr.gif
│ │ │ ├── arrow_rtl.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
│ │ │ └── spacer.gif
│ │ ├── js
│ │ │ ├── fckadobeair.js
│ │ │ ├── fckeditorcode_gecko.js
│ │ │ └── fckeditorcode_ie.js
│ │ ├── lang
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en-au.js
│ │ │ ├── en-ca.js
│ │ │ ├── en.js
│ │ │ ├── en-uk.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
│ │ │ ├── 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
│ │ │ ├── autogrow
│ │ │ │ └── fckplugin.js
│ │ │ ├── bbcode
│ │ │ │ ├── fckplugin.js
│ │ │ │ └── _sample
│ │ │ │ ├── sample.config.js
│ │ │ │ └── sample.html
│ │ │ ├── dragresizetable
│ │ │ │ └── fckplugin.js
│ │ │ ├── placeholder
│ │ │ │ ├── fck_placeholder.html
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ └── pl.js
│ │ │ │ └── placeholder.gif
│ │ │ ├── simplecommands
│ │ │ │ └── fckplugin.js
│ │ │ └── tablecommands
│ │ │ └── fckplugin.js
│ │ ├── skins
│ │ │ ├── default
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── _fckviewstrips.html
│ │ │ ├── office2003
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ └── silver
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_dialog_ie6.js
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── dialog.sides.gif
│ │ │ ├── dialog.sides.png
│ │ │ ├── dialog.sides.rtl.png
│ │ │ ├── sprites.gif
│ │ │ ├── sprites.png
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.buttonarrow.gif
│ │ │ ├── toolbar.buttonbg.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ ├── _source
│ │ │ ├── classes
│ │ │ │ ├── fckcontextmenu.js
│ │ │ │ ├── fckdataprocessor.js
│ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ ├── fckdomrangeiterator.js
│ │ │ │ ├── fckdomrange.js
│ │ │ │ ├── fckeditingarea.js
│ │ │ │ ├── fckelementpath.js
│ │ │ │ ├── fckenterkey.js
│ │ │ │ ├── fckevents.js
│ │ │ │ ├── fckhtmliterator.js
│ │ │ │ ├── fckicon.js
│ │ │ │ ├── fckiecleanup.js
│ │ │ │ ├── fckimagepreloader.js
│ │ │ │ ├── fckkeystrokehandler.js
│ │ │ │ ├── fckmenublock.js
│ │ │ │ ├── fckmenublockpanel.js
│ │ │ │ ├── fckmenuitem.js
│ │ │ │ ├── fckpanel.js
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── fckspecialcombo.js
│ │ │ │ ├── fckstyle.js
│ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ ├── fcktoolbar.js
│ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ ├── fckw3crange.js
│ │ │ │ ├── fckxml_gecko.js
│ │ │ │ ├── fckxml_ie.js
│ │ │ │ └── fckxml.js
│ │ │ ├── commandclasses
│ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ ├── fckfitwindow.js
│ │ │ │ ├── fckindentcommands.js
│ │ │ │ ├── fckjustifycommands.js
│ │ │ │ ├── fcklistcommands.js
│ │ │ │ ├── fcknamedcommand.js
│ │ │ │ ├── fck_othercommands.js
│ │ │ │ ├── fckpasteplaintextcommand.js
│ │ │ │ ├── fckpastewordcommand.js
│ │ │ │ ├── fckremoveformatcommand.js
│ │ │ │ ├── fckshowblocks.js
│ │ │ │ ├── fckspellcheckcommand_gecko.js
│ │ │ │ ├── fckspellcheckcommand_ie.js
│ │ │ │ ├── fckstylecommand.js
│ │ │ │ ├── fcktablecommand.js
│ │ │ │ └── fcktextcolorcommand.js
│ │ │ ├── fckconstants.js
│ │ │ ├── fckeditorapi.js
│ │ │ ├── fckjscoreextensions.js
│ │ │ ├── fckscriptloader.js
│ │ │ └── internals
│ │ │ ├── fckbrowserinfo.js
│ │ │ ├── fckcodeformatter.js
│ │ │ ├── fckcommands.js
│ │ │ ├── fckconfig.js
│ │ │ ├── fck_contextmenu.js
│ │ │ ├── fckdebug_empty.js
│ │ │ ├── fckdebug.js
│ │ │ ├── fckdialog.js
│ │ │ ├── fckdocumentprocessor.js
│ │ │ ├── fckdomtools.js
│ │ │ ├── fck_gecko.js
│ │ │ ├── fck_ie.js
│ │ │ ├── fck.js
│ │ │ ├── fcklanguagemanager.js
│ │ │ ├── fcklisthandler.js
│ │ │ ├── fcklistslib.js
│ │ │ ├── fckplugins.js
│ │ │ ├── fckregexlib.js
│ │ │ ├── fckselection_gecko.js
│ │ │ ├── fckselection_ie.js
│ │ │ ├── fckselection.js
│ │ │ ├── fckstyles.js
│ │ │ ├── fcktablehandler_gecko.js
│ │ │ ├── fcktablehandler_ie.js
│ │ │ ├── fcktablehandler.js
│ │ │ ├── fcktoolbaritems.js
│ │ │ ├── fcktoolbarset.js
│ │ │ ├── fcktools_gecko.js
│ │ │ ├── fcktools_ie.js
│ │ │ ├── fcktools.js
│ │ │ ├── fckundo.js
│ │ │ ├── fckurlparams.js
│ │ │ ├── fckxhtmlentities.js
│ │ │ ├── fckxhtml_gecko.js
│ │ │ ├── fckxhtml_ie.js
│ │ │ └── fckxhtml.js
│ │ └── wsc
│ │ ├── ciframe.html
│ │ ├── tmpFrameset.html
│ │ └── w.html
│ ├── fckconfig.js
│ ├── fckeditor.js
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ └── fcktemplates.xml
├── kfzx.aspx
├── kfzx.aspx.cs
├── Login.aspx
├── Login.aspx.cs
├── Message.aspx
├── Message.aspx.cs
├── newlist.aspx
├── newlist.aspx.cs
├── newscate.aspx
├── newscate.aspx.cs
├── newselect.aspx
├── newselect.aspx.cs
├── newshow.aspx
├── newshow.aspx.cs
├── Order.aspx
├── Order.aspx.cs
├── orderdetail.aspx
├── orderdetail.aspx.cs
├── PersonalInfo.aspx
├── PersonalInfo.aspx.cs
├── postmes.aspx
├── postmes.aspx.cs
├── proadd.aspx
├── proadd.aspx.cs
├── pro_catelist.aspx
├── pro_catelist.aspx.cs
├── ProInfo.aspx
├── ProInfo.aspx.cs
├── ProList.aspx
├── ProList.aspx.cs
├── proselect.aspx
├── proselect.aspx.cs
├── Register.aspx
├── Register.aspx.cs
├── shoplist2.aspx
├── shoplist2.aspx.cs
├── shoplist3.aspx
├── shoplist3.aspx.cs
├── shoplist.aspx
├── shoplist.aspx.cs
├── shopValidateCode.aspx
├── shopValidateCode.aspx.cs
├── show.aspx
├── show.aspx.cs
├── showdetail.aspx
├── showdetail.aspx.cs
├── show_imageurl
│ ├── computer01.png
│ ├── computer02.png
│ ├── computer03.png
│ ├── computer04.png
│ ├── lanqiu01.png
│ ├── lanqiu02.png
│ ├── lanqiu03.jpg
│ ├── phone01.jpg
│ ├── phone02.jpg
│ ├── phone03.jpg
│ ├── show_20171208040251447.jpg
│ ├── show_20171208042615206.jpg
│ ├── show_20171208043357839.jpg
│ ├── show_20171208050134042.jpg
│ ├── show_20171208051043663.jpg
│ ├── show_20171208051304572.jpg
│ ├── show_20171208094048096.jpg
│ ├── show_20171215103840266.jpg
│ ├── show_20171219101202996.jpg
│ ├── show_20171219104024371.jpg
│ ├── show_20171219104418172.jpg
│ ├── show_20171219104848029.jpg
│ ├── show_20171219105406252.jpg
│ ├── show_20171219105648228.jpg
│ ├── show_20171221093512603.jpg
│ ├── st02.jpg
│ ├── st03.jpg
│ ├── sx01.jpg
│ ├── sx02.jpg
│ ├── sx03.png
│ ├── sx04.png
│ ├── table01.jpg
│ ├── table02.jpg
│ ├── table03.jpg
│ ├── table04.jpg
│ ├── Thumbs.db
│ ├── ymqp01.jpg
│ ├── ymqp02.jpg
│ ├── ymqp03.jpg
│ ├── yw01.jpg
│ ├── yw02.jpg
│ ├── yw03.jpg
│ ├── yw04.jpg
│ ├── zxc01.jpg
│ └── zxc02.jpg
├── swf
│ └── main.swf
├── web.config
├── Web.sitemap
├── xssl.aspx
├── xssl.aspx.cs
├── zc.aspx
├── zc.aspx.cs
├── zcym.aspx
├── zcym.aspx.cs
├── zfdindang.aspx
├── zfdindang.aspx.cs
├── zt.master
└── zt.master.cs
97 directories, 997 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论