在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → mvc4.0 EasyUI 快速开发框架+权限管理(Zephyr.Net)

mvc4.0 EasyUI 快速开发框架+权限管理(Zephyr.Net)

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:38.73M
  • 下载次数:112
  • 浏览次数:965
  • 发布时间:2019-12-03
  • 实例类别:C#语言基础
  • 发 布 人:zhzivy
  • 文件格式:.7z
  • 所需积分:5

同类人气实例

实例介绍

【实例简介】

框架特色: 1、基于ASP.NET MVC4.0 WebAPI EasyUI Knockout的架构设计开发 2、采用MVC的框架模式,具有耦合性低、重用性高、生命周期成本低、可维护性高、有利软件工程化管理等优点 3、采用WebAPI,客户端完全摆脱了代理和管道来直接进行交互 4、采用EasyUI前台UI界面插件,可轻松的打造出功能丰富并且美观的UI界面 5、采用Knockout,,提供了一个数据模型与用户UI界面进行关联的高层次方式(采用行为驱动开发) 6、数据访问层采用强大的Fluentdata完美地支持多数据库操作 7、封装了一大部分比较实用的控件和组件,如自动完成控件、弹出

【实例截图】

from clipboard


from clipboard


from clipboard


from clipboard


from clipboard

【核心代码】

