2011年4月29日

[ZOJ-PAT practise] A+B Format

摘要: Time Limit:1 Second Memory Limit:32768 KBCalculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less than four digits).InputEach input file contains one test case. Each case contains a pair of integers a and b w 阅读全文

posted @ 2011-04-29 14:58 DerDeath 阅读(509) 评论(0) 推荐(0) 编辑

2011年4月1日

Android 中的 requestWindowFeature

摘要: 没看API,就查了下网上的资料,原来requestWindowFeature 是用来设置全屏的。 在Activity中1 requestWindowFeature(Window.FEATURE_NO_TITLE);2 Window window = getWindow();3 window.setFlags( WindowManager.LayoutParams.FLAG_FULLSCREEN,4 WindowManager.LayoutParams.FLAG_FULLSCREEN);5 window.setFlags(WindowManager.LayoutParams.FLAG_KEEP_ 阅读全文

posted @ 2011-04-01 13:27 DerDeath 阅读(3613) 评论(0) 推荐(1) 编辑

2011年3月25日

Android开发入门-开发环境的配置

摘要: 1.下载eclipse、JDK、eclipse插件ADT、android的sdk。2.安装eclipse、JDK、eclipse插件ADT。设置eclipse中android sdk的位置。重启eclipse。3.至此便可新建android项目了。 阅读全文

posted @ 2011-03-25 11:42 DerDeath 阅读(137) 评论(0) 推荐(0) 编辑

导航

"); }); },1000); });