搜索资源列表
Filebatch
- 本程序主要实现了新建文件、复制、移动、删除、解压缩及分割/合并文件等功能。-This program achieved a major new file, copy, move, delete, extract and split/merge files and other functions.
java
- 设计一合并文本文件程序,可按以下步骤实现:l 创建一窗口框架;l 输入三个文本文件名(可用FileDialog对象进行文件选择);l 分别打开前面两个文件,将其内容合并到第三个文件上,也就是file3 = file1 + file2。l 然后再将file3的内容显示在窗口上。-Design a text file merging procedures, according to the following steps: l to create a window frame L three te