搜索资源列表
ASPSecurity
- 描述: 本程序由ASP编写,旨在帮助管理员维护ASP网站安全 :) 功能: 1、ASP木马查找(能够查出现在几乎所有的ASP木马) 2、文件篡改检查 3、可疑文件搜索 4、Access数据库保护-Descr iption : The procedures prepared by the ASP, designed to help administrators maintain security ASP website :) functions : 1. ASP Tr
jenaSearch.rar
- 用jena做的语义检索系统,包括本体文件及应用规则。,To do with the jena semantic retrieval system, including the body of documents and application rules.
javaiocontacts
- 用java语言实现通讯录,Java 字符界面通讯录,文件名 MyCommunication.java,主要实现的功能是添加信息,删除信息,查找信息,显示所有信息,删除所有信息!-Contacts with the java language, Java character interface contacts, the file name MyCommunication.java, the main function is to add information to achieve, delet
WJCZXT
- 这个用J2se的写的一个文件查找系统,即在本地机器上搜索文件,有点类似于windows的搜索功能-The use of written J2se find a file system, that is, search for files on local machines, somewhat similar to the search function windows
FileSystem
- 基于java的文件管理系统 能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
JavaTextFileManipulate
- 文件操作 实现文件查找 修改 文件属性 里面有注释 自己看-File operations for file changes file attributes to find notes inside look at their own
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
FileFinder
- 简单的文件查找程序,初级入门练得小例子,随便看看吧-Simple file search
wenjianchazhao
- 这是一个用java语言写的代码,实现文件查找功能。-This is a use Java language writing code, implementation file search function.
manage
- 网站管理工具,单文件,功能齐全,文件浏览管理、数据库、查看环境变量、在线代理、webshell、http下载、文件查找、php脚本执行、反弹shell、数据库备份等。-Website management tool. a single file, capable of file management, database query, environment variable viewing, web proxy, webshell, finding files, executing php sc
search
- 一款基于C#编程的文件查找代码,希望大家喜欢 -search
DialogFind
- 文件查找功能,是记事本开发的必须类-File search function is developed to be class notebook. . . . .
FlieManage01
- 一个文件管理系统,实现文件查找和删除以及目录查询等功能-To realize the function such as file search
page-debugging-master
- 现在的系统Web页面多半由层层嵌套的页面片段组合合成。这些页面片段在提高代码重用性的同时,也增加了文件查找的困难。这个小工具能让页面文件的查找不那么痛苦。-Combinatorial synthesis system most of the Web pages by layers of nested page fragment. These page fragments in the same time to improve code reusability, increased file se
zhangchanganquanzhushou
- 雷客图ASP站长安全助手( ASPSecurity ) 是一个基于ASP的网站安全综合工具。其功能包括ASP木马查找、被篡改文件查找、可疑文件搜索、数据库安全保护、追踪入侵者信息等1、ASPSecurity 程序版权归作者所有。2、使用者必须遵循 创作共用(Creative Commons)-The mine off Figure ASP webmaster Security Assistant (ASPSecurity) is based the ASP website security to
ssfile
- 在线文件管理方面:文件浏览、下载、编辑、重命名、删除,打包下载,文件上传,修改属性。。。 另外还有: | 环境变量 | 在线代理 | 注册表操作 | PHPINFO() | WebShell | Http 文件下载 | 文件查找 | 执行php脚本 | 执行SQL语句 | Func反弹Shell | MySQL Backup | Serv-U EXP-Online document management: file browse, download, edit, rename, delete
MainActivity
- 安卓手机在指定文件数据库中查找关键字内容(Android phones look for keywords in a specified file database)
Java 查找两个文件夹中不同文件名的文件
- Java 查找两个文件夹中不同文件名的文件(Java find two differnt docment)
java大作业_20190616
- 1、单词统计。键盘输入一段英文语句,将这段话写入文件file.txt中,然后输出这段话,并且统计语句中英文单词的数目(采用Vector类)以及各单词出现的次数(采用Hashtable类)2、查找替换文本文件的内容。(1)键盘输入文件路径及文件名(2)键盘输入待查找的文本信息和替换的文件(1. Word statistics. Keyboard input a sentence in English, write this sentence into file. txt, and then out
基于J2EE的在线搜索系统
- 这是一款基于J2EE的在线搜索系统,可以同时支持mySQL数据库或本地文件查找