搜索资源列表
SourceCode.rar jxta实现的p2p聊天
- jxta实现的p2p聊天,文件传输,共享,文件搜索,JXTA p2p achieved chat, file transfer, sharing, file search
SaoMiao
- 我用java编写的本地文件搜索工具,输入关键字后,选择好盘符,点击搜索后,该工具会搜索所选盘符所有包含该关键字的文件列出路径信息来,可以暂停、停止、保存搜索结果到txt文件里-I am using java prepared local file search tool, enter a keyword, select a good letter, click search, the tool searches all the selected letter are listed in the
java source
- 里面有5个工程文件,功能分别为搜索引擎建立索引与查询功能、java的MD5算法、HashMap的功能、FileDao文件操作大全、动态生成验证码,可定制字体,图片背景,和干扰线等。-There are five project file, function set up for search engine indexing and query functions, java the MD5 algorithm, HashMap function, FileDao file operations
lzzSearch-1.01
- 网页采集系统 === === ===== 安装配置 --- - 1 程序我就不说了 2 配置文件 applicationContext.xml 里面有详细的注释 3 已经包含了多个论坛博客的参数,如CSDN论坛、博客园、新浪博客、百度Hi、ccidnet等的解析参数 需要的类库 --------- 1 Spring 2.5 2 common-logging 1.1 3 paoding-analysis 2.0.4-beta
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
FileSystem
- 基于java的文件管理系统 能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
java_notebook
- 量替换同一目录下所有文件的同一字段(html文件可能支持性不太好)用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。要在硬盘中-The volume of the replacement of the same directory of the same field of all documents (html files may not support good) java language with the local file search functi
notebook
- 用java语言实现的本地文件搜索功能,在当前硬盘类搜索文件,获取文件路径,知道存在否。-Java language with the local file search function, search the hard disk in the current document, to obtain file path, aware of the existence of any.
hjblong
- 。支持各种操作系统(windows, Linux, Unix),或租用java空间 2。各种数据库(MySQL, SQL SERVER, Oracle, DB2)。 3。应用服务器Tomcat. Resin, WEBsphere, WEB Logic. 系统功能介绍: 1。播客节目发布管理系统 2。文件管理 3。个性化模版定义功能。可以定制你喜欢的网站风格和样式 4。完全支持RSS订阅,可以兼容iPod+iTunes
02
- 系统介绍 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理。 操作流程 使用本程序时,请按以下步骤操作: (1)单击“系统设置”选项卡,设置系统、IP搜索范围和
javaseo
- Java毕业论文:搜索引擎系统附源代码.这是一套拿去就能用的Java毕业论文资料,内含JAVA技术实现搜索引擎的源代码、技术文档、编译JAR文件,如果你想偷懒的话,拿去就能用了。尤其是文档写的很详细,源代码也比较完整,不过环境配置比较麻烦。-Java Thesis: Search engine system attached to the source code. This is a set of Naqu be able to use the Java thesis information t
search
- simple file searching using java
search
- lucene应用实例程序,包含了建立索引到web搜索的完整代码,里面用到的数据库是dedecms的,可以自己去下载,config.xml为配置文件,需要配置索引目录和链接数据的用户密码。该代码实例可以直接作为你用lucene建立全文搜索的参考-lucene Applications programs, including the establishment of an index to the web search the complete code, which used the databa
javaconnection
- java通讯录课程设计,序使用了ObjectInPutStream和ObjectOutPutStream这两个文件输入输出流,利用这两个文件输入输出流,可以方便的直接将通讯记录对象直接写入文件中,另外为了方便添加和删除一条记录还使用了系统的对象数组类Arraylist。同时也方便了查找操作 -java address book curriculum design, sequence using ObjectInPutStream and ObjectOutPutStream input an
search
- java实现本地文件搜索的源代码,非常好的学习资料,注释写得很详细-to achieve a local file search java source code, a very good learning materials, notes to write a very detailed
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
dir.file.search
- 用Java实现的文件夹和文件查询操作,熟悉文件操作函数-Implemented with the Java folder and file search operation, familiar with the file operation function
java-code
- potential field java file, java code for potential field search of obstacles
searchForFile
- 一个java开发的文件搜索工具,实现列表显示相关搜索结果-Developed a java file search tool to achieve relevant search results list shows
fileSearch
- 用JAVA写的一个关键词检索的程序,能够读取文件,并对输入的关键词进行检索的功能。(Using JAVA to write a keyword search program, to read the document, and the input keywords to search function.)
