-
Solr4.9+Tomcat7集成打包版本
将最新版的Solr4.9和Tomcat7进行了整合,直接解压就可使用。搭建环境需要jdk1.7及以上环境,未打包jdk,需要自行安装jdk。附带了几个简单的导入索引及处理的配置仅供参考。
- 2022-01-30 20:56:21下载
- 积分:1
-
用delphi编写的实现文件分割与合并功能的小程序,有源码。
用delphi编写的实现文件分割与合并功能的小程序,有源码。-with delphi achieve document prepared by the division of functions and consolidation of small procedures, the source code.
- 2022-03-14 19:41:01下载
- 积分:1
-
PE 文件格式读取
PE 文件格式读取-read and save by PE document
- 2022-08-07 06:42:52下载
- 积分:1
-
结构化存储文件也被称为OLE复合文档。复合做…
一个结构化存储的文件通常也称之为OLE复合文档。 复合文档具有很多特性,比如: (1)可以加载和保存局部文档,这可以避免为了读取一小段数据而载入整个文件。 (2)Windows本身在内部就提供了对复合文档的支持。举个例子,即便系统中没有安装Word,我们在资源管理器中察看Word文档的属性时,也可以显示它的大量信息,比如摘要、统计、作者、字数等。因为这些信息就是从Word的复合文档中读取的。 微软公司声称结构化存储将是未来Windows的缺省文件格式。MS-Office就已经大量的使用了结构化存储。-a structured storage files are also known as OLE compound documents. Compound document has many features, such as : (a) can be loaded and preserving local documents, it can be avoided in order to read a small portion of the entire data contained in documents. (2) within Windows itself on the right compound document support. For example, even if the system had not been installed Word, in which resources management for Word documents look at the properties, it can also show that the vast amount of information, such as summary statistics, the author and not so. Because this information is from the compound Word document read. Microsoft claims that the structure of storage will be a future Windows is the default file format. MS-Office on the
- 2022-05-13 23:57:04下载
- 积分:1
-
Word operation, write the content automatically. Doc document templates can be u...
Word操作,自动将内容写入.doc模版文件中,可以用来实现办公自动化,和无纸打印-Word operation, write the content automatically. Doc document templates can be used to realize office automation, and non-paper printing
- 2022-03-23 05:01:01下载
- 积分:1
-
This is my courses on operating system design : simple multi
这是我的操作系统课程设计:简单多用户文件系统,是用来模拟实际的文件存储,物理块的分配,以及文件读写打开关闭等基本操作.学生专用-This is my courses on operating system design : simple multi-user file system is used to simulate the actual document storage, the physical block distribution, and document literacy and other basic opening and closing operation. Student
- 2022-02-01 19:34:26下载
- 积分:1
-
原始数据划分为train.dat和test.dat
应用背景开始是做movielense的数据,可以把原始数据任意划分为train.dat和test.dat,主要是为了做验证实验。非常简单明了,适合初学者看看,如果不喜欢,请轻喷。关键技术# -*- coding: cp936 -*-
from sklearn import cross_validation
c = []
filename = r"Raw.data" #原始数据
out_train = open(r"train.txt","w") #训练集
out_test = open(r"test.txt","w") #测试集
for line in open(filename):
items = line.strip().split(",")
c.append(items)
c_train,c_test = cross_validation.train_test_split(c,test_size=0.1)#size =你需要的比例
for i in c_train:
out_train.write(",".join(i)+"
")
for i in c_test:
out_test.write(",".join(i)+"
")
- 2022-01-25 21:21:56下载
- 积分:1
-
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式...
分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority- Based Scheduling way
- 2022-07-16 04:04:30下载
- 积分:1
-
Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下....
Txt文本文件与Access文件互转换(功能还没有完善)例子中用到了第三方控件,有时间再整理一下.
-text files and archives documents Access Transformation (feature is not perfect) example uses a third-party control, have time to tidy up.
- 2022-02-15 06:40:17下载
- 积分:1
-
一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价...
一个非常不错的文本编辑器,运行平台为Linux希望大家用了以后多做评价-a very good text editor, running the Linux platform for us to want to do more evaluation of the future
- 2022-08-26 12:55:10下载
- 积分:1