实例介绍
装修公司的网站源码(asp.net C#)。 仅供学习和交流,不做任何商业用途。
【实例截图】
【核心代码】
4744302542972413496.rar
└── yntzh
├── about1.aspx
├── about1.aspx.cs
├── about.aspx
├── about.aspx.cs
├── aboutmore.aspx
├── aboutmore.aspx.cs
├── App_Code
│ ├── BLL
│ │ ├── book.cs
│ │ ├── gsclass.cs
│ │ ├── gscontent.cs
│ │ ├── newsbig.cs
│ │ ├── newscontent.cs
│ │ ├── productclass.cs
│ │ ├── product.cs
│ │ ├── user.cs
│ │ └── wangzhan.cs
│ ├── DAL
│ │ ├── book.cs
│ │ ├── gsclass.cs
│ │ ├── gscontent.cs
│ │ ├── newsbig.cs
│ │ ├── newscontent.cs
│ │ ├── productclass.cs
│ │ ├── product.cs
│ │ ├── user.cs
│ │ └── wangzhan.cs
│ ├── DataControlHelper.cs
│ ├── DB.cs
│ ├── DBUtility
│ │ ├── DbHelperOleDb.cs
│ │ ├── PubConstant.cs
│ │ └── SQLHelper.cs
│ ├── md5.cs
│ ├── MessageBox.cs
│ ├── Model
│ │ ├── book.cs
│ │ ├── gsclass.cs
│ │ ├── gscontent.cs
│ │ ├── newsbig.cs
│ │ ├── newscontent.cs
│ │ ├── productclass.cs
│ │ ├── product.cs
│ │ ├── user.cs
│ │ └── wangzhan.cs
│ ├── PageValidate.cs
│ ├── upload.cs
│ └── ValidateNumber.cs
├── App_Data
│ └── access.mdb
├── Bin
│ ├── AspNetPager.dll
│ ├── AspNetPager.dll.refresh
│ ├── CuteEditor.dll
│ ├── CuteEditor.dll.refresh
│ ├── cuteeditor.lic
│ ├── IBatisNet.Common.dll
│ ├── IBatisNet.DataMapper.dll
│ ├── LTP.Accounts.dll
│ ├── LTP.Common.dll
│ ├── LtpPageControl.dll
│ ├── Maticsoft.DBUtility.dll
│ ├── Microsoft.Web.UI.WebControls.dll
│ └── MySql.Data.dll
├── book.aspx
├── book.aspx.cs
├── css
│ ├── index.css
│ └── public.css
├── CuteSoft_Client
│ └── CuteEditor
│ ├── Blank.cep
│ ├── Configuration
│ │ ├── AutoConfigure
│ │ │ ├── Compact.config
│ │ │ ├── Default.config
│ │ │ ├── Full.config
│ │ │ ├── Full_noform.config
│ │ │ ├── Minimal.config
│ │ │ ├── MyTool.config
│ │ │ ├── None.config
│ │ │ ├── Sample.config
│ │ │ └── Simple.config
│ │ ├── ContextMenuMode
│ │ │ ├── Compact.config
│ │ │ ├── Default.config
│ │ │ ├── Full.config
│ │ │ ├── Full_noform.config
│ │ │ ├── Minimal.config
│ │ │ ├── None.config
│ │ │ └── Simple.config
│ │ ├── Security
│ │ │ ├── Admin.config
│ │ │ ├── Default.config
│ │ │ └── Guest.config
│ │ └── Shared
│ │ └── Common.config
│ ├── Dialogs
│ │ ├── Clean.htm
│ │ ├── colorpicker.aspx
│ │ ├── colorpicker_basic.aspx
│ │ ├── colorpicker_more.aspx
│ │ ├── colorpicker_more_ie.aspx
│ │ ├── colorpicker_more_ns.aspx
│ │ ├── Find.htm
│ │ ├── Gecko_InsertChars.htm
│ │ ├── gecko_pasteashtml.htm
│ │ ├── gecko_pastetext.htm
│ │ ├── gecko_pasteword.htm
│ │ ├── htc.htc
│ │ ├── ImageMap.htm
│ │ ├── InsertAnchor.htm
│ │ ├── InsertChars.htm
│ │ ├── InsertDocument.aspx
│ │ ├── InsertEmotion.htm
│ │ ├── InsertFlash.aspx
│ │ ├── InsertGallery.aspx
│ │ ├── InsertImage.aspx
│ │ ├── InsertMedia.aspx
│ │ ├── InsertTemplate.aspx
│ │ ├── Load.ashx
│ │ ├── MapLink.htm
│ │ ├── outereditorfull.aspx
│ │ ├── Page.htm
│ │ ├── Preview.htm
│ │ ├── SelectFile.aspx
│ │ ├── SelectImage.aspx
│ │ ├── SyntaxHighlighter.htm
│ │ ├── Tag
│ │ │ ├── tag_a.ascx
│ │ │ ├── tag_common.ascx
│ │ │ ├── tag_div.ascx
│ │ │ ├── tag_flash.ascx
│ │ │ ├── tag_form.ascx
│ │ │ ├── tag_hr.ascx
│ │ │ ├── tag_image.ascx
│ │ │ ├── tag_input.ascx
│ │ │ ├── tag_inserttable.ascx
│ │ │ ├── Tag_li.ascx
│ │ │ ├── tag_media.ascx
│ │ │ ├── tag_select.ascx
│ │ │ ├── tag_style.ascx
│ │ │ ├── tag_style_background.ascx
│ │ │ ├── tag_style_border.ascx
│ │ │ ├── tag_style_font.ascx
│ │ │ ├── tag_style_layout.ascx
│ │ │ ├── tag_style_list.ascx
│ │ │ ├── tag_style_other.ascx
│ │ │ ├── tag_style_text.ascx
│ │ │ ├── tag_table.ascx
│ │ │ ├── tag_td.ascx
│ │ │ ├── tag__template.ascx
│ │ │ ├── tag_textarea.ascx
│ │ │ └── tag_tr.ascx
│ │ ├── Tag.aspx
│ │ ├── tag.config
│ │ ├── ThumbList.ascx
│ │ ├── Thumbnail.aspx
│ │ ├── UniversalKeyboard.aspx
│ │ ├── Web.config
│ │ ├── xbl.xml
│ │ └── YouTube.aspx
│ ├── Editor.cep
│ ├── flashplayer.swf
│ ├── Help
│ │ └── default.htm
│ ├── Images
│ │ ├── 1x1.gif
│ │ ├── Accessibility.gif
│ │ ├── Actualsize.gif
│ │ ├── all.gif
│ │ ├── anchor.gif
│ │ ├── area.gif
│ │ ├── arj.gif
│ │ ├── arrow.gif
│ │ ├── asa.gif
│ │ ├── asax.gif
│ │ ├── ascx.gif
│ │ ├── asmx.gif
│ │ ├── asp.gif
│ │ ├── aspx.gif
│ │ ├── a_template.gif
│ │ ├── au.gif
│ │ ├── avi.gif
│ │ ├── backward.gif
│ │ ├── bat.gif
│ │ ├── bestfit.gif
│ │ ├── blank2020.gif
│ │ ├── blank2020.png
│ │ ├── bmp.gif
│ │ ├── bold.gif
│ │ ├── border_bottom.gif
│ │ ├── border_left.gif
│ │ ├── border_none.gif
│ │ ├── border_outside.gif
│ │ ├── border_right.gif
│ │ ├── border_top.gif
│ │ ├── box.gif
│ │ ├── break.gif
│ │ ├── bspreview.gif
│ │ ├── bullist.gif
│ │ ├── buttons.gif
│ │ ├── cab.gif
│ │ ├── center.gif
│ │ ├── checkbox.gif
│ │ ├── chm.gif
│ │ ├── cleanup.gif
│ │ ├── clear.gif
│ │ ├── closedfolder.gif
│ │ ├── close.gif
│ │ ├── codedropdown.gif
│ │ ├── code.gif
│ │ ├── colorfocus.gif
│ │ ├── colorpen.gif
│ │ ├── colorpicker.gif
│ │ ├── com.gif
│ │ ├── config.gif
│ │ ├── contact.gif
│ │ ├── copy.gif
│ │ ├── cpie_Color.cur
│ │ ├── cpie_GradientPositionDark.gif
│ │ ├── cpie_GradientPositionLight.gif
│ │ ├── cpie_gradients.png
│ │ ├── cpie_VerticalPosition.gif
│ │ ├── cpie_WebSafe.gif
│ │ ├── cpns_Color.cur
│ │ ├── cpns_ColorSpace1.png
│ │ ├── cpns_ColorSpace2.png
│ │ ├── cpns_GradientPositionDark.gif
│ │ ├── cpns_GradientPositionLight.gif
│ │ ├── cpns_gradients.png
│ │ ├── cpns_hue2.png
│ │ ├── cpns_Vertical1.png
│ │ ├── cpns_Vertical2.png
│ │ ├── cpns_VerticalPosition.gif
│ │ ├── cpns_WebSafe.gif
│ │ ├── cs.gif
│ │ ├── cssclass.gif
│ │ ├── css.gif
│ │ ├── cssstyle.gif
│ │ ├── cut.gif
│ │ ├── delete.gif
│ │ ├── delrow.gif
│ │ ├── design.gif
│ │ ├── disco.gif
│ │ ├── dll.gif
│ │ ├── doc.gif
│ │ ├── document.gif
│ │ ├── docx.gif
│ │ ├── download.gif
│ │ ├── drop-arrow.gif
│ │ ├── dropdownbox.gif
│ │ ├── edit2.gif
│ │ ├── edit.gif
│ │ ├── emangel.gif
│ │ ├── emangry.gif
│ │ ├── embeer.gif
│ │ ├── emcake.gif
│ │ ├── emcat.gif
│ │ ├── emclock.gif
│ │ ├── emcocktl.gif
│ │ ├── emcrook.gif
│ │ ├── emcry.gif
│ │ ├── emdgust.gif
│ │ ├── emdog.gif
│ │ ├── ememail.gif
│ │ ├── emembarrassed.gif
│ │ ├── emfemale.gif
│ │ ├── emfilm.gif
│ │ ├── emfist.gif
│ │ ├── emgift.gif
│ │ ├── emhot.gif
│ │ ├── emhug2.gif
│ │ ├── emhug.gif
│ │ ├── emidea.gif
│ │ ├── emkulou.gif
│ │ ├── emlips.gif
│ │ ├── emlove.gif
│ │ ├── emmale.gif
│ │ ├── emmessag.gif
│ │ ├── emmoon.gif
│ │ ├── emnote.gif
│ │ ├── emotion.gif
│ │ ├── emphone.gif
│ │ ├── emphoto.gif
│ │ ├── emquestion.gif
│ │ ├── emrainbow.gif
│ │ ├── emrose.gif
│ │ ├── emrosesad.gif
│ │ ├── emsad.gif
│ │ ├── emsmiled.gif
│ │ ├── emsmile.gif
│ │ ├── emsmileo.gif
│ │ ├── emsmilep.gif
│ │ ├── emstar.gif
│ │ ├── emtea.gif
│ │ ├── emteeth.gif
│ │ ├── emthdown.gif
│ │ ├── emthup.gif
│ │ ├── emunlove.gif
│ │ ├── emvamp.gif
│ │ ├── emwink.gif
│ │ ├── exe.gif
│ │ ├── eximage.gif
│ │ ├── face10.gif
│ │ ├── face11.gif
│ │ ├── face12.gif
│ │ ├── face13.gif
│ │ ├── face14.gif
│ │ ├── face15.gif
│ │ ├── face16.gif
│ │ ├── face17.gif
│ │ ├── face18.gif
│ │ ├── face19.gif
│ │ ├── face1.gif
│ │ ├── face20.gif
│ │ ├── face21.gif
│ │ ├── face22.gif
│ │ ├── face23.gif
│ │ ├── face24.gif
│ │ ├── face2.gif
│ │ ├── face3.gif
│ │ ├── face4.gif
│ │ ├── face5.gif
│ │ ├── face6.gif
│ │ ├── face7.gif
│ │ ├── face8.gif
│ │ ├── face9.gif
│ │ ├── flash32.gif
│ │ ├── flash.gif
│ │ ├── flv.gif
│ │ ├── fontcolor.gif
│ │ ├── fontdropdown.gif
│ │ ├── fontend.gif
│ │ ├── formbg2.bmp
│ │ ├── formbg2.gif
│ │ ├── formbg.gif
│ │ ├── formbn.gif
│ │ ├── Form.gif
│ │ ├── forward.gif
│ │ ├── gif.gif
│ │ ├── help.gif
│ │ ├── h-f-3Columns-Body.gif
│ │ ├── hiddenfield.gif
│ │ ├── hlp.gif
│ │ ├── h-l-tr-Body.gif
│ │ ├── horizontal.background.gif
│ │ ├── horizontal.gif
│ │ ├── horizontal.start.gif
│ │ ├── h-R-t-Body.gif
│ │ ├── htm.gif
│ │ ├── html.gif
│ │ ├── htmlview.gif
│ │ ├── icon-info.gif
│ │ ├── imagebutton.gif
│ │ ├── imagedropdown.gif
│ │ ├── imageeditor.gif
│ │ ├── image.gif
│ │ ├── ImageMap.gif
│ │ ├── Images1x1.gif
│ │ ├── img.gif
│ │ ├── inc.gif
│ │ ├── ini.gif
│ │ ├── insertDate.gif
│ │ ├── italic.gif
│ │ ├── jpeg.gif
│ │ ├── jpg.gif
│ │ ├── justifyfull.gif
│ │ ├── justifynone.gif
│ │ ├── keyboard.gif
│ │ ├── layer.gif
│ │ ├── layout.gif
│ │ ├── lcase.gif
│ │ ├── left-corners.png
│ │ ├── left.gif
│ │ ├── lightblue_colorpen.gif
│ │ ├── lightblue_fontcolor.gif
│ │ ├── linkdropdown.gif
│ │ ├── link.gif
│ │ ├── listbar.gif
│ │ ├── locked.gif
│ │ ├── log.gif
│ │ ├── mdb.gif
│ │ ├── media.gif
│ │ ├── menuleft.gif
│ │ ├── mid.gif
│ │ ├── midi.gif
│ │ ├── move.gif
│ │ ├── mov.gif
│ │ ├── mp3.gif
│ │ ├── mpeg.gif
│ │ ├── mpg.gif
│ │ ├── multiclavier.gif
│ │ ├── newfolder.gif
│ │ ├── new.gif
│ │ ├── newtemplate.gif
│ │ ├── noneditable.gif
│ │ ├── One-Column-Table.gif
│ │ ├── openfolder.gif
│ │ ├── open.gif
│ │ ├── optionbutton.gif
│ │ ├── outdent.gif
│ │ ├── page.gif
│ │ ├── paragraphdropdown.gif
│ │ ├── paragraph.gif
│ │ ├── parentfolder.gif
│ │ ├── passwordfield.gif
│ │ ├── paste.gif
│ │ ├── pastetext.gif
│ │ ├── pasteword.gif
│ │ ├── pdf.gif
│ │ ├── png.gif
│ │ ├── ppt.gif
│ │ ├── print.gif
│ │ ├── refresh.gif
│ │ ├── reload.gif
│ │ ├── resizecell.gif
│ │ ├── ResizeCorner.gif
│ │ ├── resize.gif
│ │ ├── restore.gif
│ │ ├── right.gif
│ │ ├── right_to_left.gif
│ │ ├── row.gif
│ │ ├── rtf.gif
│ │ ├── rule.gif
│ │ ├── save.gif
│ │ ├── s_cut.gif
│ │ ├── signature.gif
│ │ ├── sizedropdown.gif
│ │ ├── space.gif
│ │ ├── spanend.gif
│ │ ├── s_refresh.gif
│ │ ├── standardtoolbar.gif
│ │ ├── style.Background.gif
│ │ ├── style.Border.gif
│ │ ├── style.font.gif
│ │ ├── style.Layout.gif
│ │ ├── style.List.gif
│ │ ├── style.Other.gif
│ │ ├── style.Text.gif
│ │ ├── swf.gif
│ │ ├── sys.gif
│ │ ├── tab-bg.gif
│ │ ├── table.gif
│ │ ├── tbdown.gif
│ │ ├── template.gif
│ │ ├── Three-Column-Table.gif
│ │ ├── tif.gif
│ │ ├── timer.gif
│ │ ├── t-minus.gif
│ │ ├── t-plus.gif
│ │ ├── Two-Column-Table.gif
│ │ ├── txt.gif
│ │ ├── ucase.gif
│ │ ├── under.gif
│ │ ├── undo.gif
│ │ ├── unknown.gif
│ │ ├── vb.gif
│ │ ├── vbs.gif
│ │ ├── vsdisco.gif
│ │ ├── wav.gif
│ │ ├── wmv.gif
│ │ ├── wri.gif
│ │ ├── xls.gif
│ │ ├── xlsx.gif
│ │ ├── xml.gif
│ │ ├── youtube.gif
│ │ ├── zip.gif
│ │ ├── zoom.gif
│ │ ├── zoom_in.gif
│ │ ├── zoomin.gif
│ │ ├── zoom_out.gif
│ │ └── zoomout.gif
│ ├── Languages
│ │ ├── _default.xml
│ │ └── zh-cn.xml
│ ├── Load.ashx
│ ├── Scripts
│ │ ├── ColorPicker.htc
│ │ ├── ColorPicker.js
│ │ ├── Constant.js
│ │ ├── DatePicker.js
│ │ ├── Dialog
│ │ │ ├── Dialog_Clean.js
│ │ │ ├── Dialog_ColorPicker_IE.js
│ │ │ ├── Dialog_ColorPicker.js
│ │ │ ├── Dialog_ColorPicker_NS.js
│ │ │ ├── Dialog_Find.js
│ │ │ ├── DialogFoot.js
│ │ │ ├── Dialog_gallery_spring.js
│ │ │ ├── Dialog_gecko_pastehtml.js
│ │ │ ├── Dialog_gecko_pastetext.js
│ │ │ ├── Dialog_gecko_pasteword.js
│ │ │ ├── DialogHead.js
│ │ │ ├── Dialog_ImageMap.js
│ │ │ ├── Dialog_InsertAnchor.js
│ │ │ ├── Dialog_InsertChars.js
│ │ │ ├── Dialog_InsertDocument.js
│ │ │ ├── Dialog_InsertEmotion.js
│ │ │ ├── Dialog_InsertFlash.js
│ │ │ ├── Dialog_InsertGallery.js
│ │ │ ├── Dialog_InsertImage.js
│ │ │ ├── Dialog_InsertMedia.js
│ │ │ ├── Dialog_InsertTemplate.js
│ │ │ ├── Dialog_Keyboard.js
│ │ │ ├── Dialog_MapLink.js
│ │ │ ├── Dialog_Page.js
│ │ │ ├── Dialog_Preview.js
│ │ │ ├── Dialog_SelectFile.js
│ │ │ ├── Dialog_SelectImage.js
│ │ │ ├── Dialog_Tag_A.js
│ │ │ ├── Dialog_Tag_Common.js
│ │ │ ├── Dialog_Tag_Div.js
│ │ │ ├── Dialog_Tag_Flash.js
│ │ │ ├── Dialog_TagFoot.js
│ │ │ ├── Dialog_Tag_Form.js
│ │ │ ├── Dialog_TagHead.js
│ │ │ ├── Dialog_Tag_Hr.js
│ │ │ ├── Dialog_Tag_Image.js
│ │ │ ├── Dialog_Tag_Input.js
│ │ │ ├── Dialog_Tag_InsertTable.js
│ │ │ ├── Dialog_Tag_Li.js
│ │ │ ├── Dialog_Tag_Media.js
│ │ │ ├── Dialog_Tag_Select.js
│ │ │ ├── Dialog_Tag_Span.js
│ │ │ ├── Dialog_Tag_Style_Background.js
│ │ │ ├── Dialog_Tag_Style_Border.js
│ │ │ ├── Dialog_Tag_Style_Font.js
│ │ │ ├── Dialog_Tag_Style.js
│ │ │ ├── Dialog_Tag_Style_Layout.js
│ │ │ ├── Dialog_Tag_Style_Text.js
│ │ │ ├── Dialog_Tag_Table.js
│ │ │ ├── Dialog_Tag_Td.js
│ │ │ ├── Dialog_Tag_Textarea.js
│ │ │ ├── Dialog_Tag_Tr.js
│ │ │ └── Dialog_YouTube.js
│ │ ├── Gecko_Implementation
│ │ │ └── CuteEditorImplementation.js
│ │ ├── Gecko_Loader
│ │ │ └── Loader.js
│ │ ├── IE_Implementation
│ │ │ └── CuteEditorImplementation.js
│ │ ├── IE_Loader
│ │ │ └── Loader.js
│ │ ├── Keyboard
│ │ │ ├── keyboard-data.js
│ │ │ ├── keyboard-diacritic.js
│ │ │ ├── keyboard-dialogue.js
│ │ │ └── keyboard-multihexa.js
│ │ ├── Opera_Implementation
│ │ │ └── CuteEditorImplementation.js
│ │ ├── Opera_Loader
│ │ │ └── Loader.js
│ │ ├── Safari12_Implementation
│ │ │ └── CuteEditorImplementation.js
│ │ ├── Safari12_Loader
│ │ │ └── Loader.js
│ │ ├── Safari_Loader
│ │ │ └── Loader.js
│ │ ├── Safar_Implementation
│ │ │ └── CuteEditorImplementation.js
│ │ ├── spell.js
│ │ └── SyntaxHighlighter
│ │ ├── shBrushCpp.js
│ │ ├── shBrushCSharp.js
│ │ ├── shBrushCss.js
│ │ ├── shBrushDelphi.js
│ │ ├── shBrushJava.js
│ │ ├── shBrushJScript.js
│ │ ├── shBrushPhp.js
│ │ ├── shBrushPython.js
│ │ ├── shBrushRuby.js
│ │ ├── shBrushSql.js
│ │ ├── shBrushVb.js
│ │ ├── shBrushXml.js
│ │ └── _shCore.js
│ ├── Style
│ │ ├── ColorPicker_IE.css
│ │ ├── ColorPicker_NS.css
│ │ ├── IE.css
│ │ ├── spell.css
│ │ └── SyntaxHighlighter.css
│ ├── Template.aspx
│ ├── Themes
│ │ └── Office2003
│ │ ├── dialog.css
│ │ ├── Images
│ │ │ ├── abspos.gif
│ │ │ ├── all.png
│ │ │ ├── anchor.gif
│ │ │ ├── arrow.gif
│ │ │ ├── b1.gif
│ │ │ ├── b1.png
│ │ │ ├── BackColor.gif
│ │ │ ├── backward.gif
│ │ │ ├── bg.gif
│ │ │ ├── bold.gif
│ │ │ ├── borders.gif
│ │ │ ├── box.gif
│ │ │ ├── break.gif
│ │ │ ├── bspreview.gif
│ │ │ ├── bullist.gif
│ │ │ ├── cell.gif
│ │ │ ├── center.gif
│ │ │ ├── checkbox.gif
│ │ │ ├── cleanup.gif
│ │ │ ├── Close2.gif
│ │ │ ├── codeeditor.gif
│ │ │ ├── code.gif
│ │ │ ├── colorpen.gif
│ │ │ ├── copy.gif
│ │ │ ├── cut.gif
│ │ │ ├── delcell.gif
│ │ │ ├── delcol.gif
│ │ │ ├── delete.gif
│ │ │ ├── delrow.gif
│ │ │ ├── design.gif
│ │ │ ├── document.gif
│ │ │ ├── droparrow.gif
│ │ │ ├── dropdownbox.gif
│ │ │ ├── EditInNewWindow.gif
│ │ │ ├── emotion.gif
│ │ │ ├── eximage.gif
│ │ │ ├── Express.gif
│ │ │ ├── find.gif
│ │ │ ├── fit.gif
│ │ │ ├── flash.gif
│ │ │ ├── fontcolor.gif
│ │ │ ├── ForeColor.gif
│ │ │ ├── formbg.gif
│ │ │ ├── Form.gif
│ │ │ ├── forward.gif
│ │ │ ├── groupbox.gif
│ │ │ ├── help.gif
│ │ │ ├── hiddenfield.gif
│ │ │ ├── horizontal.background.gif
│ │ │ ├── horizontal.gif
│ │ │ ├── horizontal.start.gif
│ │ │ ├── htmlview.gif
│ │ │ ├── imagebutton.gif
│ │ │ ├── image.gif
│ │ │ ├── ImageMap.gif
│ │ │ ├── indent.gif
│ │ │ ├── inscell.gif
│ │ │ ├── inscol.gif
│ │ │ ├── inscol_l.gif
│ │ │ ├── inscol_r.gif
│ │ │ ├── insertDate.gif
│ │ │ ├── insertform.gif
│ │ │ ├── InsertPageBreak.gif
│ │ │ ├── insrow_b.gif
│ │ │ ├── insrow.gif
│ │ │ ├── insrow_t.gif
│ │ │ ├── instable.gif
│ │ │ ├── italic.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifynone.gif
│ │ │ ├── keyboard.gif
│ │ │ ├── l1.gif
│ │ │ ├── l1.png
│ │ │ ├── l2.gif
│ │ │ ├── l2.png
│ │ │ ├── layer.gif
│ │ │ ├── lcase.gif
│ │ │ ├── left.gif
│ │ │ ├── left_to_right.gif
│ │ │ ├── lightblue_colorpen.gif
│ │ │ ├── lightblue_fontcolor.gif
│ │ │ ├── link.gif
│ │ │ ├── listbox.gif
│ │ │ ├── media.gif
│ │ │ ├── menuleft.gif
│ │ │ ├── minus.gif
│ │ │ ├── mrgcell_b.gif
│ │ │ ├── mrgcell.gif
│ │ │ ├── mrgcell_r.gif
│ │ │ ├── newdoc.gif
│ │ │ ├── noneditable.gif
│ │ │ ├── numlist.gif
│ │ │ ├── optionbutton.gif
│ │ │ ├── outdent.gif
│ │ │ ├── page.gif
│ │ │ ├── paragraph.gif
│ │ │ ├── passwordfield.gif
│ │ │ ├── PasteAsHtml.gif
│ │ │ ├── paste.gif
│ │ │ ├── pastetext.gif
│ │ │ ├── pasteword.gif
│ │ │ ├── plus.gif
│ │ │ ├── preview.gif
│ │ │ ├── print.gif
│ │ │ ├── pushbutton.gif
│ │ │ ├── r1.gif
│ │ │ ├── r1.png
│ │ │ ├── r2.gif
│ │ │ ├── r2.png
│ │ │ ├── redo.gif
│ │ │ ├── reset.gif
│ │ │ ├── restore.gif
│ │ │ ├── right.gif
│ │ │ ├── right_to_left.gif
│ │ │ ├── row.gif
│ │ │ ├── rule.gif
│ │ │ ├── save.gif
│ │ │ ├── selectall.gif
│ │ │ ├── selectnone.gif
│ │ │ ├── Separator.gif
│ │ │ ├── specialchar.gif
│ │ │ ├── spell.gif
│ │ │ ├── spltcell_b.gif
│ │ │ ├── spltcell.gif
│ │ │ ├── spltcell_r.gif
│ │ │ ├── strike.gif
│ │ │ ├── submit.gif
│ │ │ ├── subscript.gif
│ │ │ ├── superscript.gif
│ │ │ ├── t1.gif
│ │ │ ├── t1.png
│ │ │ ├── t2.gif
│ │ │ ├── t2.png
│ │ │ ├── t3.gif
│ │ │ ├── t3.png
│ │ │ ├── table.gif
│ │ │ ├── tbdown.gif
│ │ │ ├── template.gif
│ │ │ ├── textarea.gif
│ │ │ ├── textbox.gif
│ │ │ ├── text.gif
│ │ │ ├── timer.gif
│ │ │ ├── toolbarbutton.over.gif
│ │ │ ├── ucase.gif
│ │ │ ├── under.gif
│ │ │ ├── undo.gif
│ │ │ ├── unformat.gif
│ │ │ ├── unlink.gif
│ │ │ └── youtube.gif
│ │ └── style.css
│ ├── Uploader.ashx
│ └── Web.config
├── daili.aspx
├── daili.aspx.cs
├── daililist.aspx
├── daililist.aspx.cs
├── dailimore.aspx
├── dailimore.aspx.cs
├── Default.aspx
├── Default.aspx.cs
├── flash
│ ├── bannar.swf
│ └── pix.swf
├── from.gif
├── Global.asax
├── gongchang2.aspx
├── gongchang2.aspx.cs
├── gongcheng1.aspx
├── gongcheng1.aspx.cs
├── gongcheng3.aspx
├── gongcheng3.aspx.cs
├── gongchengmore.aspx
├── gongchengmore.aspx.cs
├── gongzheng.aspx
├── gongzheng.aspx.cs
├── images.aspx
├── images.aspx.cs
├── img
│ ├── chanpinzhongxin.gif
│ ├── collapse2.gif
│ ├── collapse.gif
│ ├── dibu2.gif
│ ├── dibu3.gif
│ ├── dibu4.gif
│ ├── dibu5.gif
│ ├── dibu.gif
│ ├── dingflash.gif
│ ├── erjidaohang.gif
│ ├── hot001.gif
│ ├── hot002.gif
│ ├── hot003.gif
│ ├── hot008.gif
│ ├── jishuziliao.gif
│ ├── le_1.gif
│ ├── le_di.gif
│ ├── lianxiwomen.gif
│ ├── liuyanxinxi.gif
│ ├── login_1.gif
│ ├── login_2.gif
│ ├── login_3.gif
│ ├── login_4.gif
│ ├── more.gif
│ ├── mycss.css
│ ├── nav_10-111.gif
│ ├── nav_101.gif
│ ├── nav_10.gif
│ ├── nav_10-.gif
│ ├── nav_11.gif
│ ├── nav_1.gif
│ ├── nav_21.gif
│ ├── nav_2.gif
│ ├── nav_31.gif
│ ├── nav_3.gif
│ ├── nav_41.gif
│ ├── nav_4.gif
│ ├── nav_51.gif
│ ├── nav_5.gif
│ ├── nav_61.gif
│ ├── nav_6.gif
│ ├── nav_71.gif
│ ├── nav_7.gif
│ ├── nav_81.gif
│ ├── nav_8.gif
│ ├── nav_91.gif
│ ├── nav_9.gif
│ ├── neiyetop2_bj.gif
│ ├── neiyetop_bj.gif
│ ├── qiyejianjie_top.gif
│ ├── qiyexinwen.gif
│ ├── renren.gif
│ ├── Site_Css.css
│ ├── softkeyboard.js
│ ├── sousuo_bj.gif
│ ├── sousuobutton.gif
│ └── youqinglianjie.gif
├── img2
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 3.jpg
│ └── 4.jpg
├── index.html
├── jishu.aspx
├── jishu.aspx.cs
├── jishumore.aspx
├── jishumore.aspx.cs
├── kefu1.aspx
├── kefu1.aspx.cs
├── kefu.aspx
├── kefu.aspx.cs
├── kefumore.aspx
├── kefumore.aspx.cs
├── lianxi.aspx
├── lianxi.aspx.cs
├── linshi
│ ├── flash.gif
│ ├── Thumbs.db
│ └── tupianqiehuan.gif
├── main.swf
├── newslist.aspx
├── newslist.aspx.cs
├── newsmore.aspx
├── newsmore.aspx.cs
├── product1.aspx
├── product1.aspx.cs
├── product.aspx
├── product.aspx.cs
├── productmore.aspx
├── productmore.aspx.cs
├── Scripts
│ └── AC_RunActiveContent.js
├── Uploads
│ ├── css.asp;.css
│ ├── dls
│ │ ├── cq.jpg
│ │ ├── dalian.jpg
│ │ ├── fj.jpg
│ │ ├── gx.jpg
│ │ ├── gz.jpg
│ │ ├── hainan.jpg
│ │ ├── jiangxi.jpg
│ │ ├── sc.jpg
│ │ ├── shanxi.jpg
│ │ ├── sh.jpg
│ │ ├── sx.jpg
│ │ └── zj.jpg
│ ├── GJB
│ │ ├── TZH-FK-03 A.jpg
│ │ ├── TZH-FK-03.jpg
│ │ ├── TZH-FK-04.jpg
│ │ ├── TZH-FK-08.jpg
│ │ ├── TZH-FP-002A.jpg
│ │ ├── TZH-FP-002.jpg
│ │ ├── TZH-FP-005.jpg
│ │ ├── TZH-FP-01.jpg
│ │ ├── TZH-FP-06.jpg
│ │ ├── TZH-FP-07.jpg
│ │ ├── TZH-FP-09.jpg
│ │ ├── TZH-FP-10.jpg
│ │ ├── TZH-FP-11.jpg
│ │ ├── TZH-FP-12.jpg
│ │ ├── TZH-FP-13.jpg
│ │ ├── TZH-FP-14 A.jpg
│ │ ├── TZH-FP-14.jpg
│ │ ├── TZH-FP-15.jpg
│ │ ├── TZH-FP-16.jpg
│ │ ├── TZH-FP-17.jpg
│ │ ├── TZH-FP-18.jpg
│ │ ├── TZH-FP-19.jpg
│ │ ├── TZH-FP-20.jpg
│ │ ├── TZH-FP-21.jpg
│ │ ├── TZH-FP-21M.jpg
│ │ ├── TZH-FP-22.jpg
│ │ ├── TZH-FP-23.jpg
│ │ ├── TZH-FP-25.jpg
│ │ ├── TZH-FP-26A.jpg
│ │ ├── TZH-FP-26E.jpg
│ │ ├── TZH-FP-26.jpg
│ │ ├── TZH-FP-27A.jpg
│ │ ├── TZH-FP-27E.jpg
│ │ └── TZH-FP-27.jpg
│ ├── JPAL
│ │ ├── 001.jpg
│ │ └── sc-huaxiyiy.jpg
│ ├── JPAL01.jpg
│ ├── JPAL02.jpg
│ ├── JPAL03.jpg
│ ├── JPAL04.jpg
│ ├── JPAL05.jpg
│ ├── LXWM.jpg
│ ├── nopic-2.gif
│ ├── QYZZ
│ │ ├── 1-1.jpg
│ │ ├── 1-2.jpg
│ │ ├── 2-1.jpg
│ │ ├── 2-2.jpg
│ │ ├── 3-1.jpg
│ │ ├── 3-2.jpg
│ │ ├── BEIAN01.jpg
│ │ ├── BEIAN02.jpg
│ │ ├── ISO-02.jpg
│ │ ├── JY-01.jpg
│ │ ├── JY-02.jpg
│ │ ├── JY-03.jpg
│ │ ├── JY-04.jpg
│ │ ├── JY-05.jpg
│ │ ├── JY-06.jpg
│ │ ├── JY-07.jpg
│ │ ├── JY-08.jpg
│ │ ├── LVSE.jpg
│ │ ├── TB-BA.jpg
│ │ ├── TB-ISO.jpg
│ │ ├── TB-JYBG.jpg
│ │ ├── TB-LS.jpg
│ │ ├── TB-YZ.jpg
│ │ ├── TB-ZL.jpg
│ │ ├── TSO-01.jpg
│ │ ├── YZJC.jpg
│ │ ├── ZL-01.jpg
│ │ ├── ZL-02.jpg
│ │ ├── ZL-03.jpg
│ │ └── Zl-04.jpg
│ ├── XGT-GJ
│ │ ├── BG-01.jpg
│ │ ├── BG-02.jpg
│ │ ├── BG-03.jpg
│ │ ├── BG-04.jpg
│ │ ├── BG-05.jpg
│ │ ├── BG-06.jpg
│ │ ├── BG-07.jpg
│ │ ├── BG-08.jpg
│ │ ├── FJ-01.jpg
│ │ ├── FJ-02.jpg
│ │ ├── FJ-03.jpg
│ │ ├── HY-01.jpg
│ │ ├── HY-02.jpg
│ │ ├── HY-03.jpg
│ │ ├── HY-04.jpg
│ │ ├── HY-05.jpg
│ │ ├── HY-06.jpg
│ │ ├── MT-01.jpg
│ │ ├── MT-02.jpg
│ │ ├── MT-03.jpg
│ │ ├── MT-04.jpg
│ │ ├── MT-05.jpg
│ │ ├── MT-06.jpg
│ │ ├── MT-07.jpg
│ │ ├── MT-08.jpg
│ │ ├── MT-09.jpg
│ │ ├── MT-10.jpg
│ │ ├── WSJ-01.jpg
│ │ ├── WSJ-02.jpg
│ │ ├── ZD-01.jpg
│ │ ├── ZD-02.jpg
│ │ ├── ZD-03.jpg
│ │ ├── ZD-04.jpg
│ │ └── ZD-05.jpg
│ ├── XGT-JC
│ │ ├── JCDD-01.jpg
│ │ ├── JCDD-02.jpg
│ │ ├── JCDD-03.jpg
│ │ ├── JCDD-04.jpg
│ │ ├── JCDD-05.jpg
│ │ ├── JCDD-06.jpg
│ │ ├── JCDD-07.jpg
│ │ ├── JCDD-08.jpg
│ │ ├── JCDD-09.jpg
│ │ ├── JCDD-10.jpg
│ │ ├── JCDD-11.jpg
│ │ ├── JCDD-12.jpg
│ │ ├── JCDD-13.jpg
│ │ ├── JCDD-14.jpg
│ │ ├── JCDD-15.jpg
│ │ ├── JCDD-16.jpg
│ │ ├── JCDD-17.jpg
│ │ ├── JCDD-18.jpg
│ │ ├── JCDD-19.jpg
│ │ ├── JCDD-20.jpg
│ │ ├── XJCDD-01.jpg
│ │ ├── XJCDD-02.jpg
│ │ ├── XJCDD-03.jpg
│ │ ├── XJCDD-04.jpg
│ │ ├── XJCDD-05.jpg
│ │ ├── XJCDD-06.jpg
│ │ ├── XJCDD-07.jpg
│ │ ├── XJCDD-08.jpg
│ │ ├── XJCDD-09.jpg
│ │ ├── XJCDD-10.jpg
│ │ ├── XJCDD-11.jpg
│ │ ├── XJCDD-12.jpg
│ │ ├── XJCDD-13.jpg
│ │ ├── XJCDD-14.jpg
│ │ ├── XJCDD-15.jpg
│ │ ├── XJCDD-16.jpg
│ │ ├── XJCDD-17.jpg
│ │ └── XJCDD-18.jpg
│ ├── XGT-TB
│ │ ├── TB-BG-01.jpg
│ │ ├── TB-BG-02.jpg
│ │ ├── TB-BG-03.jpg
│ │ ├── TB-BG-04.jpg
│ │ ├── TB-BG-05.jpg
│ │ ├── TB-BG-06.jpg
│ │ ├── TB-BG-07.jpg
│ │ ├── TB-BG-08.jpg
│ │ ├── TB-FJ-01.jpg
│ │ ├── TB-FJ-02.jpg
│ │ ├── TB-FJ-03.jpg
│ │ ├── TB-HY-01.jpg
│ │ ├── TB-HY-02.jpg
│ │ ├── TB-HY-03.jpg
│ │ ├── TB-HY-04.jpg
│ │ ├── TB-HY-05.jpg
│ │ ├── TB-HY-06.jpg
│ │ ├── TB-JCDD-01.jpg
│ │ ├── TB-JCDD-02.jpg
│ │ ├── TB-JCDD-03.jpg
│ │ ├── TB-JCDD-04.jpg
│ │ ├── TB-JCDD-05.jpg
│ │ ├── TB-JCDD-06.jpg
│ │ ├── TB-JCDD-07.jpg
│ │ ├── TB-JCDD-08.jpg
│ │ ├── TB-JCDD-09.jpg
│ │ ├── TB-JCDD-10.jpg
│ │ ├── TB-JCDD-11.jpg
│ │ ├── TB-JCDD-12.jpg
│ │ ├── TB-JCDD-13.jpg
│ │ ├── TB-JCDD-14.jpg
│ │ ├── TB-JCDD-15.jpg
│ │ ├── TB-JCDD-16.jpg
│ │ ├── TB-JCDD-17.jpg
│ │ ├── TB-JCDD-18.jpg
│ │ ├── TB-JCDD-19.jpg
│ │ ├── TB-JCDD-20.jpg
│ │ ├── TB-MT-01.jpg
│ │ ├── TB-MT-02.jpg
│ │ ├── TB-MT-03.jpg
│ │ ├── TB-MT-04.jpg
│ │ ├── TB-MT-05.jpg
│ │ ├── TB-MT-06.jpg
│ │ ├── TB-MT-07.jpg
│ │ ├── TB-MT-08.jpg
│ │ ├── TB-MT-09.jpg
│ │ ├── TB-MT-10.jpg
│ │ ├── TB-WSJ-01.jpg
│ │ ├── TB-WSJ-02.jpg
│ │ ├── TB-XJCDD-01.jpg
│ │ ├── TB-XJCDD-02.jpg
│ │ ├── TB-XJCDD-03.jpg
│ │ ├── TB-XJCDD-04.jpg
│ │ ├── TB-XJCDD-05.jpg
│ │ ├── TB-XJCDD-06.jpg
│ │ ├── TB-XJCDD-07.jpg
│ │ ├── TB-XJCDD-08.jpg
│ │ ├── TB-XJCDD-09.jpg
│ │ ├── TB-XJCDD-10.jpg
│ │ ├── TB-XJCDD-11.jpg
│ │ ├── TB-XJCDD-12.jpg
│ │ ├── TB-XJCDD-13.jpg
│ │ ├── TB-XJCDD-14.jpg
│ │ ├── TB-XJCDD-15.jpg
│ │ ├── TB-XJCDD-16.jpg
│ │ ├── TB-XJCDD-17.jpg
│ │ ├── TB-XJCDD-18.jpg
│ │ ├── TB-ZD-01.jpg
│ │ ├── TB-ZD-02.jpg
│ │ ├── TB-ZD-03.jpg
│ │ ├── TB-ZD-04.jpg
│ │ └── TB-ZD-05.jpg
│ ├── XT
│ │ ├── TZH-FK-03.png
│ │ ├── TZH-FK-04.png
│ │ ├── TZH-FK-08.png
│ │ ├── TZH-FK-21m.png
│ │ ├── TZH-FK-21.png
│ │ ├── TZH-FK-22.png
│ │ ├── TZH-FP-01.png
│ │ ├── TZH-FP-02.png
│ │ ├── TZH-FP-05.png
│ │ ├── TZH-FP-07.png
│ │ ├── TZH-FP-09.png
│ │ ├── TZH-FP-10.png
│ │ ├── TZH-FP-11.png
│ │ ├── TZH-FP-12.png
│ │ ├── TZH-FP-13.png
│ │ ├── TZH-FP-14.png
│ │ ├── TZH-FP-15.png
│ │ ├── TZH-FP-16.png
│ │ ├── TZH-FP-17.png
│ │ ├── TZH-FP-18.png
│ │ ├── TZH-FP-19.png
│ │ ├── TZH-FP-20.png
│ │ ├── TZH-FP-23.png
│ │ ├── TZH-FP-25.png
│ │ ├── TZH-FP-26.png
│ │ └── TZH-FP-27.png
│ └── YRJZ.jpg
├── user
│ ├── about1.aspx
│ ├── about1.aspx.cs
│ ├── aboutAdd.aspx
│ ├── aboutAdd.aspx.cs
│ ├── aboutxx.aspx
│ ├── aboutxx.aspx.cs
│ ├── Addabout1.aspx
│ ├── Addabout1.aspx.cs
│ ├── Addcareeas.aspx
│ ├── Addcareeas.aspx.cs
│ ├── Addcustomer1.aspx
│ ├── Addcustomer1.aspx.cs
│ ├── Addcustomer.aspx
│ ├── Addcustomer.aspx.cs
│ ├── Adddaili.aspx
│ ├── Adddaili.aspx.cs
│ ├── Addgongcheng1.aspx
│ ├── Addgongcheng1.aspx.cs
│ ├── Addgongcheng2.aspx
│ ├── Addgongcheng2.aspx.cs
│ ├── Addgongcheng.aspx
│ ├── Addgongcheng.aspx.cs
│ ├── Addjishu.aspx
│ ├── Addjishu.aspx.cs
│ ├── Addnews.aspx
│ ├── Addnews.aspx.cs
│ ├── Addpro.aspx
│ ├── Addpro.aspx.cs
│ ├── book.aspx
│ ├── book.aspx.cs
│ ├── dailixx.aspx
│ ├── dailixx.aspx.cs
│ ├── Editbout1.aspx
│ ├── Editbout1.aspx.cs
│ ├── Editcustomer.aspx
│ ├── Editcustomer.aspx.cs
│ ├── Editdaili.aspx
│ ├── Editdaili.aspx.cs
│ ├── Editgongcheng.aspx
│ ├── Editgongcheng.aspx.cs
│ ├── Editgongchengxx.aspx
│ ├── Editgongchengxx.aspx.cs
│ ├── Edituser.aspx
│ ├── Edituser.aspx.cs
│ ├── gsclass.aspx
│ ├── gsclass.aspx.cs
│ ├── images.aspx
│ ├── images.aspx.cs
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── jishu.aspx
│ ├── jishu.aspx.cs
│ ├── left.aspx
│ ├── left.aspx.cs
│ ├── link.aspx
│ ├── link.aspx.cs
│ ├── main.aspx
│ ├── main.aspx.cs
│ ├── message.aspx
│ ├── message.aspx.cs
│ ├── newsclass.aspx
│ ├── newsclass.aspx.cs
│ ├── newscontent.aspx
│ ├── newscontent.aspx.cs
│ ├── productclass.aspx
│ ├── productclass.aspx.cs
│ ├── productEdit.aspx
│ ├── productEdit.aspx.cs
│ ├── productleibei.aspx
│ ├── productleibei.aspx.cs
│ ├── qq.aspx
│ ├── qq.aspx.cs
│ ├── wanzhan.aspx
│ ├── wanzhan.aspx.cs
│ └── welcome.htm
├── web.config
├── WebUserControl
│ ├── foot.ascx
│ ├── foot.ascx.cs
│ ├── left.ascx
│ ├── left.ascx.cs
│ ├── top.ascx
│ └── top.ascx.cs
├── yntzh.sln
├── yntzh.suo
├── zhaopin.aspx
├── zhaopin.aspx.cs
└── 说明.txt
55 directories, 1158 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论