摘要: package com.lzw; import java.awt.*;import java.awt.event.*; import javax.swing.*; public class UseCase3 extends JFrame{ /** * */ private static final 阅读全文
posted @ 2016-10-09 16:22 漂洋过海的鱼 阅读(7994) 评论(0) 推荐(0) 编辑
摘要: import java.io.*; public class Example { static final int lineLength = 81; public static void main(String[] args) { FileOutputStream fos; byte[] phone 阅读全文
posted @ 2016-10-09 16:14 漂洋过海的鱼 阅读(2479) 评论(0) 推荐(0) 编辑
摘要: import java.io.*; public class Example { public static void main(String[] args) { char a[] = "今天10点出发".toCharArray(); int n = 0; try { File out = new 阅读全文
posted @ 2016-10-09 16:01 漂洋过海的鱼 阅读(2698) 评论(0) 推荐(0) 编辑
摘要: import java.io.*; import javax.swing.*; public class Student { public static void main(String[] temp) { byte b[] = new byte[2]; try{ FileInputStream f 阅读全文
posted @ 2016-10-09 15:51 漂洋过海的鱼 阅读(3918) 评论(0) 推荐(0) 编辑