08 2015 档案

摘要:首先QQ国际版下载连接:http://pan.baidu.com/s/1sj7i6BF安装步骤:一:安装依赖库在终端输入:sudo apt-get install libgtk2.0-0:i386如果是64为的Ubuntu还要安装 ia32-libs,因此还要输入:sudo apt-get inst... 阅读全文
posted @ 2015-08-11 11:00 八月份的尾巴 阅读(509) 评论(0) 推荐(0) 编辑
摘要:1 public void Test1() { 2 int a = 128; 3 Integer b = 128; 4 Integer c = 128; 5 //Integer会自动拆箱成int,所以为ture 6 S... 阅读全文
posted @ 2015-08-10 16:02 八月份的尾巴 阅读(142) 评论(0) 推荐(0) 编辑