实例介绍
这个是一个用ASPL.NET做的完整三层架构的网上商城的例子,很值得去学习
【实例截图】
【核心代码】
ASP.NET三层架构电子网上购物
└── 电子网上购物三层架构asp
├── BLL
│ ├── adminuser.cs
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── BLLadmin.cs
│ ├── BLL.csproj
│ ├── 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.dll
│ │ ├── BLL.pdb
│ │ ├── Refactor
│ │ │ └── BLL.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── procate.cs
│ ├── product.cs
│ ├── proimage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── size.cs
│ ├── tis.cs
│ └── user.cs
├── Common
│ ├── bin
│ │ └── Debug
│ │ ├── Common.dll
│ │ └── Common.pdb
│ ├── CommandInfo.cs
│ ├── Common.csproj
│ ├── DB.cs
│ ├── DbHelperSQL.cs
│ ├── DESEncrypt.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Common.csproj.FileListAbsolute.txt
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ └── Refactor
│ │ └── Common.dll
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── PubConstant.cs
│ └── SQLHelper.cs
├── DAL
│ ├── adminuser.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── collect.cs
│ ├── daladdress.cs
│ ├── DALadmin.cs
│ ├── DAL.csproj
│ ├── DALHelpcate.cs
│ ├── DALhelp.cs
│ ├── dalhhh.cs
│ ├── DAlmessage.cs
│ ├── DALorderselect.cs
│ ├── DALorderupdate.cs
│ ├── DALshoplist2.cs
│ ├── DALshoplist.cs
│ ├── downlist.cs
│ ├── fathercate.cs
│ ├── Helpcate.cs
│ ├── Newscate.cs
│ ├── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Refactor
│ │ │ └── DAL.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── procate.cs
│ ├── product.cs
│ ├── proimage.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── size.cs
│ ├── tis.cs
│ └── user.cs
├── hichoose.sln
├── 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
│ ├── newscate.cs
│ ├── news.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── 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
│ ├── 404.htm
│ ├── aadmin
│ │ ├── adadd.aspx
│ │ ├── adadd.aspx.cs
│ │ ├── adminadd.aspx
│ │ ├── adminadd.aspx.cs
│ │ ├── adminList.aspx
│ │ ├── adminList.aspx.cs
│ │ ├── adminlogin.aspx
│ │ ├── adminlogin.aspx.cs
│ │ ├── adminselect.aspx
│ │ ├── adminselect.aspx.cs
│ │ ├── adminupdate.aspx
│ │ ├── adminupdate.aspx.cs
│ │ ├── adselect.aspx
│ │ ├── adselect.aspx.cs
│ │ ├── adupdate.aspx
│ │ ├── adupdate.aspx.cs
│ │ ├── css
│ │ │ ├── admin.css
│ │ │ └── mu.css
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── downloadadd.aspx
│ │ ├── downloadadd.aspx.cs
│ │ ├── downloadlist.aspx
│ │ ├── downloadlist.aspx.cs
│ │ ├── downloadupdate.aspx
│ │ ├── downloadupdate.aspx.cs
│ │ ├── downselect.aspx
│ │ ├── downselect.aspx.cs
│ │ ├── fathercateadd.aspx
│ │ ├── fathercateadd.aspx.cs
│ │ ├── fatherlist.aspx
│ │ ├── fatherlist.aspx.cs
│ │ ├── flashadd.aspx
│ │ ├── flashadd.aspx.cs
│ │ ├── flashselect.aspx
│ │ ├── flashselect.aspx.cs
│ │ ├── flashupdate.aspx
│ │ ├── flashupdate.aspx.cs
│ │ ├── helpadd.aspx
│ │ ├── helpadd.aspx.cs
│ │ ├── helpcateadd.aspx
│ │ ├── helpcateadd.aspx.cs
│ │ ├── helpcatelist.aspx
│ │ ├── helpcatelist.aspx.cs
│ │ ├── helpcateupdate.aspx
│ │ ├── helpcateupdate.aspx.cs
│ │ ├── helplist.aspx
│ │ ├── helplist.aspx.cs
│ │ ├── helpsearch.aspx
│ │ ├── helpsearch.aspx.cs
│ │ ├── helpupdate.aspx
│ │ ├── helpupdate.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
│ │ │ ├── Thumbs.db
│ │ │ ├── title_bg1.jpg
│ │ │ ├── title_bg2.jpg
│ │ │ ├── 管理中心登陆.gif
│ │ │ └── 管理中心登陆 V1_0.png
│ │ ├── messageList.aspx
│ │ ├── messageList.aspx.cs
│ │ ├── messageReply.aspx
│ │ ├── messageReply.aspx.cs
│ │ ├── messelect.aspx
│ │ ├── messelect.aspx.cs
│ │ ├── mu.master
│ │ ├── mu.master.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
│ │ ├── newsselect.aspx
│ │ ├── newsselect.aspx.cs
│ │ ├── newsupdate.aspx
│ │ ├── newsupdate.aspx.cs
│ │ ├── orderdetail.aspx
│ │ ├── orderdetail.aspx.cs
│ │ ├── orderselect.aspx
│ │ ├── orderselect.aspx.cs
│ │ ├── orderupdate.aspx
│ │ ├── orderupdate.aspx.cs
│ │ ├── proadd.aspx
│ │ ├── proadd.aspx.cs
│ │ ├── procateadd.aspx
│ │ ├── procateadd.aspx.cs
│ │ ├── procatelist.aspx
│ │ ├── procatelist.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
│ ├── AccountCenter.master
│ ├── AccountCenter.master.cs
│ ├── ACIndex.aspx
│ ├── ACIndex.aspx.cs
│ ├── address.aspx
│ ├── address.aspx.cs
│ ├── ad.xml
│ ├── App_Data
│ │ └── haqiu
│ ├── Bin
│ │ ├── AspNetPager.dll
│ │ ├── AspNetPager.dll.refresh
│ │ ├── AspNetPager.xml
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── Common.dll
│ │ ├── Common.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
│ ├── collect.aspx
│ ├── collect.aspx.cs
│ ├── css
│ │ ├── jqzoom.css
│ │ ├── xstlye.css
│ │ └── zt.css
│ ├── downlist.aspx
│ ├── downlist.aspx.cs
│ ├── 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
│ │ └── index_20101019040648250.doc
│ ├── downsearch.aspx
│ ├── downsearch.aspx.cs
│ ├── Files
│ │ └── image
│ │ └── image002.gif
│ ├── flash
│ │ ├── 01.jpg
│ │ ├── 02.jpg
│ │ ├── 03.jpg
│ │ ├── 04.jpg
│ │ ├── 05.jpg
│ │ ├── index_20100822050449859.gif
│ │ ├── index_20100822051332969.gif
│ │ ├── index_20100823090737296.gif
│ │ ├── index_20100823090853875.gif
│ │ ├── index_20100823090859000.gif
│ │ ├── index_20100823090905640.gif
│ │ ├── index_20100823091242062.jpg
│ │ ├── index_20100823091325921.jpg
│ │ ├── index_20100823092002531.gif
│ │ ├── index_20100823092052281.gif
│ │ ├── index_20100823092110265.gif
│ │ ├── index_20100823092215750.gif
│ │ ├── index_20100823092329078.gif
│ │ ├── index_20100823093413718.jpg
│ │ ├── index_20100823102427328.jpg
│ │ ├── index_20100823102438046.gif
│ │ ├── index_20100823113059343.jpg
│ │ ├── index_20100823113343562.jpg
│ │ ├── index_20100823115738517.gif
│ │ ├── index_20100823115854658.gif
│ │ └── 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
│ │ ├── 111016A011_H_1.JPG
│ │ ├── 111016A011T_H_1.JPG
│ │ ├── 111016A012_H_1.JPG
│ │ ├── 111016C003_H_1.jpg
│ │ ├── 111016C006_H_1.jpg
│ │ ├── 111018A012_H_1.jpg
│ │ ├── 111018C061_H_1.jpg
│ │ ├── 111018C062_H_1.jpg
│ │ ├── 111018D022_H_1.jpg
│ │ ├── 111018D072_H_1.jpg
│ │ ├── 111018D112_H_1.jpg
│ │ ├── 111018F042_H_1.jpg
│ │ ├── 111018F102_H_1.jpg
│ │ ├── 111019A092_H_1.jpg
│ │ ├── 111019C093_H_1.jpg
│ │ ├── 111019E043_H_1.jpg
│ │ ├── 111019F053_H_1.jpg
│ │ ├── 111019F054_H_1.jpg
│ │ ├── 111020A044_H_1.jpg
│ │ ├── 111020A051_H_1.JPG
│ │ ├── 111020A052_H_1.JPG
│ │ ├── 111020A053_H_1.JPG
│ │ ├── 111020A054_H_1.JPG
│ │ ├── 111020A101_H_1.jpg
│ │ ├── 111020A103_H_1.jpg
│ │ ├── 111020A104_H_1.jpg
│ │ ├── 111020C043_H_1.JPG
│ │ ├── 111031A011_H_1.JPG
│ │ ├── 111031A013_H_1.JPG
│ │ ├── 111031A014_H_1.JPG
│ │ ├── 111031A031_H_1.jpg
│ │ ├── 111031A032_H_1.jpg
│ │ ├── 111031A033_H_1.jpg
│ │ ├── 111031D012_H_1.JPG
│ │ ├── 111031F081_H_1.jpg
│ │ ├── 111031F082_H_1.JPG
│ │ ├── 111031F141_H_1.JPG
│ │ ├── 111031F142_H_1.JPG
│ │ ├── 11937R07_H_1.jpg
│ │ ├── 11937R08_H_1.jpg
│ │ ├── 11941S12_A_1.jpg
│ │ ├── 11941S12_A_2.jpg
│ │ ├── 11941S12_H_2.jpg
│ │ ├── 11941S12_H_4.jpg
│ │ ├── 11941S12_H_5.jpg
│ │ ├── 11949S06_H_2.jpg
│ │ ├── 11950S18_H_2.jpg
│ │ ├── 11951A01_J_C7.jpg
│ │ ├── 123.jpg
│ │ ├── 1263192879102787928.gif
│ │ ├── 1263193208171080439.gif
│ │ ├── 1267550468552885369.gif
│ │ ├── 1280473783230663201.gif
│ │ ├── 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.gif
│ │ ├── bg_008.gif
│ │ ├── bg_009.gif
│ │ ├── bg_01.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
│ │ ├── 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
│ │ ├── dd.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
│ │ ├── index_3_1_727.jpg
│ │ ├── index_3_2_624.jpg
│ │ ├── index_3_4.jpg
│ │ ├── index_top_left_2_811.jpg
│ │ ├── index_top_left_3_811.jpg
│ │ ├── index_top_left_4_816.jpg
│ │ ├── index_top_left_5_731.jpg
│ │ ├── index_top_left_5_816[1].jpg
│ │ ├── index_top_left_5_816.jpg
│ │ ├── index_top_right_01.jpg
│ │ ├── index_top_right_02_703.jpg
│ │ ├── index_top_right_03_0726.jpg
│ │ ├── index_zfb.jpg
│ │ ├── leader_bg.gif
│ │ ├── leave.gif
│ │ ├── logo.gif
│ │ ├── lxtj.gif
│ │ ├── 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
│ │ ├── 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.gif
│ │ ├── 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
│ ├── main.xml
│ ├── 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
│ ├── pro_catelist.aspx
│ ├── pro_catelist.aspx.cs
│ ├── ProInfo1.aspx
│ ├── ProInfo1.aspx.cs
│ ├── ProInfo.aspx
│ ├── ProInfo.aspx.cs
│ ├── ProList.aspx
│ ├── ProList.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
│ │ ├── show_20100821011347828.jpg
│ │ ├── show_20100821011411140.jpg
│ │ ├── show_20100821090439328.jpg
│ │ ├── show_20100824021056093.jpg
│ │ ├── show_20100824041013085.jpg
│ │ ├── show_20100824041036819.jpg
│ │ ├── show_20100824041152960.jpg
│ │ ├── show_20100824041202991.jpg
│ │ ├── show_20100824041205663.jpg
│ │ ├── show_20100824041229866.jpg
│ │ ├── show_20100824041245304.jpg
│ │ ├── show_20100824041309100.jpg
│ │ ├── show_20100824041314491.jpg
│ │ ├── show_20100824041323194.jpg
│ │ ├── show_20100824041514147.jpg
│ │ ├── show_20100824041634147.jpg
│ │ ├── show_20100824041849335.jpg
│ │ ├── show_20100824041909960.jpg
│ │ ├── show_20100824042606585.jpg
│ │ ├── show_20100824042619366.jpg
│ │ ├── show_20100824042633960.jpg
│ │ ├── show_20100824042651788.jpg
│ │ ├── show_20100824042747632.jpg
│ │ ├── show_20100824042955304.jpg
│ │ ├── show_20100824043052538.jpg
│ │ ├── show_20100824043057616.jpg
│ │ ├── show_20100824043059007.jpg
│ │ ├── show_20100824043103804.jpg
│ │ ├── show_20100824043119554.jpg
│ │ ├── show_20100824043518554.jpg
│ │ ├── show_20100824044442522.jpg
│ │ ├── show_20100824044505116.jpg
│ │ └── Thumbs.db
│ ├── 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
└── 说明.txt
104 directories, 1118 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论