实例介绍
集成了WEB内网管理,商城,网站,微信端,安卓端,供应商自管理中心,客户自管理中心的易飞辅助
【实例截图】
【核心代码】
ade26f85-4337-4a8b-929c-f3f3370a9486
├── PC端
│ └── YFWIN_1.rar
├── PLUS.BAK
├── WEB端
│ ├── Areas
│ │ ├── Customer
│ │ │ └── Views
│ │ │ ├── Ccar
│ │ │ │ └── Index.cshtml
│ │ │ ├── COP
│ │ │ │ ├── Bind.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── NoOpen.cshtml
│ │ │ │ └── Register.cshtml
│ │ │ ├── COrder
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── NoAllowOrder.cshtml
│ │ │ │ ├── Partial_COPTH.cshtml
│ │ │ │ └── Partial_WebOrder.cshtml
│ │ │ ├── CPartial
│ │ │ │ ├── COPprogress.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── inv.cshtml
│ │ │ │ └── OrderList.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── _LayoutPage.cshtml
│ │ │ │ ├── Login.cshtml
│ │ │ │ └── _PartialLeftMenu.cshtml
│ │ │ ├── Statement
│ │ │ │ └── Index.cshtml
│ │ │ └── Web.config
│ │ ├── lan
│ │ │ └── Views
│ │ │ ├── Employee
│ │ │ │ ├── Detail.cshtml
│ │ │ │ ├── edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── KB
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── _PartialKB.cshtml
│ │ │ │ └── sale.cshtml
│ │ │ ├── Know
│ │ │ │ ├── Add.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── LanPartial
│ │ │ │ ├── file.cshtml
│ │ │ │ ├── fileDown.cshtml
│ │ │ │ └── Partial_COPTG.cshtml
│ │ │ ├── LBom
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Invma.cshtml
│ │ │ │ ├── Partial_Bom.cshtml
│ │ │ │ ├── Partial_INVMBDetail.cshtml
│ │ │ │ └── Partial_INVMBINFO.cshtml
│ │ │ ├── LCOP
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Partial_COPMF.cshtml
│ │ │ │ ├── Partial_COPTD.cshtml
│ │ │ │ ├── Partial_COPTH.cshtml
│ │ │ │ ├── Partial_MOCTA.cshtml
│ │ │ │ ├── Partial_PURTD.cshtml
│ │ │ │ └── Partial_SFCTA.cshtml
│ │ │ ├── LHome
│ │ │ │ └── Index.cshtml
│ │ │ ├── LInv
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Partial_INVMF.cshtml
│ │ │ │ ├── Partial_INVML.cshtml
│ │ │ │ └── Partial_inv_n.cshtml
│ │ │ ├── LMoc
│ │ │ │ └── Index.cshtml
│ │ │ ├── LSFC
│ │ │ │ └── Index.cshtml
│ │ │ ├── Notice
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Detail.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── OA
│ │ │ │ └── Index.cshtml
│ │ │ ├── Review
│ │ │ │ ├── OrderAddReview.cshtml
│ │ │ │ └── ProductAddReview.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── _LayoutLogin.cshtml
│ │ │ │ ├── _LayoutPage.cshtml
│ │ │ │ ├── _Partial_bom_LeftMenu.cshtml
│ │ │ │ ├── _Partial_inv_LeftMenu.cshtml
│ │ │ │ ├── _Partial_kb_LeftMenu.cshtml
│ │ │ │ ├── _PartialLeftMenu.cshtml
│ │ │ │ ├── _Partial_oa_LeftMenu.cshtml
│ │ │ │ └── _Partial_sale_LeftMenu.cshtml
│ │ │ ├── User
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── login.cshtml
│ │ │ │ ├── order_by_day.cshtml
│ │ │ │ └── order_for_moc_day.cshtml
│ │ │ └── Web.config
│ │ ├── Manage
│ │ │ └── Views
│ │ │ ├── Admin
│ │ │ │ ├── CarouselAdd.cshtml
│ │ │ │ ├── Carousel.cshtml
│ │ │ │ ├── Carouseledit.cshtml
│ │ │ │ ├── Company.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Login.cshtml
│ │ │ ├── ContactManage
│ │ │ │ └── Index.cshtml
│ │ │ ├── INVMBList
│ │ │ │ └── Index.cshtml
│ │ │ ├── NewsManage
│ │ │ │ ├── Create.cshtml
│ │ │ │ ├── edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── PassWord
│ │ │ │ └── Index.cshtml
│ │ │ ├── Product
│ │ │ │ ├── Add.cshtml
│ │ │ │ ├── Edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── QcManage
│ │ │ │ └── Index.cshtml
│ │ │ ├── Shared
│ │ │ │ └── _LayoutPage.cshtml
│ │ │ ├── Web.config
│ │ │ ├── WebOrder
│ │ │ │ ├── COPTCSET.cshtml
│ │ │ │ ├── COPTDSET.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Partial_WebOrder.cshtml
│ │ │ ├── WebUser
│ │ │ │ ├── CUser.cshtml
│ │ │ │ └── PUser.cshtml
│ │ │ └── WeiXin
│ │ │ └── Index.cshtml
│ │ ├── mobile
│ │ │ └── Views
│ │ │ ├── About
│ │ │ │ └── Index.cshtml
│ │ │ ├── bind
│ │ │ │ ├── error.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── coptd
│ │ │ │ └── Index.cshtml
│ │ │ ├── invmc
│ │ │ │ └── Index.cshtml
│ │ │ ├── Mall
│ │ │ │ └── Index.cshtml
│ │ │ ├── MHome
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Login.cshtml
│ │ │ ├── mocta
│ │ │ │ └── Index.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── _LayoutBootMobile.cshtml
│ │ │ │ └── _LayoutMobilePage.cshtml
│ │ │ ├── Shopcar
│ │ │ │ └── Index.cshtml
│ │ │ └── Web.config
│ │ ├── Supplier
│ │ │ └── Views
│ │ │ ├── Acrtk
│ │ │ │ └── Index.cshtml
│ │ │ ├── inquiry
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── purtpAdd.cshtml
│ │ │ ├── Pur
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Login.cshtml
│ │ │ │ └── Register.cshtml
│ │ │ ├── Purtd
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── NoFinish.cshtml
│ │ │ ├── Purth
│ │ │ │ └── Index.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── _LayoutPage.cshtml
│ │ │ │ └── _PartialLeftMenu.cshtml
│ │ │ └── Web.config
│ │ ├── weixin
│ │ │ └── Views
│ │ │ └── Web.config
│ │ └── yfs
│ │ └── Views
│ │ └── Web.config
│ ├── bin
│ │ ├── Antlr3.Runtime.dll
│ │ ├── EntityFramework.dll
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── PlusDataModels.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.Formatting.dll
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Web.Http.dll
│ │ ├── System.Web.Http.WebHost.dll
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Optimization.dll
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── ViewModels.dll
│ │ ├── WebGrease.dll
│ │ ├── YfDataModel.dll
│ │ ├── YfPlus.dll
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ ├── System.Net.Http.Formatting.resources.dll
│ │ ├── System.Net.Http.resources.dll
│ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ ├── System.Web.Http.resources.dll
│ │ ├── System.Web.Http.WebHost.resources.dll
│ │ ├── System.Web.Mvc.resources.dll
│ │ ├── System.Web.Optimization.resources.dll
│ │ ├── System.Web.Providers.resources.dll
│ │ ├── System.Web.Razor.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ └── System.Web.WebPages.resources.dll
│ ├── Content
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.css.map
│ │ ├── CustomerCSS
│ │ │ ├── metro-bootstrap.css
│ │ │ ├── signin.css
│ │ │ └── theme.css
│ │ ├── dhtmlxgantt
│ │ │ ├── dhtmlxgantt_broadway.css
│ │ │ ├── dhtmlxgantt.css
│ │ │ ├── dhtmlxgantt_meadow.css
│ │ │ └── dhtmlxgantt_skyblue.css
│ │ ├── images
│ │ │ ├── ajax-loader.gif
│ │ │ ├── ajax-loader.png
│ │ │ ├── icons-18-black.png
│ │ │ ├── icons-18-white.png
│ │ │ ├── icons-36-black.png
│ │ │ ├── icons-36-white.png
│ │ │ ├── icons-png
│ │ │ │ ├── action-black.png
│ │ │ │ ├── action-white.png
│ │ │ │ ├── alert-black.png
│ │ │ │ ├── alert-white.png
│ │ │ │ ├── arrow-d-black.png
│ │ │ │ ├── arrow-d-l-black.png
│ │ │ │ ├── arrow-d-l-white.png
│ │ │ │ ├── arrow-d-r-black.png
│ │ │ │ ├── arrow-d-r-white.png
│ │ │ │ ├── arrow-d-white.png
│ │ │ │ ├── arrow-l-black.png
│ │ │ │ ├── arrow-l-white.png
│ │ │ │ ├── arrow-r-black.png
│ │ │ │ ├── arrow-r-white.png
│ │ │ │ ├── arrow-u-black.png
│ │ │ │ ├── arrow-u-l-black.png
│ │ │ │ ├── arrow-u-l-white.png
│ │ │ │ ├── arrow-u-r-black.png
│ │ │ │ ├── arrow-u-r-white.png
│ │ │ │ ├── arrow-u-white.png
│ │ │ │ ├── audio-black.png
│ │ │ │ ├── audio-white.png
│ │ │ │ ├── back-black.png
│ │ │ │ ├── back-white.png
│ │ │ │ ├── bars-black.png
│ │ │ │ ├── bars-white.png
│ │ │ │ ├── bullets-black.png
│ │ │ │ ├── bullets-white.png
│ │ │ │ ├── calendar-black.png
│ │ │ │ ├── calendar-white.png
│ │ │ │ ├── camera-black.png
│ │ │ │ ├── camera-white.png
│ │ │ │ ├── carat-d-black.png
│ │ │ │ ├── carat-d-white.png
│ │ │ │ ├── carat-l-black.png
│ │ │ │ ├── carat-l-white.png
│ │ │ │ ├── carat-r-black.png
│ │ │ │ ├── carat-r-white.png
│ │ │ │ ├── carat-u-black.png
│ │ │ │ ├── carat-u-white.png
│ │ │ │ ├── check-black.png
│ │ │ │ ├── check-white.png
│ │ │ │ ├── clock-black.png
│ │ │ │ ├── clock-white.png
│ │ │ │ ├── cloud-black.png
│ │ │ │ ├── cloud-white.png
│ │ │ │ ├── comment-black.png
│ │ │ │ ├── comment-white.png
│ │ │ │ ├── delete-black.png
│ │ │ │ ├── delete-white.png
│ │ │ │ ├── edit-black.png
│ │ │ │ ├── edit-white.png
│ │ │ │ ├── eye-black.png
│ │ │ │ ├── eye-white.png
│ │ │ │ ├── forbidden-black.png
│ │ │ │ ├── forbidden-white.png
│ │ │ │ ├── forward-black.png
│ │ │ │ ├── forward-white.png
│ │ │ │ ├── gear-black.png
│ │ │ │ ├── gear-white.png
│ │ │ │ ├── grid-black.png
│ │ │ │ ├── grid-white.png
│ │ │ │ ├── heart-black.png
│ │ │ │ ├── heart-white.png
│ │ │ │ ├── home-black.png
│ │ │ │ ├── home-white.png
│ │ │ │ ├── info-black.png
│ │ │ │ ├── info-white.png
│ │ │ │ ├── location-black.png
│ │ │ │ ├── location-white.png
│ │ │ │ ├── lock-black.png
│ │ │ │ ├── lock-white.png
│ │ │ │ ├── mail-black.png
│ │ │ │ ├── mail-white.png
│ │ │ │ ├── minus-black.png
│ │ │ │ ├── minus-white.png
│ │ │ │ ├── navigation-black.png
│ │ │ │ ├── navigation-white.png
│ │ │ │ ├── phone-black.png
│ │ │ │ ├── phone-white.png
│ │ │ │ ├── plus-black.png
│ │ │ │ ├── plus-white.png
│ │ │ │ ├── power-black.png
│ │ │ │ ├── power-white.png
│ │ │ │ ├── recycle-black.png
│ │ │ │ ├── recycle-white.png
│ │ │ │ ├── refresh-black.png
│ │ │ │ ├── refresh-white.png
│ │ │ │ ├── search-black.png
│ │ │ │ ├── search-white.png
│ │ │ │ ├── shop-black.png
│ │ │ │ ├── shop-white.png
│ │ │ │ ├── star-black.png
│ │ │ │ ├── star-white.png
│ │ │ │ ├── tag-black.png
│ │ │ │ ├── tag-white.png
│ │ │ │ ├── user-black.png
│ │ │ │ ├── user-white.png
│ │ │ │ ├── video-black.png
│ │ │ │ └── video-white.png
│ │ │ └── icons-svg
│ │ │ ├── action-black.svg
│ │ │ ├── action-white.svg
│ │ │ ├── alert-black.svg
│ │ │ ├── alert-white.svg
│ │ │ ├── arrow-d-black.svg
│ │ │ ├── arrow-d-l-black.svg
│ │ │ ├── arrow-d-l-white.svg
│ │ │ ├── arrow-d-r-black.svg
│ │ │ ├── arrow-d-r-white.svg
│ │ │ ├── arrow-d-white.svg
│ │ │ ├── arrow-l-black.svg
│ │ │ ├── arrow-l-white.svg
│ │ │ ├── arrow-r-black.svg
│ │ │ ├── arrow-r-white.svg
│ │ │ ├── arrow-u-black.svg
│ │ │ ├── arrow-u-l-black.svg
│ │ │ ├── arrow-u-l-white.svg
│ │ │ ├── arrow-u-r-black.svg
│ │ │ ├── arrow-u-r-white.svg
│ │ │ ├── arrow-u-white.svg
│ │ │ ├── audio-black.svg
│ │ │ ├── audio-white.svg
│ │ │ ├── back-black.svg
│ │ │ ├── back-white.svg
│ │ │ ├── bars-black.svg
│ │ │ ├── bars-white.svg
│ │ │ ├── bullets-black.svg
│ │ │ ├── bullets-white.svg
│ │ │ ├── calendar-black.svg
│ │ │ ├── calendar-white.svg
│ │ │ ├── camera-black.svg
│ │ │ ├── camera-white.svg
│ │ │ ├── carat-d-black.svg
│ │ │ ├── carat-d-white.svg
│ │ │ ├── carat-l-black.svg
│ │ │ ├── carat-l-white.svg
│ │ │ ├── carat-r-black.svg
│ │ │ ├── carat-r-white.svg
│ │ │ ├── carat-u-black.svg
│ │ │ ├── carat-u-white.svg
│ │ │ ├── check-black.svg
│ │ │ ├── check-white.svg
│ │ │ ├── clock-black.svg
│ │ │ ├── clock-white.svg
│ │ │ ├── cloud-black.svg
│ │ │ ├── cloud-white.svg
│ │ │ ├── comment-black.svg
│ │ │ ├── comment-white.svg
│ │ │ ├── delete-black.svg
│ │ │ ├── delete-white.svg
│ │ │ ├── edit-black.svg
│ │ │ ├── edit-white.svg
│ │ │ ├── eye-black.svg
│ │ │ ├── eye-white.svg
│ │ │ ├── forbidden-black.svg
│ │ │ ├── forbidden-white.svg
│ │ │ ├── forward-black.svg
│ │ │ ├── forward-white.svg
│ │ │ ├── gear-black.svg
│ │ │ ├── gear-white.svg
│ │ │ ├── grid-black.svg
│ │ │ ├── grid-white.svg
│ │ │ ├── heart-black.svg
│ │ │ ├── heart-white.svg
│ │ │ ├── home-black.svg
│ │ │ ├── home-white.svg
│ │ │ ├── info-black.svg
│ │ │ ├── info-white.svg
│ │ │ ├── location-black.svg
│ │ │ ├── location-white.svg
│ │ │ ├── lock-black.svg
│ │ │ ├── lock-white.svg
│ │ │ ├── mail-black.svg
│ │ │ ├── mail-white.svg
│ │ │ ├── minus-black.svg
│ │ │ ├── minus-white.svg
│ │ │ ├── navigation-black.svg
│ │ │ ├── navigation-white.svg
│ │ │ ├── phone-black.svg
│ │ │ ├── phone-white.svg
│ │ │ ├── plus-black.svg
│ │ │ ├── plus-white.svg
│ │ │ ├── power-black.svg
│ │ │ ├── power-white.svg
│ │ │ ├── recycle-black.svg
│ │ │ ├── recycle-white.svg
│ │ │ ├── refresh-black.svg
│ │ │ ├── refresh-white.svg
│ │ │ ├── search-black.svg
│ │ │ ├── search-white.svg
│ │ │ ├── shop-black.svg
│ │ │ ├── shop-white.svg
│ │ │ ├── star-black.svg
│ │ │ ├── star-white.svg
│ │ │ ├── tag-black.svg
│ │ │ ├── tag-white.svg
│ │ │ ├── user-black.svg
│ │ │ ├── user-white.svg
│ │ │ ├── video-black.svg
│ │ │ └── video-white.svg
│ │ ├── JQGrid
│ │ │ └── ui.jqgrid.css
│ │ ├── jquery.mobile-1.4.2.css
│ │ ├── jquery.mobile.external-png-1.4.2.css
│ │ ├── jquery.mobile.external-png-1.4.2.min.css
│ │ ├── jquery.mobile.icons-1.4.2.css
│ │ ├── jquery.mobile.icons-1.4.2.min.css
│ │ ├── jquery.mobile.inline-png-1.4.2.css
│ │ ├── jquery.mobile.inline-png-1.4.2.min.css
│ │ ├── jquery.mobile.inline-svg-1.4.2.css
│ │ ├── jquery.mobile.inline-svg-1.4.2.min.css
│ │ ├── jquery.mobile.structure-1.4.2.css
│ │ ├── jquery.mobile.structure-1.4.2.min.css
│ │ ├── jquery.mobile.theme-1.4.2.css
│ │ ├── jquery.mobile.theme-1.4.2.min.css
│ │ └── themes
│ │ └── base
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.css
│ │ ├── jquery.ui.all.css
│ │ ├── jquery.ui.autocomplete.css
│ │ ├── jquery.ui.base.css
│ │ ├── jquery.ui.button.css
│ │ ├── jquery.ui.core.css
│ │ ├── jquery-ui.css
│ │ ├── jquery.ui.datepicker.css
│ │ ├── jquery.ui.dialog.css
│ │ ├── jquery.ui.progressbar.css
│ │ ├── jquery.ui.resizable.css
│ │ ├── jquery.ui.selectable.css
│ │ ├── jquery.ui.slider.css
│ │ ├── jquery.ui.tabs.css
│ │ ├── jquery.ui.theme.css
│ │ └── minified
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.min.css
│ │ ├── jquery.ui.autocomplete.min.css
│ │ ├── jquery.ui.button.min.css
│ │ ├── jquery.ui.core.min.css
│ │ ├── jquery.ui.datepicker.min.css
│ │ ├── jquery.ui.dialog.min.css
│ │ ├── jquery-ui.min.css
│ │ ├── jquery.ui.progressbar.min.css
│ │ ├── jquery.ui.resizable.min.css
│ │ ├── jquery.ui.selectable.min.css
│ │ ├── jquery.ui.slider.min.css
│ │ ├── jquery.ui.tabs.min.css
│ │ └── jquery.ui.theme.min.css
│ ├── down
│ │ └── yfhelper.apk
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ └── glyphicons-halflings-regular.woff
│ ├── Global.asax
│ ├── Images
│ │ ├── 12.jpg
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── about.png
│ │ ├── home.png
│ │ ├── news.png
│ │ ├── qc.jpg
│ │ └── waiting.gif
│ ├── packages.config
│ ├── Report
│ │ └── Report.aspx
│ ├── Scripts
│ │ ├── bootstrap.js
│ │ ├── CustomerJS
│ │ │ ├── html5shiv.min.js
│ │ │ ├── ie10-viewport-bug-workaround.js
│ │ │ ├── ie8-responsive-file-warning.js
│ │ │ ├── ie-emulation-modes-warning.js
│ │ │ ├── Plus.js
│ │ │ ├── respond.min.js
│ │ │ └── web.js
│ │ ├── dhtmlxgantt
│ │ │ ├── dhtmlxgantt.js
│ │ │ ├── ext
│ │ │ │ ├── dhtmlxgantt_quick_info.js
│ │ │ │ └── dhtmlxgantt_tooltip.js
│ │ │ └── locale
│ │ │ ├── locale_ar.js
│ │ │ ├── locale_be.js
│ │ │ ├── locale_ca.js
│ │ │ ├── locale_cn.js
│ │ │ ├── locale_cs.js
│ │ │ ├── locale_da.js
│ │ │ ├── locale_de.js
│ │ │ ├── locale_el.js
│ │ │ ├── locale_es.js
│ │ │ ├── locale_fi.js
│ │ │ ├── locale_fr.js
│ │ │ ├── locale_he.js
│ │ │ ├── locale_hu.js
│ │ │ ├── locale_id.js
│ │ │ ├── locale_it.js
│ │ │ ├── locale_jp.js
│ │ │ ├── locale.js
│ │ │ ├── locale_nb.js
│ │ │ ├── locale_nl.js
│ │ │ ├── locale_no.js
│ │ │ ├── locale_pl.js
│ │ │ ├── locale_pt.js
│ │ │ ├── locale_ro.js
│ │ │ ├── locale_ru.js
│ │ │ ├── locale_si.js
│ │ │ ├── locale_sk.js
│ │ │ ├── locale_sv.js
│ │ │ ├── locale_tr.js
│ │ │ └── locale_ua.js
│ │ ├── echarts
│ │ │ ├── build.bat
│ │ │ ├── build.js
│ │ │ ├── build.sh
│ │ │ ├── config-tpl.js
│ │ │ ├── echarts.js
│ │ │ ├── echarts-map.js
│ │ │ ├── echarts-original.js
│ │ │ ├── echarts-original-map.js
│ │ │ ├── echarts-plain.js
│ │ │ ├── echarts-plain-map.js
│ │ │ ├── echarts-plain-original.js
│ │ │ ├── echarts-plain-original-map.js
│ │ │ ├── esl.js
│ │ │ ├── r.js
│ │ │ └── wrap
│ │ │ ├── almond.js
│ │ │ ├── end.js
│ │ │ ├── end-map.js
│ │ │ └── start.js
│ │ ├── JQGrid
│ │ │ ├── grid.locale-cn.js
│ │ │ └── jquery.jqGrid.min.js
│ │ ├── jquery-1.9.1.js
│ │ ├── jquery-1.9.1.min.js
│ │ ├── jquery-1.9.1.min.map
│ │ ├── jquery.mobile-1.4.2.js
│ │ ├── jquery.mobile-1.4.2.min.js
│ │ ├── jquery.mobile-1.4.2.min.map
│ │ ├── jquery-ui-1.8.24.js
│ │ ├── jquery-ui-1.8.24.min.js
│ │ ├── jquery.unobtrusive-ajax.js
│ │ ├── jquery.unobtrusive-ajax.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── knockout-2.2.0.debug.js
│ │ ├── knockout-2.2.0.js
│ │ ├── modernizr-2.6.2.js
│ │ ├── Plus.js
│ │ └── _references.js
│ ├── test.html
│ ├── uEditor
│ │ ├── dialogs
│ │ │ ├── anchor
│ │ │ │ └── anchor.html
│ │ │ ├── attachment
│ │ │ │ ├── attachment.css
│ │ │ │ ├── attachment.html
│ │ │ │ ├── attachment.js
│ │ │ │ ├── fileTypeImages
│ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ ├── icon_default.png
│ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ └── icon_xls.gif
│ │ │ │ └── images
│ │ │ │ ├── alignicon.gif
│ │ │ │ ├── alignicon.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── background
│ │ │ │ ├── background.css
│ │ │ │ ├── background.html
│ │ │ │ ├── background.js
│ │ │ │ └── images
│ │ │ │ ├── bg.png
│ │ │ │ └── success.png
│ │ │ ├── charts
│ │ │ │ ├── chart.config.js
│ │ │ │ ├── charts.css
│ │ │ │ ├── charts.html
│ │ │ │ ├── charts.js
│ │ │ │ └── images
│ │ │ │ ├── charts0.png
│ │ │ │ ├── charts1.png
│ │ │ │ ├── charts2.png
│ │ │ │ ├── charts3.png
│ │ │ │ ├── charts4.png
│ │ │ │ └── charts5.png
│ │ │ ├── emotion
│ │ │ │ ├── emotion.css
│ │ │ │ ├── emotion.html
│ │ │ │ ├── emotion.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── bface.gif
│ │ │ │ ├── cface.gif
│ │ │ │ ├── fface.gif
│ │ │ │ ├── jxface2.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── tface.gif
│ │ │ │ ├── wface.gif
│ │ │ │ └── yface.gif
│ │ │ ├── gmap
│ │ │ │ └── gmap.html
│ │ │ ├── help
│ │ │ │ ├── help.css
│ │ │ │ ├── help.html
│ │ │ │ └── help.js
│ │ │ ├── image
│ │ │ │ ├── image.css
│ │ │ │ ├── image.html
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── alignicon.jpg
│ │ │ │ ├── bg.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── progress.png
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── insertframe
│ │ │ │ └── insertframe.html
│ │ │ ├── internal.js
│ │ │ ├── link
│ │ │ │ └── link.html
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── show.html
│ │ │ ├── music
│ │ │ │ ├── music.css
│ │ │ │ ├── music.html
│ │ │ │ └── music.js
│ │ │ ├── preview
│ │ │ │ └── preview.html
│ │ │ ├── scrawl
│ │ │ │ ├── images
│ │ │ │ │ ├── addimg.png
│ │ │ │ │ ├── brush.png
│ │ │ │ │ ├── delimgH.png
│ │ │ │ │ ├── delimg.png
│ │ │ │ │ ├── emptyH.png
│ │ │ │ │ ├── empty.png
│ │ │ │ │ ├── eraser.png
│ │ │ │ │ ├── redoH.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── scaleH.png
│ │ │ │ │ ├── scale.png
│ │ │ │ │ ├── size.png
│ │ │ │ │ ├── undoH.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── scrawl.css
│ │ │ │ ├── scrawl.html
│ │ │ │ └── scrawl.js
│ │ │ ├── searchreplace
│ │ │ │ ├── searchreplace.html
│ │ │ │ └── searchreplace.js
│ │ │ ├── snapscreen
│ │ │ │ └── snapscreen.html
│ │ │ ├── spechars
│ │ │ │ ├── spechars.html
│ │ │ │ └── spechars.js
│ │ │ ├── table
│ │ │ │ ├── dragicon.png
│ │ │ │ ├── edittable.css
│ │ │ │ ├── edittable.html
│ │ │ │ ├── edittable.js
│ │ │ │ ├── edittd.html
│ │ │ │ └── edittip.html
│ │ │ ├── template
│ │ │ │ ├── config.js
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── pre0.png
│ │ │ │ │ ├── pre1.png
│ │ │ │ │ ├── pre2.png
│ │ │ │ │ ├── pre3.png
│ │ │ │ │ └── pre4.png
│ │ │ │ ├── template.css
│ │ │ │ ├── template.html
│ │ │ │ └── template.js
│ │ │ ├── video
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ ├── file-icons.png
│ │ │ │ │ ├── icons.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ ├── success.gif
│ │ │ │ │ └── success.png
│ │ │ │ ├── video.css
│ │ │ │ ├── video.html
│ │ │ │ └── video.js
│ │ │ ├── webapp
│ │ │ │ └── webapp.html
│ │ │ └── wordimage
│ │ │ ├── fClipboard_ueditor.swf
│ │ │ ├── imageUploader.swf
│ │ │ ├── tangram.js
│ │ │ ├── wordimage.html
│ │ │ └── wordimage.js
│ │ ├── index.html
│ │ ├── lang
│ │ │ ├── en
│ │ │ │ ├── en.js
│ │ │ │ └── images
│ │ │ │ ├── addimage.png
│ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ ├── background.png
│ │ │ │ ├── button.png
│ │ │ │ ├── copy.png
│ │ │ │ ├── deletedisable.png
│ │ │ │ ├── deleteenable.png
│ │ │ │ ├── listbackground.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ ├── rotateleftdisable.png
│ │ │ │ ├── rotateleftenable.png
│ │ │ │ ├── rotaterightdisable.png
│ │ │ │ ├── rotaterightenable.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn
│ │ │ ├── images
│ │ │ │ ├── copy.png
│ │ │ │ ├── localimage.png
│ │ │ │ ├── music.png
│ │ │ │ └── upload.png
│ │ │ └── zh-cn.js
│ │ ├── net
│ │ │ ├── Bin
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── config.json
│ │ │ ├── controller.ashx
│ │ │ ├── controllerP.ashx
│ │ │ ├── net.sln
│ │ │ ├── README.md
│ │ │ ├── upload
│ │ │ │ ├── file
│ │ │ │ │ ├── 20140716
│ │ │ │ │ │ └── 6354112295042819412152730.txt
│ │ │ │ │ └── 20140722
│ │ │ │ │ ├── 6354162066290891536979603.jpg
│ │ │ │ │ ├── 6354162087464202572476423.jpg
│ │ │ │ │ ├── 6354162283483614247682457.jpg
│ │ │ │ │ ├── 6354163763178547958746608.jpg
│ │ │ │ │ └── 6354164179797077171631414.pptx
│ │ │ │ └── image
│ │ │ │ ├── 20140708
│ │ │ │ │ ├── 6354041434382022369694675.jpg
│ │ │ │ │ ├── 6354041655657578606220423.jpg
│ │ │ │ │ ├── 6354041739750388431382778.jpg
│ │ │ │ │ ├── 6354041742744859707529873.jpg
│ │ │ │ │ ├── 6354041752996746088726081.jpg
│ │ │ │ │ ├── 6354041757421899189992834.jpg
│ │ │ │ │ ├── 6354041761290520466307832.jpg
│ │ │ │ │ ├── 6354041768599838529325693.jpg
│ │ │ │ │ ├── 6354041773875940301761882.jpg
│ │ │ │ │ ├── 6354041779076637766299784.png
│ │ │ │ │ ├── 6354041787886641679647855.jpg
│ │ │ │ │ ├── 6354041809356369669362356.jpg
│ │ │ │ │ ├── 6354041811084968531456358.jpg
│ │ │ │ │ ├── 6354041856339956973956235.jpg
│ │ │ │ │ ├── 6354041866734851538046130.jpg
│ │ │ │ │ ├── 6354041885155005106942960.jpg
│ │ │ │ │ ├── 6354041886423077636225299.jpg
│ │ │ │ │ ├── 6354041898574372649622815.jpg
│ │ │ │ │ └── 6354042070541808627796074.jpg
│ │ │ │ ├── 20140712
│ │ │ │ │ ├── 6354077693924473665049206.jpg
│ │ │ │ │ ├── 6354077713683403809911510.jpg
│ │ │ │ │ ├── 6354079161691425131722970.jpg
│ │ │ │ │ ├── 6354079258251148034971571.jpg
│ │ │ │ │ ├── 6354079297538295124648307.png
│ │ │ │ │ ├── 6354079357242910038847353.jpg
│ │ │ │ │ ├── 6354079361039127164249971.jpg
│ │ │ │ │ ├── 6354079365443679095045675.jpg
│ │ │ │ │ ├── 6354079371579730052921289.jpg
│ │ │ │ │ ├── 6354079374661306312236660.jpg
│ │ │ │ │ ├── 6354079381546500128399048.jpg
│ │ │ │ │ ├── 6354079442593291792320231.jpg
│ │ │ │ │ ├── 6354079442597792057306138.jpg
│ │ │ │ │ ├── 6354079442608492666805372.jpg
│ │ │ │ │ ├── 6354079442612992924263862.jpg
│ │ │ │ │ ├── 6354079442628993847276421.jpg
│ │ │ │ │ ├── 6354079442633194089033083.jpg
│ │ │ │ │ ├── 6354079442643594674234144.jpg
│ │ │ │ │ ├── 6354079442646294835990807.jpg
│ │ │ │ │ ├── 6354079442648394954518224.jpg
│ │ │ │ │ ├── 6354079442653395239504132.jpg
│ │ │ │ │ ├── 6354079442807704061828126.png
│ │ │ │ │ ├── 6354079442811304262112206.jpg
│ │ │ │ │ ├── 6354079442820704803084022.jpg
│ │ │ │ │ ├── 6354079442832205462583255.jpg
│ │ │ │ │ ├── 6354079442836105684339918.jpg
│ │ │ │ │ ├── 6354079442843106082082489.jpg
│ │ │ │ │ ├── 6354079442845806248540979.jpg
│ │ │ │ │ ├── 6354079442857506918040212.jpg
│ │ │ │ │ ├── 6354079442868107517539445.jpg
│ │ │ │ │ ├── 6354079442871407709296108.jpg
│ │ │ │ │ ├── 6354079442881908308795341.jpg
│ │ │ │ │ ├── 6354079442885508516253832.jpg
│ │ │ │ │ ├── 6354079442894809042523820.jpg
│ │ │ │ │ ├── 6354079442902609499266390.jpg
│ │ │ │ │ ├── 6354079442906109692023053.jpg
│ │ │ │ │ └── 6354079442909209868481543.jpg
│ │ │ │ ├── 20140713
│ │ │ │ │ └── 6354085633965323671224829.JPG
│ │ │ │ ├── 20140714
│ │ │ │ │ ├── 6354094070623099693102146.jpg
│ │ │ │ │ ├── 6354097635657107979693985.png
│ │ │ │ │ └── 6354097768867427179157890.png
│ │ │ │ ├── 20140715
│ │ │ │ │ ├── 6354102415808006485737799.png
│ │ │ │ │ └── 6354102435900655729301391.png
│ │ │ │ ├── 20140722
│ │ │ │ │ ├── 6354162075195300832711103.jpg
│ │ │ │ │ ├── 6354162080654713096510496.jpg
│ │ │ │ │ └── 6354162082337709356378319.jpg
│ │ │ │ ├── 20140824
│ │ │ │ │ └── 6354445656540488553413007.bmp
│ │ │ │ └── 20140828
│ │ │ │ ├── 6354485851284442316084667.png
│ │ │ │ └── 6354485865048629586965044.png
│ │ │ └── Web.config
│ │ ├── themes
│ │ │ ├── default
│ │ │ │ ├── css
│ │ │ │ │ ├── ueditor.css
│ │ │ │ │ └── ueditor.min.css
│ │ │ │ ├── dialogbase.css
│ │ │ │ └── images
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── button-bg.gif
│ │ │ │ ├── cancelbutton.gif
│ │ │ │ ├── charts.png
│ │ │ │ ├── cursor_h.gif
│ │ │ │ ├── cursor_h.png
│ │ │ │ ├── cursor_v.gif
│ │ │ │ ├── cursor_v.png
│ │ │ │ ├── dialog-title-bg.png
│ │ │ │ ├── filescan.png
│ │ │ │ ├── highlighted.gif
│ │ │ │ ├── icons-all.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── loaderror.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lock.gif
│ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ ├── pagebreak.gif
│ │ │ │ ├── scale.png
│ │ │ │ ├── sortable.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sparator_v.png
│ │ │ │ ├── table-cell-align.png
│ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ ├── toolbar_bg.png
│ │ │ │ ├── unhighlighted.gif
│ │ │ │ ├── upload.png
│ │ │ │ ├── videologo.gif
│ │ │ │ ├── word.gif
│ │ │ │ └── wordpaste.png
│ │ │ └── iframe.css
│ │ ├── third-party
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.css
│ │ │ │ └── codemirror.js
│ │ │ ├── highcharts
│ │ │ │ ├── adapters
│ │ │ │ │ ├── mootools-adapter.js
│ │ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ │ ├── prototype-adapter.js
│ │ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── highcharts-more.js
│ │ │ │ ├── highcharts-more.src.js
│ │ │ │ ├── highcharts.src.js
│ │ │ │ ├── modules
│ │ │ │ │ ├── annotations.js
│ │ │ │ │ ├── annotations.src.js
│ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ ├── data.js
│ │ │ │ │ ├── data.src.js
│ │ │ │ │ ├── drilldown.js
│ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ ├── exporting.js
│ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ ├── funnel.js
│ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ ├── heatmap.js
│ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ ├── map.js
│ │ │ │ │ ├── map.src.js
│ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ └── no-data-to-display.src.js
│ │ │ │ └── themes
│ │ │ │ ├── dark-blue.js
│ │ │ │ ├── dark-green.js
│ │ │ │ ├── gray.js
│ │ │ │ ├── grid.js
│ │ │ │ └── skies.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ ├── snapscreen
│ │ │ │ └── UEditorSnapscreen.exe
│ │ │ ├── SyntaxHighlighter
│ │ │ │ ├── shCoreDefault.css
│ │ │ │ └── shCore.js
│ │ │ ├── video-js
│ │ │ │ ├── font
│ │ │ │ │ ├── vjs.eot
│ │ │ │ │ ├── vjs.svg
│ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ └── vjs.woff
│ │ │ │ ├── video.dev.js
│ │ │ │ ├── video.js
│ │ │ │ ├── video-js.css
│ │ │ │ ├── video-js.min.css
│ │ │ │ └── video-js.swf
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── webuploader.css
│ │ │ │ ├── webuploader.custom.js
│ │ │ │ ├── webuploader.custom.min.js
│ │ │ │ ├── webuploader.flashonly.js
│ │ │ │ ├── webuploader.flashonly.min.js
│ │ │ │ ├── webuploader.html5only.js
│ │ │ │ ├── webuploader.html5only.min.js
│ │ │ │ ├── webuploader.js
│ │ │ │ ├── webuploader.min.js
│ │ │ │ ├── webuploader.withoutimage.js
│ │ │ │ └── webuploader.withoutimage.min.js
│ │ │ └── zeroclipboard
│ │ │ ├── ZeroClipboard.js
│ │ │ ├── ZeroClipboard.min.js
│ │ │ └── ZeroClipboard.swf
│ │ ├── ueditor.all.js
│ │ ├── ueditor.all.min.js
│ │ ├── ueditor.config.js
│ │ ├── ueditor.parse.js
│ │ └── ueditor.parse.min.js
│ ├── Views
│ │ ├── About
│ │ │ └── Index.cshtml
│ │ ├── Contact
│ │ │ └── Index.cshtml
│ │ ├── Home
│ │ │ ├── Index.cshtml
│ │ │ └── Test.cshtml
│ │ ├── Mall
│ │ │ ├── Detail.cshtml
│ │ │ └── Index.cshtml
│ │ ├── News
│ │ │ ├── Detail.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── List.cshtml
│ │ ├── Quality
│ │ │ └── Index.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ ├── _Layout.cshtml
│ │ │ └── _PartialNot.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ └── Web.config
├── 基于易飞的IT整合规划.pdf
├── 安卓端
│ └── yfhelper.apk
├── 易飞8版本补丁
│ ├── sql语句.sql
│ └── YfDataModel.dll
├── 版本号0.1.txt
└── 系统配置指南.pdf
169 directories, 912 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论