上一页 1 ··· 14 15 16 17 18
摘要: 转自:http://www.cnblogs.com/myitm/archive/2011/05/03/2035942.html 很多程序员已经干了一段时间java了依然不明白jdk与jre的区别。 JDK就是Java Development Kit.简单的说JDK是面向开发人员使用的SDK,它提供了 阅读全文
posted @ 2014-05-19 18:43 lixin[at]hitwh 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.*; 2 3 import java.util.Scanner; 4 5 public class fileCopy 6 7 { 8 9 public static void main(String []args) throws Exception 10 11 { 12 13 try{ 14 ... 阅读全文
posted @ 2014-05-16 23:25 lixin[at]hitwh 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:21 lixin[at]hitwh 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Linq; 10 11 using System.Text; 12 13 using S... 阅读全文
posted @ 2014-05-16 23:15 lixin[at]hitwh 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:14 lixin[at]hitwh 阅读(811) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 3 using System.Collections.Generic; 4 5 using System.ComponentModel; 6 7 using System.Data; 8 9 using System.Drawing; 10 11 using System.Linq; 12 13 usin... 阅读全文
posted @ 2014-05-16 23:13 lixin[at]hitwh 阅读(2273) 评论(2) 推荐(0) 编辑
摘要: 实现代码 测试结果 几年前写的代码了,今天整理了下,居然发现个bug: 阅读全文
posted @ 2014-05-16 23:08 lixin[at]hitwh 阅读(2161) 评论(0) 推荐(0) 编辑
摘要: 实验结果: 阅读全文
posted @ 2014-05-16 23:03 lixin[at]hitwh 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18