└─asp.net Web mvc4.0 EasyUI 最新 权限管理系统源码教程
    ├─BN089-BS开发框架MVC4版
    │  ├─database20131022
    │  │  └─database
    │  ├─source20131023
    │  │  ├─BuildProcessTemplates
    │  │  ├─packages
    │  │  ├─Zephyr.Net
    │  │  │  ├─Zephyr.Bin
    │  │  │  ├─Zephyr.Core
    │  │  │  │  ├─Args
    │  │  │  │  ├─Base
    │  │  │  │  ├─Core
    │  │  │  │  ├─Enum
    │  │  │  │  ├─Exporter
    │  │  │  │  ├─Generator
    │  │  │  │  │  ├─Entity
    │  │  │  │  │  └─Providers
    │  │  │  │  ├─Logs
    │  │  │  │  ├─obj
    │  │  │  │  │  └─Debug
    │  │  │  │  │      └─TempPE
    │  │  │  │  ├─Param
    │  │  │  │  ├─Properties
    │  │  │  │  └─Request
    │  │  │  ├─Zephyr.Data
    │  │  │  │  ├─bin
    │  │  │  │  │  └─Debug
    │  │  │  │  ├─Builders
    │  │  │  │  │  ├─Delete
    │  │  │  │  │  │  └─Interfaces
    │  │  │  │  │  ├─Insert
    │  │  │  │  │  │  └─Interfaces
    │  │  │  │  │  ├─InsertUpdate
    │  │  │  │  │  ├─Select
    │  │  │  │  │  ├─StoredProcedure
    │  │  │  │  │  │  └─Interfaces
    │  │  │  │  │  └─Update
    │  │  │  │  │      └─Interfaces
    │  │  │  │  ├─Command
    │  │  │  │  │  ├─Handlers
    │  │  │  │  │  ├─Interfaces
    │  │  │  │  │  ├─Mappers
    │  │  │  │  │  ├─PartialClasses
    │  │  │  │  │  └─Reader
    │  │  │  │  ├─Context
    │  │  │  │  │  └─PartialClasses
    │  │  │  │  ├─Core
    │  │  │  │  ├─obj
    │  │  │  │  │  └─Debug
    │  │  │  │  │      └─TempPE
    │  │  │  │  ├─Properties
    │  │  │  │  └─Providers
    │  │  │  │      └─Common
    │  │  │  │          └─Builders
    │  │  │  ├─Zephyr.Generator
    │  │  │  │  ├─Generator
    │  │  │  │  ├─obj
    │  │  │  │  │  └─Debug
    │  │  │  │  │      └─TempPE
    │  │  │  │  ├─Properties
    │  │  │  │  ├─Template
    │  │  │  │  └─Zephyr.Generator.Template
    │  │  │  ├─Zephyr.Utils
    │  │  │  │  ├─Asp
    │  │  │  │  │  ├─Http
    │  │  │  │  │  └─Web
    │  │  │  │  ├─Base
    │  │  │  │  │  ├─DataSet
    │  │  │  │  │  ├─DateTime
    │  │  │  │  │  ├─Math
    │  │  │  │  │  └─String
    │  │  │  │  ├─Compress
    │  │  │  │  │  ├─Ionic
    │  │  │  │  │  │  ├─BZip2
    │  │  │  │  │  │  ├─Zip
    │  │  │  │  │  │  └─Zlib
    │  │  │  │  │  └─Ziplib
    │  │  │  │  │      ├─BZip2
    │  │  │  │  │      ├─Checksums
    │  │  │  │  │      ├─Core
    │  │  │  │  │      ├─Encryption
    │  │  │  │  │      ├─GZip
    │  │  │  │  │      ├─Tar
    │  │  │  │  │      └─Zip
    │  │  │  │  │          └─Compression
    │  │  │  │  │              └─Streams
    │  │  │  │  ├─Convert
    │  │  │  │  ├─Document
    │  │  │  │  │  ├─Excel
    │  │  │  │  │  │  ├─EPPlus
    │  │  │  │  │  │  │  ├─ConditionalFormatting
    │  │  │  │  │  │  │  │  ├─Contracts
    │  │  │  │  │  │  │  │  └─Rules
    │  │  │  │  │  │  │  ├─DataValidation
    │  │  │  │  │  │  │  │  ├─Contracts
    │  │  │  │  │  │  │  │  └─Formulas
    │  │  │  │  │  │  │  │      └─Contracts
    │  │  │  │  │  │  │  ├─Drawing
    │  │  │  │  │  │  │  │  ├─Chart
    │  │  │  │  │  │  │  │  └─Vml
    │  │  │  │  │  │  │  ├─Style
    │  │  │  │  │  │  │  │  ├─Dxf
    │  │  │  │  │  │  │  │  └─XmlAccess
    │  │  │  │  │  │  │  ├─Table
    │  │  │  │  │  │  │  │  └─PivotTable
    │  │  │  │  │  │  │  ├─Utils
    │  │  │  │  │  │  │  └─VBA
    │  │  │  │  │  │  ├─ExcelLibrary
    │  │  │  │  │  │  │  ├─CodeLib
    │  │  │  │  │  │  │  │  ├─BinaryTree
    │  │  │  │  │  │  │  │  │  ├─BinarySearchTreeBase
    │  │  │  │  │  │  │  │  │  └─RedBlackTree
    │  │  │  │  │  │  │  │  └─Encoder
    │  │  │  │  │  │  │  └─Office
    │  │  │  │  │  │  │      ├─CompoundDocumentFormat
    │  │  │  │  │  │  │      └─Excel
    │  │  │  │  │  │  │          ├─BinaryDrawingFormat
    │  │  │  │  │  │  │          │  ├─Enums
    │  │  │  │  │  │  │          │  ├─EscherRecords
    │  │  │  │  │  │  │          │  └─Extended
    │  │  │  │  │  │  │          ├─BinaryFileFormat
    │  │  │  │  │  │  │          │  ├─Decode
    │  │  │  │  │  │  │          │  ├─Encode
    │  │  │  │  │  │  │          │  ├─Enums
    │  │  │  │  │  │  │          │  ├─Extended
    │  │  │  │  │  │  │          │  ├─Records
    │  │  │  │  │  │  │          │  └─SubRecords
    │  │  │  │  │  │  │          └─SpreadSheet
    │  │  │  │  │  │  │              ├─CellFormat
    │  │  │  │  │  │  │              └─Enums
    │  │  │  │  │  │  └─NPOI
    │  │  │  │  │  │      ├─DDF
    │  │  │  │  │  │      ├─HPSF
    │  │  │  │  │  │      │  ├─Extractor
    │  │  │  │  │  │      │  └─Wellknown
    │  │  │  │  │  │      ├─HSSF
    │  │  │  │  │  │      │  ├─Dev
    │  │  │  │  │  │      │  ├─EventModel
    │  │  │  │  │  │      │  ├─EventUserModel
    │  │  │  │  │  │      │  │  └─DummyRecord
    │  │  │  │  │  │      │  ├─Extractor
    │  │  │  │  │  │      │  ├─Model
    │  │  │  │  │  │      │  ├─Record
    │  │  │  │  │  │      │  │  ├─Aggregates
    │  │  │  │  │  │      │  │  ├─AutoFilter
    │  │  │  │  │  │      │  │  ├─CF
    │  │  │  │  │  │      │  │  ├─Chart
    │  │  │  │  │  │      │  │  ├─Common
    │  │  │  │  │  │      │  │  ├─Cont
    │  │  │  │  │  │      │  │  ├─Crypto
    │  │  │  │  │  │      │  │  ├─PivotTable
    │  │  │  │  │  │      │  │  └─SubRecord
    │  │  │  │  │  │      │  ├─UserModel
    │  │  │  │  │  │      │  └─Util
    │  │  │  │  │  │      ├─POIFS
    │  │  │  │  │  │      │  ├─Common
    │  │  │  │  │  │      │  ├─Crypt
    │  │  │  │  │  │      │  ├─Dev
    │  │  │  │  │  │      │  ├─EventFileSystem
    │  │  │  │  │  │      │  ├─FileSystem
    │  │  │  │  │  │      │  ├─NIO
    │  │  │  │  │  │      │  ├─property
    │  │  │  │  │  │      │  └─Storage
    │  │  │  │  │  │      ├─Resources
    │  │  │  │  │  │      ├─SS
    │  │  │  │  │  │      │  ├─Extractor
    │  │  │  │  │  │      │  ├─Format
    │  │  │  │  │  │      │  ├─Formula
    │  │  │  │  │  │      │  │  ├─Atp
    │  │  │  │  │  │      │  │  ├─Constant
    │  │  │  │  │  │      │  │  ├─Eval
    │  │  │  │  │  │      │  │  │  ├─Forked
    │  │  │  │  │  │      │  │  │  ├─RelationalOperationEval
    │  │  │  │  │  │      │  │  │  └─TwoOperandNumeric
    │  │  │  │  │  │      │  │  ├─Function
    │  │  │  │  │  │      │  │  ├─Functions
    │  │  │  │  │  │      │  │  │  ├─Boolean
    │  │  │  │  │  │      │  │  │  ├─Logical
    │  │  │  │  │  │      │  │  │  ├─Numeric
    │  │  │  │  │  │      │  │  │  └─Text
    │  │  │  │  │  │      │  │  ├─PTG
    │  │  │  │  │  │      │  │  └─Udf
    │  │  │  │  │  │      │  ├─UserModel
    │  │  │  │  │  │      │  │  └─Charts
    │  │  │  │  │  │      │  └─Util
    │  │  │  │  │  │      │      └─Cellwalk
    │  │  │  │  │  │      └─Util
    │  │  │  │  │  │          └─Collections
    │  │  │  │  │  ├─PDF
    │  │  │  │  │  │  └─Gios
    │  │  │  │  │  │      ├─demo
    │  │  │  │  │  │      ├─PdfObjects
    │  │  │  │  │  │      └─Table Objects
    │  │  │  │  │  └─Word
    │  │  │  │  │      ├─DocX
    │  │  │  │  │      │  ├─Charts
    │  │  │  │  │      │  └─Resources
    │  │  │  │  │      └─ZWord
    │  │  │  │  ├─Files
    │  │  │  │  ├─Image
    │  │  │  │  ├─Log
    │  │  │  │  │  └─Log4net
    │  │  │  │  │      ├─Appender
    │  │  │  │  │      ├─Config
    │  │  │  │  │      ├─Core
    │  │  │  │  │      ├─DateFormatter
    │  │  │  │  │      ├─Filter
    │  │  │  │  │      ├─Layout
    │  │  │  │  │      │  └─Pattern
    │  │  │  │  │      ├─ObjectRenderer
    │  │  │  │  │      ├─Plugin
    │  │  │  │  │      ├─Repository
    │  │  │  │  │      │  └─Hierarchy
    │  │  │  │  │      └─Util
    │  │  │  │  │          ├─PatternStringConverters
    │  │  │  │  │          └─TypeConverters
    │  │  │  │  ├─obj
    │  │  │  │  │  └─Debug
    │  │  │  │  │      └─TempPE
    │  │  │  │  ├─Properties
    │  │  │  │  ├─Reflection
    │  │  │  │  └─Security
    │  │  │  └─Zephyr.WorkFlow
    │  │  │      ├─Engine
    │  │  │      ├─Enum
    │  │  │      ├─Excute
    │  │  │      ├─Interface
    │  │  │      ├─Model
    │  │  │      ├─Node
    │  │  │      ├─obj
    │  │  │      │  └─Debug
    │  │  │      │      └─TempPE
    │  │  │      ├─Properties
    │  │  │      └─Test
    │  │  └─Zephyr.Web
    │  │      ├─App_Start
    │  │      │  └─webstack
    │  │      ├─Areas
    │  │      │  ├─Mms
    │  │      │  │  ├─Common
    │  │      │  │  ├─Controllers
    │  │      │  │  ├─Models
    │  │      │  │  ├─Reports
    │  │      │  │  ├─ViewModels
    │  │      │  │  └─Views
    │  │      │  │      ├─Check
    │  │      │  │      ├─Deal
    │  │      │  │      ├─Direct
    │  │      │  │      ├─Home
    │  │      │  │      ├─Liy
    │  │      │  │      ├─Lossreport
    │  │      │  │      ├─Material
    │  │      │  │      ├─Merchant
    │  │      │  │      ├─Product
    │  │      │  │      ├─ProductTest
    │  │      │  │      ├─Project
    │  │      │  │      ├─Receive
    │  │      │  │      ├─Refund
    │  │      │  │      ├─Rentin
    │  │      │  │      ├─Rentoff
    │  │      │  │      ├─Rentout
    │  │      │  │      ├─Repair
    │  │      │  │      ├─Report
    │  │      │  │      ├─Return
    │  │      │  │      ├─Send
    │  │      │  │      ├─Shared
    │  │      │  │      │  └─Xml
    │  │      │  │      ├─Staff
    │  │      │  │      ├─Test
    │  │      │  │      ├─TestABC
    │  │      │  │      ├─Transfer
    │  │      │  │      └─Warehouse
    │  │      │  ├─Psi
    │  │      │  │  ├─Controllers
    │  │      │  │  ├─Models
    │  │      │  │  ├─ViewModels
    │  │      │  │  └─Views
    │  │      │  │      ├─Customer
    │  │      │  │      ├─Goods
    │  │      │  │      ├─Picking
    │  │      │  │      ├─Purchase
    │  │      │  │      ├─Receive
    │  │      │  │      ├─Return
    │  │      │  │      ├─Shared
    │  │      │  │      │  └─Xml
    │  │      │  │      ├─Supplier
    │  │      │  │      └─Warehouse
    │  │      │  └─Sys
    │  │      │      ├─Common
    │  │      │      ├─Controllers
    │  │      │      ├─Models
    │  │      │      ├─Template
    │  │      │      │  ├─edit
    │  │      │      │  ├─search
    │  │      │      │  └─searchEdit
    │  │      │      ├─ViewModels
    │  │      │      └─Views
    │  │      │          ├─Code
    │  │      │          ├─Config
    │  │      │          ├─Generator
    │  │      │          ├─Home
    │  │      │          ├─Log
    │  │      │          ├─Menu
    │  │      │          ├─Organize
    │  │      │          ├─Parameter
    │  │      │          ├─Permission
    │  │      │          ├─Role
    │  │      │          ├─Shared
    │  │      │          └─User
    │  │      ├─bin
    │  │      ├─Content
    │  │      │  ├─css
    │  │      │  │  ├─960
    │  │      │  │  │  ├─fixed
    │  │      │  │  │  └─fluid
    │  │      │  │  ├─btns
    │  │      │  │  │  └─sexybuttons
    │  │      │  │  │      ├─orange
    │  │      │  │  │      ├─silver
    │  │      │  │  │      ├─simple
    │  │      │  │  │      └─yellow
    │  │      │  │  ├─hack
    │  │      │  │  ├─icon
    │  │      │  │  │  ├─doc
    │  │      │  │  │  └─icon
    │  │      │  │  ├─metro
    │  │      │  │  │  ├─css
    │  │      │  │  │  ├─fonts
    │  │      │  │  │  ├─images
    │  │      │  │  │  └─js
    │  │      │  │  └─page
    │  │      │  ├─images
    │  │      │  │  ├─form
    │  │      │  │  ├─login
    │  │      │  │  ├─logo
    │  │      │  │  └─tree
    │  │      │  ├─js
    │  │      │  │  ├─core
    │  │      │  │  ├─jquery
    │  │      │  │  ├─jquery-easyui-1.3.1
    │  │      │  │  │  ├─demo
    │  │      │  │  │  ├─locale
    │  │      │  │  │  ├─plugins
    │  │      │  │  │  ├─src
    │  │      │  │  │  └─themes
    │  │      │  │  │      ├─cupertino
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─default
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─gray
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─icons
    │  │      │  │  │      └─metro
    │  │      │  │  │          └─images
    │  │      │  │  ├─jquery-easyui-1.3.2
    │  │      │  │  │  ├─locale
    │  │      │  │  │  ├─plugins
    │  │      │  │  │  ├─src
    │  │      │  │  │  └─themes
    │  │      │  │  │      ├─black
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─bootstrap
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─default
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─gray
    │  │      │  │  │      │  └─images
    │  │      │  │  │      ├─icons
    │  │      │  │  │      └─metro
    │  │      │  │  │          └─images
    │  │      │  │  ├─jquery-extend
    │  │      │  │  ├─jquery-plugin
    │  │      │  │  │  ├─copy
    │  │      │  │  │  ├─daterange
    │  │      │  │  │  ├─fineuploader-3.7.1
    │  │      │  │  │  ├─gantt
    │  │      │  │  │  │  └─images
    │  │      │  │  │  ├─hiAlters
    │  │      │  │  │  │  └─images
    │  │      │  │  │  ├─jnotify
    │  │      │  │  │  ├─jqgrid
    │  │      │  │  │  │  ├─default
    │  │      │  │  │  │  │  └─images
    │  │      │  │  │  │  ├─gray
    │  │      │  │  │  │  │  └─images
    │  │      │  │  │  │  └─plugins
    │  │      │  │  │  ├─jqtreetable
    │  │      │  │  │  ├─jquery-ui
    │  │      │  │  │  │  ├─css
    │  │      │  │  │  │  │  └─images
    │  │      │  │  │  │  └─js
    │  │      │  │  │  ├─metro
    │  │      │  │  │  │  └─images
    │  │      │  │  │  ├─my97datepicker
    │  │      │  │  │  │  ├─lang
    │  │      │  │  │  │  ├─skin
    │  │      │  │  │  │  │  ├─blue
    │  │      │  │  │  │  │  ├─default
    │  │      │  │  │  │  │  └─whyGreen
    │  │      │  │  │  │  └─开发包
    │  │      │  │  │  │      ├─lang
    │  │      │  │  │  │      └─skin
    │  │      │  │  │  │          ├─default
    │  │      │  │  │  │          └─whyGreen
    │  │      │  │  │  ├─selectui
    │  │      │  │  │  ├─showloading
    │  │      │  │  │  │  └─images
    │  │      │  │  │  ├─smartwizard
    │  │      │  │  │  ├─validate
    │  │      │  │  │  ├─xheditor
    │  │      │  │  │  │  ├─xheditor_emot
    │  │      │  │  │  │  │  ├─default
    │  │      │  │  │  │  │  ├─ipb
    │  │      │  │  │  │  │  ├─msn
    │  │      │  │  │  │  │  └─pidgin
    │  │      │  │  │  │  ├─xheditor_plugins
    │  │      │  │  │  │  │  └─multiupload
    │  │      │  │  │  │  │      ├─img
    │  │      │  │  │  │  │      └─swfupload
    │  │      │  │  │  │  └─xheditor_skin
    │  │      │  │  │  │      ├─default
    │  │      │  │  │  │      │  └─img
    │  │      │  │  │  │      ├─nostyle
    │  │      │  │  │  │      │  └─img
    │  │      │  │  │  │      ├─o2007blue
    │  │      │  │  │  │      │  └─img
    │  │      │  │  │  │      ├─o2007silver
    │  │      │  │  │  │      │  └─img
    │  │      │  │  │  │      └─vista
    │  │      │  │  │  │          └─img
    │  │      │  │  │  └─ztree
    │  │      │  │  │      └─css
    │  │      │  │  │          └─img
    │  │      │  │  │              └─diy
    │  │      │  │  ├─kissy
    │  │      │  │  │  └─gallery
    │  │      │  │  │      └─form
    │  │      │  │  │          └─1.3
    │  │      │  │  │              └─uploader
    │  │      │  │  │                  ├─auth
    │  │      │  │  │                  ├─button
    │  │      │  │  │                  ├─demo
    │  │      │  │  │                  ├─plugins
    │  │      │  │  │                  │  ├─ajbridge
    │  │      │  │  │                  │  ├─coverPic
    │  │      │  │  │                  │  ├─filedrop
    │  │      │  │  │                  │  ├─imagePreview
    │  │      │  │  │                  │  ├─preview
    │  │      │  │  │                  │  └─progressBar
    │  │      │  │  │                  ├─themes
    │  │      │  │  │                  │  ├─default
    │  │      │  │  │                  │  ├─ershouUploader
    │  │      │  │  │                  │  ├─imageUploader
    │  │      │  │  │                  │  ├─loveUploader
    │  │      │  │  │                  │  ├─refundUploader
    │  │      │  │  │                  │  └─uploadify
    │  │      │  │  │                  │      └─images
    │  │      │  │  │                  └─type
    │  │      │  │  ├─uploader
    │  │      │  │  └─viewModel
    │  │      │  ├─page
    │  │      │  │  └─reports
    │  │      │  │      └─Localization
    │  │      │  └─themes
    │  │      │      ├─default
    │  │      │      └─gray
    │  │      ├─Controllers
    │  │      ├─Generator
    │  │      │  ├─Change
    │  │      │  ├─Check
    │  │      │  ├─Code
    │  │      │  ├─Deal
    │  │      │  ├─Department
    │  │      │  ├─Direct
    │  │      │  ├─Liy
    │  │      │  ├─Log
    │  │      │  ├─LossReport
    │  │      │  ├─LossReportBatches
    │  │      │  ├─Menu
    │  │      │  ├─Merchants
    │  │      │  ├─ProductTest
    │  │      │  ├─Project
    │  │      │  ├─Send
    │  │      │  ├─Staff
    │  │      │  └─Staff1
    │  │      ├─Images
    │  │      │  └─mms
    │  │      ├─logs
    │  │      ├─obj
    │  │      │  └─Debug
    │  │      │      └─TempPE
    │  │      ├─Properties
    │  │      │  └─PublishProfiles
    │  │      ├─Scripts
    │  │      ├─Upload
    │  │      └─Views
    │  │          ├─Home
    │  │          ├─Login
    │  │          ├─Plugins
    │  │          └─Shared
    │  │              └─Xml
    │  ├─Zephyr.Net开发手册V2.1
    │  └─工作流管理系统
    └─项目开发手册V2.1

实例下载地址

mvc4.0 EasyUI 快速开发框架+权限管理(Zephyr.Net)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警