摘要: lipantest来自为知笔记(Wiz) 阅读全文
posted @ 2014-04-10 17:20 曾见绝美的阳光 阅读(105) 评论(0) 推荐(0) 编辑
摘要: class Flower{ int petalCount; String s ="initial value"; Flower(String s){} Flower(int p){} Flower(); Flower(String s,int p){ this.(p); this.s = s; }} 阅读全文
posted @ 2014-04-10 14:15 曾见绝美的阳光 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.安装JDK1.7 2.安装eclipse 3.eclipse上写第一个java程序—hello world 先建工程,再建包,养成良好的习惯,然后新建类 若不先建立包,可能会提示“The use of the default package is discouraged.”的警告 具体细节会提示“Failed to load the JNI ... 阅读全文
posted @ 2014-04-10 09:31 曾见绝美的阳光 阅读(219) 评论(0) 推荐(0) 编辑