在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 可以使用的fastdb用例

可以使用的fastdb用例

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.60M
  • 下载次数:4
  • 浏览次数:70
  • 发布时间:2021-01-28
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
可以使用的fastdb用例,方便学习,包括fastdb的安装,和一个简单用例,包括一些资料说明。 fastdb个人使用心得.doc fastdb-361 FastDb 使用说明.txt FastDB.doc FastDB_应用开发指南.docx FastDB+很难得的一篇分析+.doc
【实例截图】
【核心代码】
ed656e3d-1c65-4b18-a904-9d10a7d6ef02
├── FastDb
│   ├── Debug
│   │   ├── FastDb.exe
│   │   ├── FastDb.ilk
│   │   ├── FastDb.obj
│   │   ├── FastDb.pch
│   │   ├── FastDb.pdb
│   │   ├── StdAfx.obj
│   │   ├── vc60.idb
│   │   └── vc60.pdb
│   ├── FastDb.cpp
│   ├── FastDb.dsp
│   ├── FastDb.dsw
│   ├── FastDb.ncb
│   ├── FastDb.opt
│   ├── FastDb.plg
│   ├── ReadMe.txt
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   └── testdb.fdb
├── fastdb-361
│   ├── aclocal.m4
│   ├── AUTHORS
│   ├── bin
│   │   └── subsql.exe
│   ├── buglogin.htm
│   ├── CHANGES
│   ├── CLI
│   │   ├── cli.dsp
│   │   ├── cli.plg
│   │   ├── cli.vcproj
│   │   └── Debug
│   │   ├── cli.lib
│   │   ├── cli.obj
│   │   ├── repsock.obj
│   │   ├── stdtp.obj
│   │   ├── vc60.idb
│   │   ├── vc60.pdb
│   │   └── w32sock.obj
│   ├── clilogin.htm
│   ├── clitest.sql
│   ├── config
│   │   ├── config.guess
│   │   ├── config.sub
│   │   ├── depcomp
│   │   ├── install-sh
│   │   ├── ltmain.sh
│   │   └── missing
│   ├── configure
│   ├── configure.ac
│   ├── COPYING
│   ├── CSharp
│   │   ├── AssemblyInfo.cs
│   │   ├── CLI-CSharp.sln
│   │   ├── FastDbCli.cs
│   │   ├── FastDbCommand.cs
│   │   ├── FastDbConnection.cs
│   │   ├── FastDbFields.cs
│   │   ├── FastDbNet.csproj
│   │   ├── FastDbNet.csproj.user
│   │   ├── Makefile
│   │   ├── Test1.csproj
│   │   ├── Test1.csproj.user
│   │   ├── Test2.csproj
│   │   ├── Test2.csproj.user
│   │   ├── Test.cs
│   │   └── TestIndex.cs
│   ├── CSharpRemoteCLI
│   │   ├── AssemblyInfo.cs
│   │   ├── AutoincrementAttribute.cs
│   │   ├── CliError.cs
│   │   ├── ComBuffer.cs
│   │   ├── Connection.cs
│   │   ├── ConnectionPool.cs
│   │   ├── csharpcli.csproj
│   │   ├── csharpcli.csproj.user
│   │   ├── csharpcli.sln
│   │   ├── CSharpCLI.xml
│   │   ├── ObjectSet.cs
│   │   ├── Rectangle.cs
│   │   ├── Reference.cs
│   │   ├── ReferencesAttribute.cs
│   │   ├── Statement.cs
│   │   └── TableDescriptor.cs
│   ├── Debug
│   │   ├── class.obj
│   │   ├── compiler.obj
│   │   ├── container.obj
│   │   ├── cursor.obj
│   │   ├── database.obj
│   │   ├── fastdb.lib
│   │   ├── file.obj
│   │   ├── hashtab.obj
│   │   ├── localcli.obj
│   │   ├── query.obj
│   │   ├── repsock.obj
│   │   ├── rtree.obj
│   │   ├── server.obj
│   │   ├── stdtp.obj
│   │   ├── symtab.obj
│   │   ├── sync.obj
│   │   ├── ttree.obj
│   │   ├── vc60.idb
│   │   ├── vc60.pdb
│   │   ├── w32sock.obj
│   │   ├── wwwapi.obj
│   │   └── xml.obj
│   ├── docs
│   │   └── html
│   │   ├── annotated.html
│   │   ├── array_8h-source.html
│   │   ├── bugdb_8h-source.html
│   │   ├── class_8h-source.html
│   │   ├── classdbAnyArray.html
│   │   ├── classdbAnyArray-members.html
│   │   ├── classdbAnyArray.png
│   │   ├── classdbAnyContainer.html
│   │   ├── classdbAnyContainer-members.html
│   │   ├── classdbAnyContainer.png
│   │   ├── classdbAnyCursor.html
│   │   ├── classdbAnyCursor-members.html
│   │   ├── classdbAnyCursor.png
│   │   ├── classdbAnyMethodTrampoline.html
│   │   ├── classdbAnyMethodTrampoline-members.html
│   │   ├── classdbAnyMethodTrampoline.png
│   │   ├── classdbAnyReference.html
│   │   ├── classdbAnyReference-members.html
│   │   ├── classdbAnyReference.png
│   │   ├── classdbArray.html
│   │   ├── classdbArray-members.html
│   │   ├── classdbArray.png
│   │   ├── classdbCompiledQuery.html
│   │   ├── classdbCompiledQuery-members.html
│   │   ├── classdbCompiledQuery.png
│   │   ├── classdbComponent.html
│   │   ├── classdbComponent-members.html
│   │   ├── classdbContainer.html
│   │   ├── classdbContainer-members.html
│   │   ├── classdbContainer.png
│   │   ├── classdbCursor.html
│   │   ├── classdbCursor-members.html
│   │   ├── classdbCursor.png
│   │   ├── classdbDatabase.html
│   │   ├── classdbDatabase-members.html
│   │   ├── classdbFieldDescriptor.html
│   │   ├── classdbFieldDescriptor-members.html
│   │   ├── classdbHeader.html
│   │   ├── classdbHeader-members.html
│   │   ├── classdbL2List.html
│   │   ├── classdbL2List-members.html
│   │   ├── classdbL2List.png
│   │   ├── classdbMethodFastTrampoline.html
│   │   ├── classdbMethodFastTrampoline-members.html
│   │   ├── classdbMethodFastTrampoline.png
│   │   ├── classdbMethodTrampoline.html
│   │   ├── classdbMethodTrampoline-members.html
│   │   ├── classdbMethodTrampoline.png
│   │   ├── classdbNullReference.html
│   │   ├── classdbQueryElementAllocator.html
│   │   ├── classdbQueryElementAllocator-members.html
│   │   ├── classdbQueryElement.html
│   │   ├── classdbQueryElement-members.html
│   │   ├── classdbQueryExpression.html
│   │   ├── classdbQueryExpression-members.html
│   │   ├── classdbQuery.html
│   │   ├── classdbQuery-members.html
│   │   ├── classdbQuery.png
│   │   ├── classdbRecord.html
│   │   ├── classdbRecord-members.html
│   │   ├── classdbRecord.png
│   │   ├── classdbReference.html
│   │   ├── classdbReference-members.html
│   │   ├── classdbReference.png
│   │   ├── classdbSearchContext.html
│   │   ├── classdbSearchContext-members.html
│   │   ├── classdbSet.html
│   │   ├── classdbSet-members.html
│   │   ├── classdbTableDescriptor.html
│   │   ├── classdbTableDescriptor-members.html
│   │   ├── classdbTable.html
│   │   ├── classdbTable-members.html
│   │   ├── classdbTable.png
│   │   ├── classdbTimeSeriesBlock.html
│   │   ├── classdbTimeSeriesBlock-members.html
│   │   ├── classdbTimeSeriesIterator.html
│   │   ├── classdbTimeSeriesIterator-members.html
│   │   ├── classdbTimeSeriesProcessor.html
│   │   ├── classdbTimeSeriesProcessor-members.html
│   │   ├── classdbTimeSeriesReverseIterator.html
│   │   ├── classdbTimeSeriesReverseIterator-members.html
│   │   ├── classdbUserFunctionArgument.html
│   │   ├── classdbUserFunctionArgument-members.html
│   │   ├── classdbUserFunction.html
│   │   ├── classdbUserFunction-members.html
│   │   ├── classrectangle.html
│   │   ├── classrectangle-members.html
│   │   ├── cli_8h-source.html
│   │   ├── clidb_8h-source.html
│   │   ├── cliproto_8h-source.html
│   │   ├── compiler_8h-source.html
│   │   ├── config_8h-source.html
│   │   ├── container_8h-source.html
│   │   ├── cursor_8h-source.html
│   │   ├── database_8h-source.html
│   │   ├── date_8h-source.html
│   │   ├── datetime_8h-source.html
│   │   ├── doxygen.css
│   │   ├── doxygen.png
│   │   ├── exception_8h-source.html
│   │   ├── fastdb_8h-source.html
│   │   ├── file_8h-source.html
│   │   ├── files.html
│   │   ├── functions_enum.html
│   │   ├── functions_func.html
│   │   ├── functions.html
│   │   ├── functions_rela.html
│   │   ├── functions_type.html
│   │   ├── functions_vars.html
│   │   ├── harray_8h-source.html
│   │   ├── hashtab_8h-source.html
│   │   ├── hierarchy.html
│   │   ├── index.html
│   │   ├── iqsort_8h-source.html
│   │   ├── localcli_8h-source.html
│   │   ├── query_8h-source.html
│   │   ├── rectangle_8h-source.html
│   │   ├── reference_8h-source.html
│   │   ├── repsock_8h-source.html
│   │   ├── rtree_8h-source.html
│   │   ├── server_8h-source.html
│   │   ├── set_8h-source.html
│   │   ├── sockio_8h-source.html
│   │   ├── stdtp_8h-source.html
│   │   ├── structdbField.html
│   │   ├── structdbField-members.html
│   │   ├── structdbVarying.html
│   │   ├── structdbVarying-members.html
│   │   ├── subsql_8h-source.html
│   │   ├── symtab_8h-source.html
│   │   ├── sync_8h-source.html
│   │   ├── sync__unix_8h-source.html
│   │   ├── sync__w32_8h-source.html
│   │   ├── timeseries_8h-source.html
│   │   ├── ttree_8h-source.html
│   │   ├── unisock_8h-source.html
│   │   ├── w32sock_8h-source.html
│   │   ├── wince_8h-source.html
│   │   ├── wince__time_8h-source.html
│   │   └── wwwapi_8h-source.html
│   ├── doxygen.cfg
│   ├── examples
│   │   ├── bugdb.cpp
│   │   ├── bugdb.h
│   │   ├── clidb.cpp
│   │   ├── clidb.h
│   │   ├── clitest2.c
│   │   ├── clitest.c
│   │   ├── CliTest.java
│   │   ├── guess2.cpp
│   │   ├── guess.cpp
│   │   ├── guess_std.cpp
│   │   ├── JniTestIndex.java
│   │   ├── JniTestRelations.java
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── testalter.c
│   │   ├── testarridx.cpp
│   │   ├── testconc.cpp
│   │   ├── testdb.cpp
│   │   ├── testddl.cpp
│   │   ├── testfrag.cpp
│   │   ├── testfuzzy.cpp
│   │   ├── testharr.cpp
│   │   ├── testidx.cpp
│   │   ├── testindex.cpp
│   │   ├── TestIndex.java
│   │   ├── testiref.cpp
│   │   ├── testjoin.cpp
│   │   ├── testleak.cpp
│   │   ├── testpar.cpp
│   │   ├── testperf.cpp
│   │   ├── testraw.cpp
│   │   ├── testrect.c
│   │   ├── testreplic.cpp
│   │   ├── testspat.cpp
│   │   ├── testsync.cpp
│   │   ├── testtimeseries.cpp
│   │   ├── testtrav.cpp
│   │   ├── testudt.cpp
│   │   └── testwcs.cpp
│   ├── fastdb4ce
│   │   ├── fastdb4ce.vcp
│   │   └── fastdb4ce.vcw
│   ├── FastDB.bpg
│   ├── fastdb.dsp
│   ├── fastdb.dsw
│   ├── FastDB.htm
│   ├── fastdb.ncb
│   ├── fastdb.opt
│   ├── fastdb.plg
│   ├── fastdb.sln
│   ├── fastdb.spec
│   ├── fastdb.vcproj
│   ├── fastdb.vcproj.Acer.暑眈蜞眚桧.user
│   ├── genauto.sh
│   ├── GiST
│   │   ├── BTree
│   │   │   ├── BTentry.cpp
│   │   │   ├── BTentry.h
│   │   │   ├── BT.h
│   │   │   ├── BTnode.cpp
│   │   │   ├── BTnode.h
│   │   │   ├── BTpredicate.cpp
│   │   │   ├── BTpredicate.h
│   │   │   ├── BTree.help
│   │   │   ├── BTree.mak
│   │   │   ├── command.cpp
│   │   │   ├── command.h
│   │   │   ├── gram.tab.cpp
│   │   │   ├── gram.tab.h
│   │   │   ├── gram.y
│   │   │   ├── Makefile
│   │   │   ├── scan.cpp
│   │   │   └── scan.l
│   │   ├── CONTENTS
│   │   ├── doc
│   │   │   ├── contrib.html
│   │   │   ├── gist.gif
│   │   │   ├── index.html
│   │   │   ├── install.html
│   │   │   ├── libtour.html
│   │   │   └── readme.html
│   │   ├── genparse.bat
│   │   ├── HISTORY
│   │   ├── libGiST
│   │   │   ├── GiST.cpp
│   │   │   ├── GiSTcursor.cpp
│   │   │   ├── GiSTcursor.h
│   │   │   ├── GiSTdb.cpp
│   │   │   ├── GiSTdb.h
│   │   │   ├── GiSTdefs.h
│   │   │   ├── GiSTentry.h
│   │   │   ├── GiSTfile.cpp
│   │   │   ├── GiSTfile.h
│   │   │   ├── GiST.h
│   │   │   ├── GiSTlist.h
│   │   │   ├── GiSTnode.cpp
│   │   │   ├── GiSTnode.h
│   │   │   ├── GiSTpath.h
│   │   │   ├── GiSTpredicate.cpp
│   │   │   ├── GiSTpredicate.h
│   │   │   ├── GiSTstore.h
│   │   │   ├── libGiST.mak
│   │   │   └── Makefile
│   │   ├── Makefile
│   │   ├── README
│   │   ├── RSTree
│   │   │   ├── command.cpp
│   │   │   ├── command.h
│   │   │   ├── GiST.help
│   │   │   ├── gram.tab.cpp
│   │   │   ├── gram.tab.h
│   │   │   ├── gram.y
│   │   │   ├── Makefile
│   │   │   ├── RSTree.mak
│   │   │   ├── RT.cpp
│   │   │   ├── RTentry.cpp
│   │   │   ├── RTentry.h
│   │   │   ├── RT.h
│   │   │   ├── RTnode.cpp
│   │   │   ├── RTnode.h
│   │   │   ├── RTpredicate.cpp
│   │   │   ├── RTpredicate.h
│   │   │   ├── RTree.help
│   │   │   ├── scan.cpp
│   │   │   └── scan.l
│   │   ├── RTree
│   │   │   ├── command.cpp
│   │   │   ├── command.h
│   │   │   ├── gram.tab.cpp
│   │   │   ├── gram.tab.h
│   │   │   ├── gram.y
│   │   │   ├── Makefile
│   │   │   ├── RTentry.cpp
│   │   │   ├── RTentry.h
│   │   │   ├── RT.h
│   │   │   ├── RTnode.cpp
│   │   │   ├── RTnode.h
│   │   │   ├── RTpredicate.cpp
│   │   │   ├── RTpredicate.h
│   │   │   ├── RTree.help
│   │   │   ├── RTree.mak
│   │   │   ├── scan.cpp
│   │   │   └── scan.l
│   │   └── tests
│   │   ├── boxes.sql
│   │   ├── BTree.std
│   │   ├── RTree.std
│   │   ├── runtests.sh
│   │   └── words.sql
│   ├── guess.xml
│   ├── inc
│   │   ├── acconfig.h.in
│   │   ├── array.h
│   │   ├── class.h
│   │   ├── cli.h
│   │   ├── cliproto.h
│   │   ├── compiler.d
│   │   ├── compiler.h
│   │   ├── config.h
│   │   ├── container.h
│   │   ├── cursor.h
│   │   ├── database.h
│   │   ├── date.h
│   │   ├── datetime.h
│   │   ├── exception.h
│   │   ├── fastdb.h
│   │   ├── fastdbShim.h
│   │   ├── file.h
│   │   ├── harray.h
│   │   ├── hashtab.h
│   │   ├── iqsort.h
│   │   ├── localcli.h
│   │   ├── query.h
│   │   ├── rectangle.h
│   │   ├── reference.h
│   │   ├── repsock.h
│   │   ├── rtree.h
│   │   ├── server.h
│   │   ├── set.h
│   │   ├── sockio.h
│   │   ├── stdtp.h
│   │   ├── subsql.h
│   │   ├── symtab.h
│   │   ├── sync.h
│   │   ├── sync_unix.h
│   │   ├── sync_w32.h
│   │   ├── timeseries.h
│   │   ├── ttree.h
│   │   ├── unisock.h
│   │   ├── w32sock.h
│   │   ├── wince.h
│   │   ├── wince_time.h
│   │   └── wwwapi.h
│   ├── INSTALL
│   ├── javacli
│   │   ├── buildlocalsock.bat
│   │   ├── CliError.java
│   │   ├── ComBuffer.java
│   │   ├── Connection.java
│   │   ├── ConnectionPool.java
│   │   ├── docs
│   │   │   ├── allclasses-frame.html
│   │   │   ├── allclasses-noframe.html
│   │   │   ├── constant-values.html
│   │   │   ├── deprecated-list.html
│   │   │   ├── help-doc.html
│   │   │   ├── index-all.html
│   │   │   ├── index.html
│   │   │   ├── javacli
│   │   │   │   ├── CliError.html
│   │   │   │   ├── Connection.html
│   │   │   │   ├── ConnectionPool.html
│   │   │   │   ├── LocalSocket.html
│   │   │   │   ├── ObjectSet.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   ├── Rectangle.html
│   │   │   │   ├── Reference.html
│   │   │   │   └── Statement.html
│   │   │   ├── overview-tree.html
│   │   │   ├── package-list
│   │   │   ├── resources
│   │   │   │   └── inherit.gif
│   │   │   ├── serialized-form.html
│   │   │   └── stylesheet.css
│   │   ├── jnilocalsock.cpp
│   │   ├── jnilocalsock.dll
│   │   ├── LocalSocket.java
│   │   ├── ObjectSet.java
│   │   ├── Rectangle.java
│   │   ├── Reference.java
│   │   ├── Statement.java
│   │   └── TableDescriptor.java
│   ├── javacli.jar
│   ├── jnicli
│   │   ├── ClassDescriptor.java
│   │   ├── CliException.java
│   │   ├── compile.bat
│   │   ├── ConstraintParser.java
│   │   ├── Cursor.java
│   │   ├── Database.java
│   │   ├── DatabaseJNI.java
│   │   ├── DatabaseSessionClient.java
│   │   ├── DatabaseSession.java
│   │   ├── DatabaseSessionServer.java
│   │   ├── docs
│   │   │   ├── allclasses-frame.html
│   │   │   ├── allclasses-noframe.html
│   │   │   ├── constant-values.html
│   │   │   ├── deprecated-list.html
│   │   │   ├── help-doc.html
│   │   │   ├── index-all.html
│   │   │   ├── index.html
│   │   │   ├── jnicli
│   │   │   │   ├── CliException.html
│   │   │   │   ├── Cursor.html
│   │   │   │   ├── Database.html
│   │   │   │   ├── DatabaseJNI.html
│   │   │   │   ├── DatabaseSessionClient.html
│   │   │   │   ├── DatabaseSession.html
│   │   │   │   ├── DatabaseSessionServer.html
│   │   │   │   ├── package-frame.html
│   │   │   │   ├── package-summary.html
│   │   │   │   ├── package-tree.html
│   │   │   │   └── PrefetchedCursor.html
│   │   │   ├── overview-tree.html
│   │   │   ├── package-list
│   │   │   ├── packages.html
│   │   │   ├── resources
│   │   │   │   └── inherit.gif
│   │   │   ├── serialized-form.html
│   │   │   └── stylesheet.css
│   │   ├── IncrementalCursorForUpdate.java
│   │   ├── IncrementalCursor.java
│   │   ├── jnicli.cpp
│   │   ├── jnicli.dll
│   │   ├── jnicli.jar
│   │   ├── jnicli.obj
│   │   └── PrefetchedCursor.java
│   ├── jnicli.jar
│   ├── lib
│   │   ├── cli.lib
│   │   └── fastdb.lib
│   ├── make.bat
│   ├── makefile
│   ├── makefile.acc
│   ├── Makefile.am
│   ├── makefile.bcc
│   ├── makefile.icl
│   ├── Makefile.in
│   ├── makefile.mingw
│   ├── makefile.mvc
│   ├── makefile.osx
│   ├── makefile.sun
│   ├── makefile.suncc
│   ├── makefile.vxworks
│   ├── README
│   ├── ruby
│   │   ├── benchmark.rb
│   │   ├── clitest.rb
│   │   ├── clitest.sql
│   │   └── fastdb.rb
│   ├── runtests.bat
│   ├── runtests.sh
│   ├── src
│   │   ├── cgistub.cpp
│   │   ├── class.cpp
│   │   ├── cleanupsem.cpp
│   │   ├── cli.cpp
│   │   ├── compiler.cpp
│   │   ├── container.cpp
│   │   ├── cursor.cpp
│   │   ├── database.cpp
│   │   ├── fastdbShim.cpp
│   │   ├── file.cpp
│   │   ├── forcerecovery.cpp
│   │   ├── hashtab.cpp
│   │   ├── inspectsem.cpp
│   │   ├── localcli.cpp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── query.cpp
│   │   ├── repsock.cpp
│   │   ├── rtree.cpp
│   │   ├── server.cpp
│   │   ├── stdtp.cpp
│   │   ├── subsql.cpp
│   │   ├── symtab.cpp
│   │   ├── sync.cpp
│   │   ├── ttree.cpp
│   │   ├── unisock.cpp
│   │   ├── w32sock.cpp
│   │   ├── wince_time.cpp
│   │   ├── wwwapi.cpp
│   │   └── xml.cpp
│   ├── subsql4ce
│   │   ├── subsql4ce.vcl
│   │   └── subsql4ce.vcp
│   ├── SubSQLPrj
│   │   ├── Debug
│   │   │   ├── subsql.exe
│   │   │   ├── subsql.ilk
│   │   │   ├── subsql.obj
│   │   │   ├── subsql.pdb
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── subsql.dsp
│   │   ├── subsql.plg
│   │   ├── subsql.vcproj
│   │   └── subsql.vcproj.Acer.暑眈蜞眚桧.user
│   ├── testddl.sql
│   └── vc90.idb
├── FastDB.doc
├── fastdb个人使用心得.doc
├── FastDB_应用开发指南.docx
├── FastDB+很难得的一篇分析+.doc
└── 使用说明.txt

36 directories, 573 files

标签:

实例下载地址

可以使用的fastdb用例

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警