搜索资源列表
ant_basic_03
- ant基础:使用ant来进行系统文件的copy,create,delete,move的操作-ant basis: the use of ant system files to copy, create, delete, move operations
FileOper
- JAVA操作文件的封装 封装了创建一个文件夹、删除文件、删除文件夹、是否递归删除、copy一个文件或文件夹到指定位置、move一个文件或文件夹到指定位置、压缩文件、过滤文件等等一系列操作-JAVA file package packaging operation to create a folder, delete files, delete folders, whether recursive delete, copy a file or folder to the designat
wenjiancaozuo
- 用JAVA类实现简单的文件操作,就像一个简单的CMD框一样,可以进行文件的删除,复制,移动-JAVA class with a simple file operations, like a simple CMD box, like the file can delete, copy, move, etc.
java
- java_IO操作_(读写、追加、删除、移动、复制、修改)-java_IO operation _ (read and write, append, delete, move, copy, modify)
FileSystem
- 对电脑的文件及文件夹进行复制、删除、移动等操作的源程序-The computer' s files and folders to copy, delete, move, and other operations of the source
kpsdk-java-master
- 金山快盘的访问,包括授权,文件及文件夹的创建,删除,复制,移动,上传、下载,及获取相应的缩略图等。-Kingsoft SkyDrive access, including authorization, file and folder create, delete, copy, move, upload, download, and obtain the corresponding thumbnails.
chapter8
- 1. 在实验四 2.a与2.b所定义的P类(点的抽象)和颜色类Color类的基础上,定义像素类。 a. 声明P类表示一个点的x轴和y轴坐标,声明构造方法和拷贝构造方法, 声明若干get()和set()方法获得或设置坐标,声明move()方法将当前坐标 移动若干位置。 b. 声明颜色类Color 一种颜色由(红,绿,蓝)三元色值组成,称为RGB值。 一个int整数(四个 字节)可表示一种颜色,结构为:最高字节全1,其后3字节分别存储“红、 绿