2012年5月9日

书们

摘要: 1. android 内核剖析, 我们公司一人买了, 我还买不买呢?2. 算法导论。豆瓣排老2的编程书。3. Data Structures and Algorithms in Java 涛吴推荐的书, http://www.psit.in/psit/deepesh/java%20data%20structures.pdf4. 深入理解计算机系统. 豆瓣排老大的编程书。5.重构: 改善。。。。 有电子版。还没看。------------------------------------------------------------有这么多好书可以看, 我高兴了......... 阅读全文

posted @ 2012-05-09 23:52 明明的天天 阅读(220) 评论(0) 推荐(0)

火狐插件集锦

摘要: 1. 阅读高亮插件: textMarker GO2. 商城历史价格查询: GreaseMonkey+七星庐里边说的js代码(http://userscripts.org/scripts/show/119362).3. 去广告: adblock plus ,4. 比价: 如意淘, 有道购物助手.5. 在屏幕上画画 : screen draw-------------------------------------------------greaseMonkeyThere's just a few important sites you should know about that can 阅读全文

posted @ 2012-05-09 14:14 明明的天天 阅读(279) 评论(0) 推荐(0)

handler的使用---如何实现Android计时与倒计时的几种方法

摘要: 方法一Timer与TimerTask(Java实现)[java]view plaincopyprint?publicclasstimerTaskextendsActivity{privateintrecLen=11;privateTextViewtxtView;Timertimer=newTimer();publicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.timertask);txtView=(TextView)findViewById(R 阅读全文

posted @ 2012-05-09 11:52 明明的天天 阅读(1049) 评论(0) 推荐(0)

导航