登录
首页 » Java » RaplaceText

RaplaceText

于 2013-12-01 发布 文件大小:1KB
0 246
下载积分: 1 下载次数: 4

代码说明:

  用指定内容替换文件中的指定内容,并将更改结果保存在当前文件中。(Replace the contents of the specified file with the specified content, and change the results stored in the current file.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • date
    开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。(Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.)
    2013-12-12 14:23:28下载
    积分:1
  • bin2Asc
    说明:  该程序将二进制文件转换为ASCII文本文件,论坛留言中不可能粘贴二进制数据,但可将其转换成文本文件,便于在论坛发帖,复制论坛的数据后粘贴到文本框,可重新将文本文件还原成原来的二进制文件。(The program will convert the binary file ASCII text file, the forum can not paste the message in binary data, but can be converted into text files for easy posting in the forum, copy, paste data from the forum text box, text files can be re- revert to the original binary file.)
    2010-04-25 21:49:42下载
    积分:1
  • Decimal_Binary
    软件技术基础中的十进制转二进制问题,简单的将十进制数转化为二进制数。 (Software technology base in decimal to binary problem, a simple decimal number into a binary number.)
    2013-12-18 17:07:56下载
    积分:1
  • dabao
    说明:  将不同文件类型文件打包为一个文件,并更改文件类型,供打包标记(Documents of different file types into a package file, and change the file type for packaging marking)
    2010-04-18 21:02:09下载
    积分:1
  • 86114049
    用JSP编写的俄罗斯方快 请大家下载研究一下()
    2018-05-15 16:18:12下载
    积分:1
  • 管壳式换热器源程式
    1、本程式无须安装。 2、请将HELP文件与软件置于同一文件夹下。 3、请将TEMP文件夹拷贝至D盘根目录下 4、报表生成请另存 5、谢谢使用,本软件归李莉所有。(one, the programs do not need to install. Two, please HELP documents and software under the same folder. 3, I would be grateful if the TEMP folder copy to D NOTE 4 under, Report Generation Please Save 5, thank you use the software under all Li Li.)
    2005-05-04 13:12:27下载
    积分:1
  • File_CSV
    TXT .INI .CSV 三种文件类型的操作,包括读,写。(TXT. INI. CSV file of three types of operations, including reading, writing.)
    2010-08-25 12:30:14下载
    积分:1
  • music
    音乐演奏,虽然百度上有源代码,但这个生成了可执行文件和说明,还是有一定的参考价值(Music Performance, while Baidu)
    2016-05-06 11:02:23下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • 内存映射演示
    演示内存映射文件的使用,对内存映射文件作了详细说明(demo memory map documents the use of memory mapping document elaborated)
    2005-06-01 09:24:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载