
TIJ
易枭寒
邮箱shijiangge@gmail.com
QQ:499065469
世上万事,不过是一懒二拖三不读书 :-)
Life is like riding a bicycle.To keep your balance,you must keep moving
Life isn't about waiting for the storm to pass, it's about learning to dance in the rain
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Thinking in Java 第四版本--第3章练习题答案--for,break,switch,case,default
(1)写一个程序,打印出1到100间的整数 /****************** Exercise ****************** * Write a program that prints values from one to * 100. ***********************************************/ public class To100原创 2013-04-08 13:58:52 · 1975 阅读 · 0 评论 -
Thinking in Java 4th学习笔记--Java中的双等号(==)比较操作符与equals()方法
Thinking in Java 4th学习笔记--Java中的双等号(==)比较操作符与equals()方法 双等号(==)比较操作符 用于比较两个对象的内存地址是否相等。 equals()方法 用于比较两个对象的内容是否一致。 public class Equivalence{ public static void main(String[] args){原创 2013-04-05 20:53:01 · 1583 阅读 · 0 评论 -
Android--eclipse DDMS导出文件失败--android Failed to push the item
报错信息: Failed to push selection: Local path doesn't exist. android Failed to push the item 解决方法StackOverflow: Eclipse Windows -> Preferences -> Android -> DDMS原创 2013-11-24 17:34:21 · 9237 阅读 · 1 评论