米字键

博客园 首页 新随笔 联系 订阅 管理

2019年3月25日 #

摘要: import java.io.*; public class Outchant { // 字节转化成字符类型 public static void main(String[] args) { // 异常处理 try { fun(); fun1(); } catch (Exception e) { e 阅读全文
posted @ 2019-03-25 20:46 米字键 阅读(2502) 评论(0) 推荐(0) 编辑

摘要: // 字节流文件的创建 复制 import java.io.*; import javax.imageio.stream.FileImageInputStream; public class FileL { public static void main(String[] args) { // 异常 阅读全文
posted @ 2019-03-25 20:10 米字键 阅读(465) 评论(0) 推荐(0) 编辑

摘要: import java.io.*; /** * 使用字符流创建文件复制文件 * 在盘符中文件夹 * 在文件夹中添加文件 * 在文件中写文字 * 复制文件 * */ public class Iof { public static void main(String[] args) { try { fu 阅读全文
posted @ 2019-03-25 18:53 米字键 阅读(265) 评论(0) 推荐(0) 编辑