摘要:
阅读全文
摘要:
http://www.cnblogs.com/zhcncn/p/4032321.html 阅读全文
摘要:
合抱之木,生於毫末;九層之台,起於累土;千里之行,始於足下。《老子》今天在社区看到有朋友问“如何在半年内成为顶级架构师”,有网友道“关灯睡觉,不用半年的...”,的确,做梦还来的快一些。作为一个程序员,树立远大的目标是值得欣赏的,但不能只去空想,要一步一步地实践才行。成大事者,须从小事做起;万事起于... 阅读全文
摘要:
1 2 6 12 13 18 19 listview的item,必须使用android:layout_width="match_parent" android:layout_height="match_parent"/>gravity才生效ImageButton... 阅读全文
摘要:
1 void testArrayList(){ 2 String []appname ={"联系人","相机","电话","收音机","手电筒","更多"}; 3 String s_appname = null; 4 List> gv_applis... 阅读全文
摘要:
1 package te; 2 public class StringConvert { 3 static int[] a = {0,1,1,0,1,1,0,2}; 4 static String s = "0011223344"; 5 public static void... 阅读全文
摘要:
1 package com.highxin.launcher01; 2 3 4 5 import java.util.ArrayList; 6 import java.util.HashMap; 7 import java.util.Iterator; 8 import ja... 阅读全文