文件名称:DBSearch
- 所属分类:
- 数据库编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.92mb
- 下载次数:
- 0次
- 提 供 者:
- 谭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
第一次从DB搜寻后缓冲搜寻结果索引,以后用此索引直接提取数据库
主要分3个类:SyncDictionary<T> , IndexItem ,DBStringSearch
SyncDictionary<T>:用于建立搜寻结果字典,便于对搜寻结果作缓存,支持自动
压缩(当字典超过设定长度则以最近使用时间为依据压缩)。
IndexItem:包装的一个Index数组,用于存放搜寻结果的索引,支持自动分配和
删除数组(内部保留删除的数组用于从新分配,保留的数组过多则删除一些不常用的)。
DBStringSearch:将SyncDictionary<T>和IndexItem结合成一个完
整的数据库搜寻类(2个子类分别用于同步/非同步数据库)。-After the first buffer from the DB search results search index, this index directly after extraction with the database is divided into three categories: SyncDictionary <T> , IndexItem, DBStringSearch SyncDictionary <T> : Used to create a dictionary search results, facilitate the search results for the cache, support for automatic compression (when the dictionary is more than set the length of the places recently used based on the time compression). IndexItem: packaging of an Index array used to store the index of search results, support for automatic array allocation and delete (delete the array within the reservation for the new assignment, to retain the array delete some not too common). DBStringSearch: the SyncDictionary <T> And IndexItem combined into a complete database search class (2 sub-categories were used for synchronous/asynchronous database).
主要分3个类:SyncDictionary<T> , IndexItem ,DBStringSearch
SyncDictionary<T>:用于建立搜寻结果字典,便于对搜寻结果作缓存,支持自动
压缩(当字典超过设定长度则以最近使用时间为依据压缩)。
IndexItem:包装的一个Index数组,用于存放搜寻结果的索引,支持自动分配和
删除数组(内部保留删除的数组用于从新分配,保留的数组过多则删除一些不常用的)。
DBStringSearch:将SyncDictionary<T>和IndexItem结合成一个完
整的数据库搜寻类(2个子类分别用于同步/非同步数据库)。-After the first buffer from the DB search results search index, this index directly after extraction with the database is divided into three categories: SyncDictionary <T> , IndexItem, DBStringSearch SyncDictionary <T> : Used to create a dictionary search results, facilitate the search results for the cache, support for automatic compression (when the dictionary is more than set the length of the places recently used based on the time compression). IndexItem: packaging of an Index array used to store the index of search results, support for automatic array allocation and delete (delete the array within the reservation for the new assignment, to retain the array delete some not too common). DBStringSearch: the SyncDictionary <T> And IndexItem combined into a complete database search class (2 sub-categories were used for synchronous/asynchronous database).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DBSearchLibrary\app.config
...............\bin\Debug\DBSearchLibrary.dll
...............\...\.....\DBSearchLibrary.dll.config
...............\...\.....\DBSearchLibrary.pdb
...............\Category.cs
...............\DBSearchLibrary.csproj
...............\DBSearchLibrary.csproj.user
...............\obj\DBSearchLibrary.csproj.FileList.txt
...............\...\.ebug\DBSearchLibrary.dll
...............\...\.....\DBSearchLibrary.pdb
...............\...\.....\Refactor\DBSearchLibrary.dll
...............\...\.....\TempPE\Web References.DBSearchServer.Reference.cs.dll
...............\...\.....\......\Web References.GetCategoriesServer.Reference.cs.dll
...............\...\.....\......\Web References.localhost.Reference.cs.dll
...............\...\Release\DBSearchLibrary.dll
...............\...\.......\DBSearchLibrary.pdb
...............\...\.......\DBSearchLibrary.XmlSerializers.dll
...............\...\.......\TempPE\Web References.DBSearchServer.Reference.cs.dll
...............\ProductBinding.cs
...............\ProductDetails.cs
...............\...perties\AssemblyInfo.cs
...............\..........\Settings.Designer.cs
...............\..........\Settings.settings
...............\Security\CurrentUserContext.cs
...............\........\DataAccess.cs
...............\........\SecurityCryptor.cs
...............\........\UserManager.cs
...............\........\UserRoles.cs
...............\Subcategory.cs
...............\SubcategoryBinding.cs
...............\Utility\Client_Server_Param.cs
...............\.......\DataAccess.cs
...............\.......\DBSearchLibConfiguration.cs
...............\.......\GenericDataLayer.cs
...............\.......\productDetails.cs
...............\.......\ServerCall.cs
...............\Web References\DBSearchServer\DBSearchService.disco
...............\..............\..............\DBSearchService.wsdl
...............\..............\..............\Reference.cs
...............\..............\..............\Reference.map
........Test\App_Code\DataAccess.cs
............\........\DBSearchService.cs
............\........\GenericDataLayer.cs
............\........\ProductDetail.cs
............\........\SearchConfiguration.cs
............\....Data\TestSearchDB.mdf
............\........\TestSearchDB_log.ldf
............\....Themes\Theme1\StyleSheet.css
............\bin\DBSearchLibrary.dll
............\...\DBSearchLibrary.pdb
............\...\DBStringSearch.dll
............\...\DBStringSearch.pdb
............\DBSearchService.asmx
............\Default.aspx
............\Default.aspx.cs
............\Global.asax
............\MainMaster.master
............\MainMaster.master.cs
............\PictureShow.aspx
............\PictureShow.aspx.cs
............\ProductDetail.aspx
............\ProductDetail.aspx.cs
............\UserControls\Category.ascx
............\............\Category.ascx.cs
............\............\ProductDetail.ascx
............\............\ProductDetail.ascx.cs
............\............\ProductList.ascx
............\............\ProductList.ascx.cs
............\............\Search.ascx
............\............\Search.ascx.cs
............\............\Subcategory.ascx
............\............\Subcategory.ascx.cs
............\Web.Config
............Manager\app.config
...................\bin\Debug\DBSearchLibrary.dll
...................\...\.....\DBSearchLibrary.pdb
...................\...\.....\DBSearchTestManager.exe
...................\...\.....\DBSearchTestManager.exe.config
...................\...\.....\DBSearchTestManager.pdb
...................\...\.....\DBSearchTestManager.vshost.exe
...................\...\.....\DBSearchTestManager.vshost.exe.config
...................\DBSearchTestManager.csproj
...................\DBSearchTestManager.csproj.user
...................\Form1.cs
...................\Form1.Designer.cs
...................\Form1.resx
...................\Login.cs
...................\Login.Designer.cs
...................\Login.resx
...................\obj\DBSearchTestManager.csproj.FileList.txt
...................\...\.ebug\DBSearchTestManager.CategoryAdministrator.resources
...................\
...............\bin\Debug\DBSearchLibrary.dll
...............\...\.....\DBSearchLibrary.dll.config
...............\...\.....\DBSearchLibrary.pdb
...............\Category.cs
...............\DBSearchLibrary.csproj
...............\DBSearchLibrary.csproj.user
...............\obj\DBSearchLibrary.csproj.FileList.txt
...............\...\.ebug\DBSearchLibrary.dll
...............\...\.....\DBSearchLibrary.pdb
...............\...\.....\Refactor\DBSearchLibrary.dll
...............\...\.....\TempPE\Web References.DBSearchServer.Reference.cs.dll
...............\...\.....\......\Web References.GetCategoriesServer.Reference.cs.dll
...............\...\.....\......\Web References.localhost.Reference.cs.dll
...............\...\Release\DBSearchLibrary.dll
...............\...\.......\DBSearchLibrary.pdb
...............\...\.......\DBSearchLibrary.XmlSerializers.dll
...............\...\.......\TempPE\Web References.DBSearchServer.Reference.cs.dll
...............\ProductBinding.cs
...............\ProductDetails.cs
...............\...perties\AssemblyInfo.cs
...............\..........\Settings.Designer.cs
...............\..........\Settings.settings
...............\Security\CurrentUserContext.cs
...............\........\DataAccess.cs
...............\........\SecurityCryptor.cs
...............\........\UserManager.cs
...............\........\UserRoles.cs
...............\Subcategory.cs
...............\SubcategoryBinding.cs
...............\Utility\Client_Server_Param.cs
...............\.......\DataAccess.cs
...............\.......\DBSearchLibConfiguration.cs
...............\.......\GenericDataLayer.cs
...............\.......\productDetails.cs
...............\.......\ServerCall.cs
...............\Web References\DBSearchServer\DBSearchService.disco
...............\..............\..............\DBSearchService.wsdl
...............\..............\..............\Reference.cs
...............\..............\..............\Reference.map
........Test\App_Code\DataAccess.cs
............\........\DBSearchService.cs
............\........\GenericDataLayer.cs
............\........\ProductDetail.cs
............\........\SearchConfiguration.cs
............\....Data\TestSearchDB.mdf
............\........\TestSearchDB_log.ldf
............\....Themes\Theme1\StyleSheet.css
............\bin\DBSearchLibrary.dll
............\...\DBSearchLibrary.pdb
............\...\DBStringSearch.dll
............\...\DBStringSearch.pdb
............\DBSearchService.asmx
............\Default.aspx
............\Default.aspx.cs
............\Global.asax
............\MainMaster.master
............\MainMaster.master.cs
............\PictureShow.aspx
............\PictureShow.aspx.cs
............\ProductDetail.aspx
............\ProductDetail.aspx.cs
............\UserControls\Category.ascx
............\............\Category.ascx.cs
............\............\ProductDetail.ascx
............\............\ProductDetail.ascx.cs
............\............\ProductList.ascx
............\............\ProductList.ascx.cs
............\............\Search.ascx
............\............\Search.ascx.cs
............\............\Subcategory.ascx
............\............\Subcategory.ascx.cs
............\Web.Config
............Manager\app.config
...................\bin\Debug\DBSearchLibrary.dll
...................\...\.....\DBSearchLibrary.pdb
...................\...\.....\DBSearchTestManager.exe
...................\...\.....\DBSearchTestManager.exe.config
...................\...\.....\DBSearchTestManager.pdb
...................\...\.....\DBSearchTestManager.vshost.exe
...................\...\.....\DBSearchTestManager.vshost.exe.config
...................\DBSearchTestManager.csproj
...................\DBSearchTestManager.csproj.user
...................\Form1.cs
...................\Form1.Designer.cs
...................\Form1.resx
...................\Login.cs
...................\Login.Designer.cs
...................\Login.resx
...................\obj\DBSearchTestManager.csproj.FileList.txt
...................\...\.ebug\DBSearchTestManager.CategoryAdministrator.resources
...................\