搜索资源列表
ASP.NET+VB
- 1.使用源程序前系统必须安装Microsoft SQL Server 2000 3.将程序中数据库连接字符串中的Data Source项改成与安装后的SQL Server服务器的名称一致,可以在程序中通过查找替换方式来实现。 用ASP.NET和VB实现的-1. Before the use of the source system must install Microsoft SQL Server 2000 3. will process database connection string
ReplaceString
- 可以替换同一目录下文本文件中某一字符串为新串-can replace the same directory text documents for a new series of string
MyFrame
- 一个JAVA字符串处理程序,利用正则实现字符串的搜索、替换,以及打开一个含有字符串的文本
TextFindReplace
- java写的查找替换程序,本程序实现像word一样的查找替换功能 create()方法用于创建主界面和创建有关查找和替换字符串结果信息的对话框-written procedures for the replacement search, the program like the same word search function replacement create () method is used to create the main interface and the creation o
Notepad
- 1、 可显示当前鼠标的行列位置 2、 实现字符串的查找与替换 3、 实现记事本中的常用菜单项 4、 *实现文件的打开与保存 5、 *设置文本的字体 -One can show that the ranks of the current mouse position 2, implementation of the search string with the replacement of 3, implementation of the commonly used Notep
java
- 1. 可显示当前鼠标的行列位置 2. 实现字符串的查找与替换 3. 实现记事本中的常用菜单项 4. *实现文件的打开与保存 5. *设置文本的字体 -1. Shows the ranks of the current mouse position 2. Implementation of the search string with the replacement of 3. Implementation of commonly used Notepad menu item
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
TextFindReplace
- 程序文件名称:TextFindReplace.java 功能:字符串的查找与替换-Program file name: TextFindReplace.java functions: Find and replace string
replace
- 替换脚本,Replace_$.cfg为配置文件,在其中设置好源字符串和目标字符串。replace.bat为 perl脚本-Replacement of the scr ipt, Replace_ $. Cfg for the configuration file, set up in which the source string and destination string. replace.bat for the perl scr ipt
resetchr
- 危险字符串替换函数 防止ASP程序被SQL注入-String replace function to prevent the risk of ASP programs are SQL Injection
StringFindReplace
- 在字符串中寻找和替换一些字符.String就是java中的字符串,用双引号引起来的几个字符.如"Abc","一天". 如何创建一个String? 1.String s1 = "ABCD" 2.String s2 = new String("ABCD") -In the string search and replacement of some characters. String is a string in java, use double quotation
text
- 为一个文本编辑器设计一个查找和替换对话框,实现字符串的查找和替换功能,提供区分大小写、全字匹配等多个选项。-java
ok
- 演示程序为计算机和用户的对话形式执行,即在计算机的终端显示图形界面的文档编辑器,然后用户就可以实现编辑,保存等像记事本一样的功能。 (1)打开以有文件,保存编辑文件,退出编辑器并提醒保存; (2)查找编辑区中的字符串,用已知字符串替换查找的字符串; (3)显示文件的存取路径; (4)剪切,复制,粘贴,删除等; (5)改变文本区字体的颜色,字体大小和形状的功能; (6)关键字显示蓝色、类库类名显示红色。 -Demonstration program for the co
cmpStr
- 用JAVA实现查找指定文本文件里某个字符串并全部替换。-JAVA implementation with the specified text file to find a string and replace all.
kmp
- kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
Unlinker
- Unlinker。用正则表达式匹配最长url,把匹配的字符串替换并且输出-Unlinker. Use regular expressions to match the longest url matching string replacement and output
kmpReplace
- 基于KMP算法的字符串替换,SWING界面-KMP REPLACE
test4
- (2)设计: 设计一个字符串处理程序:实现字符串的整体、前缀、后缀比较;子字串定位;数字型字符转化为数字等各种功能。 设计一个正则表达式处理程序:能完成输入字串的处理—(a) 能找出各种表达形式的日期;(b) 能对指定格式的子串进行替换。-(2) design: the design of a string handler: compare the string as a whole, prefixes, suffixes the substring positioning nume
JavaTextEdit
- java编写的文本编辑器,实现功能:打开保存文件,修改文字字体颜色,查找替换字符串,换行,状态栏行列数显示,等功能。-text editor written in Java, and functions: open the saved file, modify the text font color, find-and-replace strings, newline, the number of rows and columns of the status bar displays, and
Ex_word2
- 编程将从键盘中输入的文本中的子字符串替换成另外的字符串,并删除指定的字符串。-Programming from keyboard input text into another sub-string replacement string, and delete the specified string.