实例介绍
影院管理系统!个人做的,还有不完整的地方,源码我奉献了吧!
【实例截图】
【核心代码】
影院系统
├── CinemaSystem.mdf
├── CinemaSystem_log.ldf
├── SelectPro.sql
├── [数据库设计]超市管理系统设计.doc
├── backHF.sql
├── backup.sql
├── index
│ ├── BLL
│ │ ├── AdminBLL.cs
│ │ ├── BLL.csproj
│ │ ├── ProdutInfo.cs
│ │ ├── ProdutInfoS.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Mode.dll
│ │ │ │ ├── Mode.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── bllImpl
│ │ │ └── AdminBLLImpl.cs
│ │ └── obj
│ │ └── Debug
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── C#移动图片.docx
│ ├── DAL
│ │ ├── AdminDAL.cs
│ │ ├── AdminDLL.cs
│ │ ├── DAL.csproj
│ │ ├── DBHlper.cs
│ │ ├── Interface1.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Mode.dll
│ │ │ │ ├── Mode.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ ├── dalImpl
│ │ │ ├── AdminDALImpl.cs
│ │ │ └── DbHelper.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── productSelect.cs
│ ├── Mode
│ │ ├── Admin.cs
│ │ ├── EntryOrders.cs
│ │ ├── Library.cs
│ │ ├── Librarykid.cs
│ │ ├── Mode.csproj
│ │ ├── PriecType.cs
│ │ ├── Produt
│ │ │ ├── product.cs
│ │ │ └── productType.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Reason.cs
│ │ ├── RejectGoods.cs
│ │ ├── SaleOrder.cs
│ │ ├── StoreInWarehouse.cs
│ │ ├── StoreKID.cs
│ │ ├── Storehous.cs
│ │ ├── Supplier.cs
│ │ ├── SupplierNation.cs
│ │ ├── SupplierType.cs
│ │ ├── Valuation.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Mode.dll
│ │ │ │ └── Mode.pdb
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Mode.csproj.FileListAbsolute.txt
│ │ │ ├── Mode.dll
│ │ │ ├── Mode.pdb
│ │ │ └── TempPE
│ │ └── productunit.cs
│ ├── PrintPro.txt
│ ├── diqiu.png
│ ├── diqiusma.png
│ ├── index
│ │ ├── AddProduct.Designer.cs
│ │ ├── AddProduct.cs
│ │ ├── AddProduct.resx
│ │ ├── AdminID.cs
│ │ ├── Asingle.Designer.cs
│ │ ├── Asingle.cs
│ │ ├── Asingle.resx
│ │ ├── EntryOrders.Designer.cs
│ │ ├── EntryOrders.cs
│ │ ├── EntryOrders.resx
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Land.Designer.cs
│ │ ├── Land.cs
│ │ ├── Land.resx
│ │ ├── LockScreen .Designer.cs
│ │ ├── LockScreen .cs
│ │ ├── LockScreen .resx
│ │ ├── NOSelerto.Designer.cs
│ │ ├── NOSelerto.cs
│ │ ├── NOSelerto.resx
│ │ ├── NewFolder1
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── QueryClassification.Designer.cs
│ │ ├── QueryClassification.cs
│ │ ├── QueryClassification.resx
│ │ ├── SaleOrder.Designer.cs
│ │ ├── SaleOrder.cs
│ │ ├── SaleOrder.resx
│ │ ├── SelectPro.Designer.cs
│ │ ├── SelectPro.cs
│ │ ├── SelectPro.resx
│ │ ├── UserMaguge.Designer.cs
│ │ ├── UserMaguge.cs
│ │ ├── UserMaguge.resx
│ │ ├── about.Designer.cs
│ │ ├── about.cs
│ │ ├── about.resx
│ │ ├── backstage.Designer.cs
│ │ ├── backstage.cs
│ │ ├── backstage.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Mode.dll
│ │ │ │ ├── Mode.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ ├── Model.pdb
│ │ │ │ ├── MovieClasss.exe
│ │ │ │ ├── MovieClasss.pdb
│ │ │ │ ├── MyCinemaSystem.exe
│ │ │ │ ├── MyCinemaSystem.pdb
│ │ │ │ ├── NavigationStrip.dll
│ │ │ │ ├── NavigationStrip.pdb
│ │ │ │ ├── Print.txt
│ │ │ │ ├── Save.bin
│ │ │ │ ├── ShowList.xml
│ │ │ │ ├── index.exe
│ │ │ │ ├── index.pdb
│ │ │ │ ├── index.vshost.exe
│ │ │ │ ├── index.vshost.exe.manifest
│ │ │ │ ├── userManage.exe
│ │ │ │ └── userManage.pdb
│ │ │ └── Release
│ │ ├── index.csproj
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── index.AddProduct.resources
│ │ │ ├── index.Asingle.resources
│ │ │ ├── index.EntryOrders.resources
│ │ │ ├── index.Form1.resources
│ │ │ ├── index.Land.resources
│ │ │ ├── index.LockScreen.resources
│ │ │ ├── index.NOSelerto.resources
│ │ │ ├── index.Properties.Resources.resources
│ │ │ ├── index.QueryClassification.resources
│ │ │ ├── index.SaleOrder.resources
│ │ │ ├── index.SelectPro.resources
│ │ │ ├── index.UserMaguge.resources
│ │ │ ├── index.about.resources
│ │ │ ├── index.backstage.resources
│ │ │ ├── index.csproj.FileListAbsolute.txt
│ │ │ ├── index.exe
│ │ │ ├── index.pdb
│ │ │ └── index.tiem.resources
│ │ ├── tiem.Designer.cs
│ │ ├── tiem.cs
│ │ └── tiem.resx
│ ├── index.sln
│ ├── index.suo
│ ├── land
│ │ ├── Admin.mdf
│ │ ├── Admin_log.ldf
│ │ ├── BLL
│ │ │ ├── AdminBLL.cs
│ │ │ ├── BLL.csproj
│ │ │ ├── BLLHandle
│ │ │ │ └── BLLHandle.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── BLL.dll
│ │ │ │ │ ├── BLL.pdb
│ │ │ │ │ ├── DDAL.dll
│ │ │ │ │ ├── DDAL.pdb
│ │ │ │ │ ├── Model.dll
│ │ │ │ │ └── Model.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── DDAL
│ │ │ ├── AdminDLL.cs
│ │ │ ├── DDAL.csproj
│ │ │ ├── DLLHandle
│ │ │ │ ├── DBHelper.cs
│ │ │ │ └── DLLHabdle.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── DDAL.dll
│ │ │ │ │ ├── DDAL.pdb
│ │ │ │ │ ├── Model.dll
│ │ │ │ │ └── Model.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DDAL.csproj.FileListAbsolute.txt
│ │ │ ├── DDAL.dll
│ │ │ ├── DDAL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── Model
│ │ │ ├── Admin.cs
│ │ │ ├── Model.csproj
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── Model.dll
│ │ │ │ │ └── Model.pdb
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ └── TempPE
│ │ ├── MyAdmin
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── FrmMian.Designer.cs
│ │ │ ├── FrmMian.cs
│ │ │ ├── FrmMian.resx
│ │ │ ├── MyAdmin.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DDAL.dll
│ │ │ │ ├── DDAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ ├── Model.pdb
│ │ │ │ ├── MyAdmin.exe
│ │ │ │ ├── MyAdmin.pdb
│ │ │ │ ├── MyAdmin.vshost.exe
│ │ │ │ └── MyAdmin.vshost.exe.manifest
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── MyAdmin.FrmMian.resources
│ │ │ ├── MyAdmin.Logli.resources
│ │ │ ├── MyAdmin.Properties.Resources.resources
│ │ │ ├── MyAdmin.csproj.FileListAbsolute.txt
│ │ │ ├── MyAdmin.exe
│ │ │ ├── MyAdmin.pdb
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ ├── MyAdmin.sln
│ │ └── MyAdmin.suo
│ ├── money.xls
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── GenerateResource.read.247.tlog
│ │ ├── GenerateResource.read.269.tlog
│ │ ├── GenerateResource.read.344.tlog
│ │ ├── GenerateResource.read.345.tlog
│ │ └── GenerateResource.read.346.tlog
│ ├── smale.png
│ └── 用户定义控件
│ └── NavigationStrip
│ ├── Backup
│ │ ├── NavigationStrip
│ │ │ ├── Images
│ │ │ │ ├── ASC.PNG
│ │ │ │ ├── DESC.PNG
│ │ │ │ ├── First.png
│ │ │ │ ├── Last.png
│ │ │ │ ├── Next.png
│ │ │ │ └── Prev.png
│ │ │ ├── NavigationStrip.Designer.cs
│ │ │ ├── NavigationStrip.cs
│ │ │ ├── NavigationStrip.csproj
│ │ │ ├── NavigationStrip.resx
│ │ │ ├── NavigationStripEventArgs.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── NavigationStrip.sln
│ │ └── NavigationStrip.suo
│ ├── NavigationStrip
│ │ ├── Images
│ │ │ ├── ASC.PNG
│ │ │ ├── DESC.PNG
│ │ │ ├── First.png
│ │ │ ├── Last.png
│ │ │ ├── Next.png
│ │ │ └── Prev.png
│ │ ├── NavigationStrip.Designer.cs
│ │ ├── NavigationStrip.cs
│ │ ├── NavigationStrip.csproj
│ │ ├── NavigationStrip.resx
│ │ ├── NavigationStripEventArgs.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── NavigationStrip.dll
│ │ │ │ └── NavigationStrip.pdb
│ │ │ └── Release
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── NavigationStrip.NavigationStrip.resources
│ │ │ ├── NavigationStrip.Properties.Resources.resources
│ │ │ ├── NavigationStrip.csproj.FileListAbsolute.txt
│ │ │ ├── NavigationStrip.csproj.GenerateResource.Cache
│ │ │ ├── NavigationStrip.dll
│ │ │ ├── NavigationStrip.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── NavigationStrip.csproj.FileList.txt
│ ├── NavigationStrip.sln
│ ├── NavigationStrip.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
├── 分层思想.doc
├── 时间进度.vsd
├── 影院系统代码
│ ├── AptechMovie
│ │ ├── AptechMovie.sln
│ │ ├── AptechMovie.suo
│ │ ├── MovieClasss
│ │ │ ├── Cinema.cs
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── FreeTicket.cs
│ │ │ ├── Intfs.cs
│ │ │ ├── MoeivType.cs
│ │ │ ├── Movie.cs
│ │ │ ├── MovieClass.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ScheduleItem.cs
│ │ │ ├── Schendule.cs
│ │ │ ├── Seat.cs
│ │ │ ├── StudentTicket.cs
│ │ │ ├── Ticket.cs
│ │ │ ├── TicketFactory.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── MovieClasss.exe
│ │ │ │ │ ├── MovieClasss.pdb
│ │ │ │ │ ├── MovieClasss.vshost.exe
│ │ │ │ │ ├── MovieClasss.vshost.exe.manifest
│ │ │ │ │ └── ShowList.xml
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MovieClass.csproj.FileListAbsolute.txt
│ │ │ ├── MovieClasss.exe
│ │ │ ├── MovieClasss.pdb
│ │ │ └── TempPE
│ │ └── MovieClasss.exe.lnk
│ └── MyCinemaSystem
│ ├── 1942.jpg
│ ├── ConsoleApplication1
│ │ ├── Class1.cs
│ │ ├── ConsoleApplication1.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── ConsoleApplication1.exe
│ │ │ ├── ConsoleApplication1.pdb
│ │ │ ├── ConsoleApplication1.vshost.exe
│ │ │ └── ConsoleApplication1.vshost.exe.manifest
│ │ └── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── ConsoleApplication1.csproj.FileListAbsolute.txt
│ │ ├── ConsoleApplication1.exe
│ │ ├── ConsoleApplication1.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── MyCinemaSystem
│ │ ├── BackOffice.Designer.cs
│ │ ├── BackOffice.cs
│ │ ├── BackOffice.resx
│ │ ├── ClientManage.Designer.cs
│ │ ├── ClientManage.cs
│ │ ├── ClientManage.resx
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.Designer.cs
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── MyCinemaSystem.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── QQ截图20121019221119.jpg
│ │ │ └── QQ截图201210192211191.jpg
│ │ ├── accounts.Designer.cs
│ │ ├── accounts.cs
│ │ ├── accounts.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MovieClasss.exe
│ │ │ ├── MovieClasss.pdb
│ │ │ ├── MyCinemaSystem.exe
│ │ │ ├── MyCinemaSystem.pdb
│ │ │ ├── MyCinemaSystem.vshost.exe
│ │ │ ├── MyCinemaSystem.vshost.exe.manifest
│ │ │ ├── Print.txt
│ │ │ └── Save.bin
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── MyCinemaSystem.BackOffice.resources
│ │ │ ├── MyCinemaSystem.ClientManage.resources
│ │ │ ├── MyCinemaSystem.Form1.resources
│ │ │ ├── MyCinemaSystem.Form2.resources
│ │ │ ├── MyCinemaSystem.Properties.Resources.resources
│ │ │ ├── MyCinemaSystem.accounts.resources
│ │ │ ├── MyCinemaSystem.csproj.FileListAbsolute.txt
│ │ │ ├── MyCinemaSystem.exe
│ │ │ ├── MyCinemaSystem.pdb
│ │ │ ├── MyCinemaSystem.project.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── project.Designer.cs
│ │ ├── project.cs
│ │ └── project.resx
│ ├── MyCinemaSystem.sln
│ ├── MyCinemaSystem.suo
│ ├── QQ截图20121019221119.jpg
│ ├── ShowList.xml
│ ├── back.jpg
│ ├── 风声.jpg
│ ├── 霍元甲.jpg
│ ├── 窃听风云.jpg
│ ├── 非常完美.jpg
│ ├── 非诚勿扰.jpg
│ └── 少年奇幻漂流记.jpg
├── 数据库设计图
│ ├── BackStorehouse.sql
│ ├── CinemaSystem.mdf
│ ├── CinemaSystem_log.ldf
│ ├── Employee.cdb
│ ├── Employee.cdm
│ ├── Product.cdb
│ ├── Product.cdm
│ ├── SaleOrder.cdb
│ ├── SaleOrder.cdm
│ ├── SaleOrder.pdm
│ ├── SaleOrder.sql
│ ├── Storehouse.sql
│ ├── crebas.sql
│ ├── member.cdb
│ ├── member.cdm
│ ├── number.sql
│ ├── productTable.cdm
│ ├── 员工E_R图.jpg
│ ├── 会员E_R和模型图.jpg
│ ├── 产品表-供应商E_R.cdb
│ ├── 产品表-供应商E_R.cdm
│ ├── 仓库表.cdb
│ ├── 仓库表.cdm
│ ├── 仓库表.pdb
│ ├── 仓库表.pdm
│ ├── 产品表E_R.cdb
│ ├── 仓库管理.jpg
│ ├── 会员管理.pdm
│ ├── 退商品表.sql
│ ├── 管理员表图.vsd
│ ├── 电影院流程图.cdb
│ ├── 电影院流程图.cdm
│ ├── 销售商管理表.jpg
│ ├── 商品、供应商E_R图.jpg
│ ├── 权限管理模型图.jpg
│ └── 青鸟影院流程图.jpg
└── 影院系统开发任务分配.doc
123 directories, 445 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论