• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
archur_code
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 下一页

2014年9月23日

Java TestMap
摘要: private static final Integer ONE = new Integer(1);public static void main(String[] args) {Map m = new HashMap();for (int i = 0; i < args.length; i++) ... 阅读全文
posted @ 2014-09-23 21:26 archur_code 阅读(115) 评论(0) 推荐(0)
 
Java TestDataStream
摘要: public static void main(String[] args) throws IOException {ByteArrayOutputStream baos = new ByteArrayOutputStream();DataOutputStream dos = new DataOut... 阅读全文
posted @ 2014-09-23 21:25 archur_code 阅读(151) 评论(0) 推荐(0)
 
Java TestTransform
摘要: public static void main(String[] args) throws IOException {InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedR... 阅读全文
posted @ 2014-09-23 21:24 archur_code 阅读(112) 评论(0) 推荐(0)
 
java FileReaderWriter
摘要: public static void main(String[] args) throws IOException {FileReader fr = new FileReader("C:/Users/宇超/Desktop/hello.txt");FileWriter fw = new FileWri... 阅读全文
posted @ 2014-09-23 21:23 archur_code 阅读(101) 评论(0) 推荐(0)
 
Java TestBufferRW
摘要: public static void main(String[] args) throws IOException {BufferedWriter bw = new BufferedWriter(new FileWriter("C:/Users/宇超/Desktop/rand.txt"));Buff... 阅读全文
posted @ 2014-09-23 21:22 archur_code 阅读(103) 评论(0) 推荐(0)
 
Java TestInputStream
摘要: public static void main(String[] args) throws IOException {FileInputStream in = null;FileOutputStream out = null;int b=0;in = new FileInputStream("C:\... 阅读全文
posted @ 2014-09-23 21:21 archur_code 阅读(162) 评论(0) 推荐(0)
 
 

2014年9月22日

Table练习
摘要: 阅读全文
posted @ 2014-09-22 23:00 archur_code 阅读(109) 评论(0) 推荐(0)
 
html 超链接
摘要: 阅读全文
posted @ 2014-09-22 22:18 archur_code 阅读(118) 评论(0) 推荐(0)
 
Java实例对象间的比较(实现Comparable接口)
摘要: intcompareTo(To)Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is le... 阅读全文
posted @ 2014-09-22 20:15 archur_code 阅读(275) 评论(0) 推荐(0)
 
 

2014年9月20日

java 枚举
摘要: public enum Mycolor{red,green,blue};//定义一种新类型 阅读全文
posted @ 2014-09-20 20:41 archur_code 阅读(84) 评论(0) 推荐(0)
 
 
上一页 1 2 3 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3