搜索资源列表
ReplaceString
- 可以替换同一目录下文本文件中某一字符串为新串-can replace the same directory text documents for a new series of string
flash-tag
- 使用方法是: 使用SWFObject引用tagcloud.swf时,通过addVariable方法,给其传入tagcloud参数,此参数的值即为标签云需要显示的内容,注意传给 tagcloud 的值必需进行URL编码,可以使用JS的 encodeURIComponent 函数对字符串进行URL编码后赋值给 tagcloud ,也可以直接通过编码工具转码后将编码后的字符串直接传递给tagcloud变量。 代码中 id="cloud" 标签内的内容和需要在flash标签云中显示的内容是相同
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
stringReplace
- String to replace used by Perl language.
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
shuzushuchu2
- 数组实现字符串输出和替,所有源码提供在上 提供参考-Array to achieve the output and replace the string
asp_programming_database_string_search_replace_too
- asp编程数据库字串查找并替换工具源码asp programming database string search and replace tool source-asp programming database string search and replace tool source
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.
XIANXING
- 北京现在实施汽车尾号限行,小弟的汽车尾号是 8,每周五不能上路,如果忘记了,周五上路了,一旦被摄像头拍下,要罚 100 元,所以这个小软件的用途就是:点击 FRI(周五),FRI 这一列变成红色,提醒小弟周五不要开车。 阅读下面的源代码,您可以发现,软件是用 html/javascr ipt/css 编写的,没有一行 java/vb/c++/c# 语句,这就是 phonegap 软件的最显著特点。 有朋友可能会问:我想在手机 SD 卡上存储文件,怎么办?由于 javascr
test4
- (2)设计: 设计一个字符串处理程序:实现字符串的整体、前缀、后缀比较;子字串定位;数字型字符转化为数字等各种功能。 设计一个正则表达式处理程序:能完成输入字串的处理—(a) 能找出各种表达形式的日期;(b) 能对指定格式的子串进行替换。-(2) design: the design of a string handler: compare the string as a whole, prefixes, suffixes the substring positioning nume
replace-001
- String.prototype.replace( regexp, replace Value ) Source Code for Java scr ipt.
string-replace-gc
- Regression test for the r1512 fix.
substr
- Test String.prototype.replace.
DealString
- 处理字符串,包括判断字符串是否为空,并删除首尾空格,字符串替换操作,替换非法字符-ON划词翻译ON实时翻译 Processing string, including the judge whether a string is empty, and removes leading and trailing spaces, string replacement operation, replace the illegal character
RegExUtil
- 正则表达式应用类,用来匹配和替换字串用的-Regular expressions, application class, used to match and replace string
StringDemo04
- 对字符串进行大小写转换、判断是否以指定的字符串开头或结尾、不区分大小写进行字符串比较以及替换-The string case conversion, in order to determine whether the specified string at the beginning or end of a case-insensitive string comparisons and replace
kaijiang
- String.prototype.format=function(){ if(arguments.length==0) return this var args=[], i=0 for( i<arguments.length i++) args[i]=arguments[i] return this.replace(/\ [sSfdDTt\ ]/g, function(m){ if(m== ) return var v=a
