'程序相关' Category

  • sqlplus增强设置

    十一月 28, 2010
    1. 将sqlplus与vim整合。 

    2. 更人性化的提示符

  • 在eclipse/myeclipse中查看android的源代码

    十一月 26, 2010
    1. 下载源代码,地址:http://rgruet.free.fr/public/
    2. 解压至SDK目录下。顺便把常用的版本对应的目录列下
      android1.5 ——– android-3
      android1.6 ——– android-4
      android2.1-update1 ——– android-7
      android2.2 ——– android-8
  • Android上实现手电筒功能

    十一月 12, 2010

     调整设备亮度WindowManager.LayoutParams lp = getWindow().getAttributes();lp.screenBrightness = 1;getWindow().setAttributes(lp);screenBrightness 的值从0至1,为float类型,但是注意当设置screenBrightness值为0时,会发生假死现象.禁止自动关

  • Android中设置全屏

    十一月 12, 2010

    Android应用程序经常会有全屏的需要,全屏时需要设置两个,一个是窗口的最大化,一个是窗口Title的不显示。

    重载Activity的OnCreate方法时,加入以下代码。注意需要在super后,setContentView之前。

  • 由for循环所引发的

    八月 4, 2010

     

    今天伟哥看一篇论坛的帖子,随便讨论了几句,便引发了这些内容,写了一些代码测试了一下,觉得应该稍微总结下,尽管很多原理还不是很清楚,此文章有待完善。

    1.for循环对象的声明位置 

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org