在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WEB版的SQL Server 企业管理器.rar

WEB版的SQL Server 企业管理器.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.52M
  • 下载次数:1
  • 浏览次数:46
  • 发布时间:2021-11-23
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
一个WEB下管理SQl Server 2000数据库的工具,是MS在2003年提供的一个开源工具,用Net 1.0 开发的,原始版本已找不到这,这个是当时汉化后并加了一些功能和版本. 前几天,一个朋友在用 vs2008SP1的[动态数据WEB程序]时,突然想起了这个,向我要,翻箱倒柜的总算找到了,将代码改成NET 3.5 的,试了一下对SQL Server 2005 ,SQL Server 2008 支持的都不错, 说明: 使用SQLDMO, SQl Server 2000,SQL Server 2005 安将时已安装SQLDMO, SQL Server 2008 没有安装SQLDMO,但仍支持SQLDMO, 在没的安装SQl Server上使用时,只要将SQLDMO安装即可, SQLDMO可在SQl Server 2000,SQL Server 2005中找到
【实例截图】
【核心代码】
SqlServerAdmin.rar
├── SqlServerAdmin
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── SqlAdmin.dll
│   │   ├── SqlServerAmin.dll
│   │   └── SqlServerAmin.pdb
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Global.asax.resx
│   ├── index.aspx
│   ├── index.aspx.cs
│   ├── index.aspx.designer.cs
│   ├── index.aspx.resx
│   ├── obj
│   │   └── Debug
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── SqlServerAmin.csproj.FileListAbsolute.txt
│   │   ├── SqlServerAmin.csproj.GenerateResource.Cache
│   │   ├── SqlServerAmin.dll
│   │   ├── sqlserveramin.dll.licenses
│   │   ├── SqlServerAmin.pdb
│   │   ├── SqlWebAdmin.CreateDatabase.resources
│   │   ├── SqlWebAdmin.CreateDatabaseRole.resources
│   │   ├── SqlWebAdmin.CreateDatabaseUser.resources
│   │   ├── SqlWebAdmin.CreateLogin.resources
│   │   ├── SqlWebAdmin.CreateStoredProcedure.resources
│   │   ├── SqlWebAdmin.DatabaseRoles.resources
│   │   ├── SqlWebAdmin.databases.resources
│   │   ├── SqlWebAdmin.DatabaseToolbar.resources
│   │   ├── SqlWebAdmin.DatabaseUsers.resources
│   │   ├── SqlWebAdmin.DeleteDatabaseRole.resources
│   │   ├── SqlWebAdmin.DeleteDatabaseUser.resources
│   │   ├── SqlWebAdmin.EditDatabaseRole.resources
│   │   ├── SqlWebAdmin.EditDatabaseUser.resources
│   │   ├── SqlWebAdmin.EditServerLogin.resources
│   │   ├── SqlWebAdmin.EditServerRole.resources
│   │   ├── SqlWebAdmin.edittable.resources
│   │   ├── SqlWebAdmin.Help.DatabaseRoles.resources
│   │   ├── SqlWebAdmin.Help.DatabaseUsers.resources
│   │   ├── SqlWebAdmin.Help.ServerLogins.resources
│   │   ├── SqlWebAdmin.Help.ServerRoles.resources
│   │   ├── SqlWebAdmin.Login.resources
│   │   ├── SqlWebAdmin.query.resources
│   │   ├── SqlWebAdmin.Security.resources
│   │   ├── SqlWebAdmin.ServerLogins.resources
│   │   ├── SqlWebAdmin.ServerRoles.resources
│   │   ├── SqlWebAdmin.ServerToolbar.resources
│   │   ├── SqlWebAdmin.Tables.resources
│   │   ├── SqlWebAdmin.Toolbars.WebForm1.resources
│   │   ├── TempPE
│   │   ├── wxd_web.Global.resources
│   │   ├── wxd_web.index.resources
│   │   └── wxd_web.SQL管理.LoginRolePicker.resources
│   ├── SqlAdmin
│   │   ├── admin.css
│   │   ├── Columns.aspx
│   │   ├── Columns.aspx.cs
│   │   ├── Columns.aspx.designer.cs
│   │   ├── Columns.aspx.resx
│   │   ├── CreateDatabase.aspx
│   │   ├── CreateDatabase.aspx.cs
│   │   ├── CreateDatabase.aspx.designer.cs
│   │   ├── CreateDatabase.aspx.resx
│   │   ├── CreateDatabaseRole.aspx
│   │   ├── CreateDatabaseRole.aspx.cs
│   │   ├── CreateDatabaseRole.aspx.designer.cs
│   │   ├── CreateDatabaseRole.aspx.resx
│   │   ├── CreateDatabaseUser.aspx
│   │   ├── CreateDatabaseUser.aspx.cs
│   │   ├── CreateDatabaseUser.aspx.designer.cs
│   │   ├── CreateDatabaseUser.aspx.resx
│   │   ├── CreateLogin.aspx
│   │   ├── CreateLogin.aspx.cs
│   │   ├── CreateLogin.aspx.designer.cs
│   │   ├── CreateLogin.aspx.resx
│   │   ├── CreateStoredProcedure.aspx
│   │   ├── CreateStoredProcedure.aspx.cs
│   │   ├── CreateStoredProcedure.aspx.designer.cs
│   │   ├── CreateStoredProcedure.aspx.resx
│   │   ├── CreateTable.aspx
│   │   ├── CreateTable.aspx.cs
│   │   ├── CreateTable.aspx.designer.cs
│   │   ├── CreateTable.aspx.resx
│   │   ├── DatabaseProperties.aspx
│   │   ├── DatabaseProperties.aspx.cs
│   │   ├── DatabaseProperties.aspx.designer.cs
│   │   ├── DatabaseProperties.aspx.resx
│   │   ├── DatabaseRoles.aspx
│   │   ├── DatabaseRoles.aspx.cs
│   │   ├── DatabaseRoles.aspx.designer.cs
│   │   ├── DatabaseRoles.aspx.resx
│   │   ├── Databases.aspx
│   │   ├── Databases.aspx.cs
│   │   ├── Databases.aspx.designer.cs
│   │   ├── Databases.aspx.resx
│   │   ├── DatabaseUsers.aspx
│   │   ├── DatabaseUsers.aspx.cs
│   │   ├── DatabaseUsers.aspx.designer.cs
│   │   ├── DatabaseUsers.aspx.resx
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.designer.cs
│   │   ├── Default.aspx.resx
│   │   ├── DeleteColumn.aspx
│   │   ├── DeleteColumn.aspx.cs
│   │   ├── DeleteColumn.aspx.designer.cs
│   │   ├── DeleteColumn.aspx.resx
│   │   ├── DeleteDatabase.aspx
│   │   ├── DeleteDatabase.aspx.cs
│   │   ├── DeleteDatabase.aspx.designer.cs
│   │   ├── DeleteDatabase.aspx.resx
│   │   ├── DeleteDatabaseRole.aspx
│   │   ├── DeleteDatabaseRole.aspx.cs
│   │   ├── DeleteDatabaseRole.aspx.designer.cs
│   │   ├── DeleteDatabaseRole.aspx.resx
│   │   ├── DeleteDatabaseUser.aspx
│   │   ├── DeleteDatabaseUser.aspx.cs
│   │   ├── DeleteDatabaseUser.aspx.designer.cs
│   │   ├── DeleteDatabaseUser.aspx.resx
│   │   ├── DeleteStoredProcedure.aspx
│   │   ├── DeleteStoredProcedure.aspx.cs
│   │   ├── DeleteStoredProcedure.aspx.designer.cs
│   │   ├── DeleteStoredProcedure.aspx.resx
│   │   ├── DeleteTable.aspx
│   │   ├── DeleteTable.aspx.cs
│   │   ├── DeleteTable.aspx.designer.cs
│   │   ├── DeleteTable.aspx.resx
│   │   ├── EditColumn.aspx
│   │   ├── EditColumn.aspx.cs
│   │   ├── EditColumn.aspx.designer.cs
│   │   ├── EditColumn.aspx.resx
│   │   ├── EditDatabaseRole.aspx
│   │   ├── EditDatabaseRole.aspx.cs
│   │   ├── EditDatabaseRole.aspx.designer.cs
│   │   ├── EditDatabaseRole.aspx.resx
│   │   ├── EditDatabaseUser.aspx
│   │   ├── EditDatabaseUser.aspx.cs
│   │   ├── EditDatabaseUser.aspx.designer.cs
│   │   ├── EditDatabaseUser.aspx.resx
│   │   ├── EditServerLogin.aspx
│   │   ├── EditServerLogin.aspx.cs
│   │   ├── EditServerLogin.aspx.designer.cs
│   │   ├── EditServerLogin.aspx.resx
│   │   ├── EditServerRole.aspx
│   │   ├── EditServerRole.aspx.cs
│   │   ├── EditServerRole.aspx.designer.cs
│   │   ├── EditServerRole.aspx.resx
│   │   ├── EditStoredProcedure.aspx
│   │   ├── EditStoredProcedure.aspx.cs
│   │   ├── EditStoredProcedure.aspx.designer.cs
│   │   ├── EditStoredProcedure.aspx.resx
│   │   ├── Error.aspx
│   │   ├── Error.aspx.cs
│   │   ├── Error.aspx.designer.cs
│   │   ├── Error.aspx.resx
│   │   ├── Export.aspx
│   │   ├── Export.aspx.cs
│   │   ├── Export.aspx.designer.cs
│   │   ├── Export.aspx.resx
│   │   ├── FileProperties.ascx
│   │   ├── FileProperties.ascx.cs
│   │   ├── FileProperties.ascx.designer.cs
│   │   ├── FileProperties.ascx.resx
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── Global.js
│   │   ├── Help
│   │   │   ├── admin.css
│   │   │   ├── Columns.aspx
│   │   │   ├── Columns.aspx.cs
│   │   │   ├── Columns.aspx.designer.cs
│   │   │   ├── Columns.aspx.resx
│   │   │   ├── CreateDatabase.aspx
│   │   │   ├── CreateDatabase.aspx.cs
│   │   │   ├── CreateDatabase.aspx.designer.cs
│   │   │   ├── CreateDatabase.aspx.resx
│   │   │   ├── CreateStoredProcedure.aspx
│   │   │   ├── CreateStoredProcedure.aspx.cs
│   │   │   ├── CreateStoredProcedure.aspx.designer.cs
│   │   │   ├── CreateStoredProcedure.aspx.resx
│   │   │   ├── CreateTable.aspx
│   │   │   ├── CreateTable.aspx.cs
│   │   │   ├── CreateTable.aspx.designer.cs
│   │   │   ├── CreateTable.aspx.resx
│   │   │   ├── DatabaseProperties.aspx
│   │   │   ├── DatabaseProperties.aspx.cs
│   │   │   ├── DatabaseProperties.aspx.designer.cs
│   │   │   ├── DatabaseProperties.aspx.resx
│   │   │   ├── DatabaseRoles.aspx
│   │   │   ├── DatabaseRoles.aspx.cs
│   │   │   ├── DatabaseRoles.aspx.designer.cs
│   │   │   ├── DatabaseRoles.aspx.resx
│   │   │   ├── Databases.aspx
│   │   │   ├── Databases.aspx.cs
│   │   │   ├── Databases.aspx.designer.cs
│   │   │   ├── Databases.aspx.resx
│   │   │   ├── DatabaseUsers.aspx
│   │   │   ├── DatabaseUsers.aspx.cs
│   │   │   ├── DatabaseUsers.aspx.designer.cs
│   │   │   ├── DatabaseUsers.aspx.resx
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── Default.aspx.resx
│   │   │   ├── DeleteColumn.aspx
│   │   │   ├── DeleteColumn.aspx.cs
│   │   │   ├── DeleteColumn.aspx.designer.cs
│   │   │   ├── DeleteColumn.aspx.resx
│   │   │   ├── DeleteDatabase.aspx
│   │   │   ├── DeleteDatabase.aspx.cs
│   │   │   ├── DeleteDatabase.aspx.designer.cs
│   │   │   ├── DeleteDatabase.aspx.resx
│   │   │   ├── DeleteStoredProcedure.aspx
│   │   │   ├── DeleteStoredProcedure.aspx.cs
│   │   │   ├── DeleteStoredProcedure.aspx.designer.cs
│   │   │   ├── DeleteStoredProcedure.aspx.resx
│   │   │   ├── DeleteTable.aspx
│   │   │   ├── DeleteTable.aspx.cs
│   │   │   ├── DeleteTable.aspx.designer.cs
│   │   │   ├── DeleteTable.aspx.resx
│   │   │   ├── EditColumn.aspx
│   │   │   ├── EditColumn.aspx.cs
│   │   │   ├── EditColumn.aspx.designer.cs
│   │   │   ├── EditColumn.aspx.resx
│   │   │   ├── EditStoredProcedure.aspx
│   │   │   ├── EditStoredProcedure.aspx.cs
│   │   │   ├── EditStoredProcedure.aspx.designer.cs
│   │   │   ├── EditStoredProcedure.aspx.resx
│   │   │   ├── Error.aspx
│   │   │   ├── Error.aspx.cs
│   │   │   ├── Error.aspx.designer.cs
│   │   │   ├── Error.aspx.resx
│   │   │   ├── Export.aspx
│   │   │   ├── Export.aspx.cs
│   │   │   ├── Export.aspx.designer.cs
│   │   │   ├── Export.aspx.resx
│   │   │   ├── HelpFooter.ascx
│   │   │   ├── HelpFooter.ascx.cs
│   │   │   ├── HelpFooter.ascx.designer.cs
│   │   │   ├── HelpFooter.ascx.resx
│   │   │   ├── HelpHeader.ascx
│   │   │   ├── HelpHeader.ascx.cs
│   │   │   ├── HelpHeader.ascx.designer.cs
│   │   │   ├── HelpHeader.ascx.resx
│   │   │   ├── Import.aspx
│   │   │   ├── Import.aspx.cs
│   │   │   ├── Import.aspx.designer.cs
│   │   │   ├── Import.aspx.resx
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── Login.aspx.designer.cs
│   │   │   ├── Login.aspx.resx
│   │   │   ├── QueryDatabase.aspx
│   │   │   ├── QueryDatabase.aspx.cs
│   │   │   ├── QueryDatabase.aspx.designer.cs
│   │   │   ├── QueryDatabase.aspx.resx
│   │   │   ├── RenameTable.aspx
│   │   │   ├── RenameTable.aspx.cs
│   │   │   ├── RenameTable.aspx.designer.cs
│   │   │   ├── RenameTable.aspx.resx
│   │   │   ├── Security.aspx
│   │   │   ├── Security.aspx.cs
│   │   │   ├── Security.aspx.designer.cs
│   │   │   ├── Security.aspx.resx
│   │   │   ├── ServerLogins.aspx
│   │   │   ├── ServerLogins.aspx.cs
│   │   │   ├── ServerLogins.aspx.designer.cs
│   │   │   ├── ServerLogins.aspx.resx
│   │   │   ├── ServerRoles.aspx
│   │   │   ├── ServerRoles.aspx.cs
│   │   │   ├── ServerRoles.aspx.designer.cs
│   │   │   ├── ServerRoles.aspx.resx
│   │   │   ├── StoredProcedures.aspx
│   │   │   ├── StoredProcedures.aspx.cs
│   │   │   ├── StoredProcedures.aspx.designer.cs
│   │   │   ├── StoredProcedures.aspx.resx
│   │   │   ├── Tables.aspx
│   │   │   ├── Tables.aspx.cs
│   │   │   ├── Tables.aspx.designer.cs
│   │   │   ├── Tables.aspx.resx
│   │   │   └── TOC.inc
│   │   ├── images
│   │   │   ├── bg_adminTool.gif
│   │   │   ├── bg_horizontal_bottom.gif
│   │   │   ├── bg_horizontal_dark.gif
│   │   │   ├── bg_horizontal_top.gif
│   │   │   ├── bg_left_bar.gif
│   │   │   ├── bg_left.gif
│   │   │   ├── Black_Line.gif
│   │   │   ├── Blue_Back.gif
│   │   │   ├── Blue_Back_Right.gif
│   │   │   ├── Blue_Dotted_Line.gif
│   │   │   ├── Button_Back.gif
│   │   │   ├── checkmark.gif
│   │   │   ├── checknomark.gif
│   │   │   ├── darkBlue.gif
│   │   │   ├── darkGray.gif
│   │   │   ├── db_ico.gif
│   │   │   ├── dbs_ico.gif
│   │   │   ├── grayDivide.gif
│   │   │   ├── help.gif
│   │   │   ├── key.gif
│   │   │   ├── Logo_Bottom.gif
│   │   │   ├── Logo_Top.gif
│   │   │   ├── logout.gif
│   │   │   ├── navy.gif
│   │   │   ├── New.gif
│   │   │   ├── paleYellow.gif
│   │   │   ├── prop_ico.gif
│   │   │   ├── psd
│   │   │   │   ├── Database_Icon.psd
│   │   │   │   ├── Databases_Icon.psd
│   │   │   │   ├── Properties_icon.psd
│   │   │   │   ├── Query_Icon.psd
│   │   │   │   ├── Roles_Icon.psd
│   │   │   │   ├── Server_Icon.psd
│   │   │   │   ├── Server_Logins.psd
│   │   │   │   ├── ServerLogins_Small_Ico.psd
│   │   │   │   ├── Server_Roles.psd
│   │   │   │   ├── ServerRoles_Small_Icon.psd
│   │   │   │   ├── Sproc_Icon.psd
│   │   │   │   ├── Table_Icon.psd
│   │   │   │   ├── User_Icon.psd
│   │   │   │   └── Wizards_Icon.psd
│   │   │   ├── Query_Ico.gif
│   │   │   ├── Roles_Ico.gif
│   │   │   ├── Server_Ico.gif
│   │   │   ├── Server_Logins.gif
│   │   │   ├── ServerLogins_S_Ico.gif
│   │   │   ├── Server_Roles.gif
│   │   │   ├── ServerRoles_Ico.gif
│   │   │   ├── skyBlue.gif
│   │   │   ├── spacer.gif
│   │   │   ├── Sproc_Ico.gif
│   │   │   ├── Table_Ico.gif
│   │   │   ├── transparent.gif
│   │   │   ├── User_Ico.gif
│   │   │   └── Wizards_Ico.gif
│   │   ├── Import.aspx
│   │   ├── Import.aspx.cs
│   │   ├── Import.aspx.designer.cs
│   │   ├── Import.aspx.resx
│   │   ├── licenses.licx
│   │   ├── LoginRolePicker.ascx
│   │   ├── LoginRolePicker.ascx.cs
│   │   ├── LoginRolePicker.ascx.designer.cs
│   │   ├── LoginRolePicker.ascx.resx
│   │   ├── Logout.aspx
│   │   ├── Logout.aspx.cs
│   │   ├── Logout.aspx.designer.cs
│   │   ├── Logout.aspx.resx
│   │   ├── QueryDatabase.aspx
│   │   ├── QueryDatabase.aspx.cs
│   │   ├── QueryDatabase.aspx.designer.cs
│   │   ├── QueryDatabase.aspx.resx
│   │   ├── RenameTable.aspx
│   │   ├── RenameTable.aspx.cs
│   │   ├── RenameTable.aspx.designer.cs
│   │   ├── RenameTable.aspx.resx
│   │   ├── Security.aspx
│   │   ├── Security.aspx.cs
│   │   ├── Security.aspx.designer.cs
│   │   ├── Security.aspx.resx
│   │   ├── ServerLogins.aspx
│   │   ├── ServerLogins.aspx.cs
│   │   ├── ServerLogins.aspx.designer.cs
│   │   ├── ServerLogins.aspx.resx
│   │   ├── ServerRoles.aspx
│   │   ├── ServerRoles.aspx.cs
│   │   ├── ServerRoles.aspx.designer.cs
│   │   ├── ServerRoles.aspx.resx
│   │   ├── SqlAdmin.dll
│   │   ├── StoredProcedures.aspx
│   │   ├── StoredProcedures.aspx.cs
│   │   ├── StoredProcedures.aspx.designer.cs
│   │   ├── StoredProcedures.aspx.resx
│   │   ├── Tables.aspx
│   │   ├── Tables.aspx.cs
│   │   ├── Tables.aspx.designer.cs
│   │   ├── Tables.aspx.resx
│   │   └── Toolbars
│   │   ├── DatabaseLocation.ascx
│   │   ├── DatabaseLocation.ascx.cs
│   │   ├── DatabaseLocation.ascx.designer.cs
│   │   ├── DatabaseLocation.ascx.resx
│   │   ├── DatabaseToolbar.ascx
│   │   ├── DatabaseToolbar.ascx.cs
│   │   ├── DatabaseToolbar.ascx.designer.cs
│   │   ├── DatabaseToolbar.ascx.resx
│   │   ├── HelpLogoutToolbar.ascx
│   │   ├── HelpLogoutToolbar.ascx.cs
│   │   ├── HelpLogoutToolbar.ascx.designer.cs
│   │   ├── HelpLogoutToolbar.ascx.resx
│   │   ├── ServerLocation.ascx
│   │   ├── ServerLocation.ascx.cs
│   │   ├── ServerLocation.ascx.designer.cs
│   │   ├── ServerLocation.ascx.resx
│   │   ├── ServerToolbar.ascx
│   │   ├── ServerToolbar.ascx.cs
│   │   ├── ServerToolbar.ascx.designer.cs
│   │   ├── ServerToolbar.ascx.resx
│   │   ├── TableLocation.ascx
│   │   ├── TableLocation.ascx.cs
│   │   ├── TableLocation.ascx.designer.cs
│   │   ├── TableLocation.ascx.resx
│   │   ├── WebForm1.aspx
│   │   ├── WebForm1.aspx.cs
│   │   ├── WebForm1.aspx.designer.cs
│   │   └── WebForm1.aspx.resx
│   ├── SqlServerAmin.csproj
│   ├── SqlServerAmin.csproj.user
│   ├── SqlServerAmin.sln
│   ├── SqlServerAmin.suo
│   ├── _vti_cnf
│   │   ├── AssemblyInfo.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── index.aspx
│   │   ├── index.aspx.cs
│   │   ├── index.aspx.resx
│   │   ├── Web.config
│   │   ├── wxd_web.csproj
│   │   ├── wxd_web.csproj.webinfo
│   │   ├── wxd_web.sln
│   │   ├── wxd_web.suo
│   │   └── 对话框.htm
│   └── Web.config
└── 新建文本文档.txt

11 directories, 418 files

标签:

实例下载地址

WEB版的SQL Server 企业管理器.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警