http://mobile.51cto.com/android-259861.htm实现第一点好办,添加一个标志位boolean
bl来控制按钮的Enable状态,实现第二点就是将View.onClickListener添加到List列表中1、MyAdapter.java继承自BaseAdapter...
分类:
其他好文 时间:
2014-07-22 23:07:14
阅读次数:
339
在鼠标中选中UltraNav,找到Application Gestures - Edge
Swipes,取消Enable Edge Swipes。
如果要编写定制的Apache模块,最总需要编译成Apache包。
命令如下:
% ./buildconf
% ./configure --prefix=/usr/local/apache
> --with-layout=Apache --enable-modules=most --enable-mods-shared=all > --with-mpm=prefork
% make
#mak...
分类:
其他好文 时间:
2014-07-22 22:59:34
阅读次数:
243
变色龙安装程序 Chameleon Install 2.2 svn
2281发布1.更好的支持10.9 Mavericks2.更新ATi、nVidia显卡支持列表3.添加新的 CPU Model ID4.添加跳过
GraphicsEnabler 参数5.添加nVidia 新的模式:a. Enable...
分类:
其他好文 时间:
2014-05-12 17:10:08
阅读次数:
481
大家可能会被拼写错误提示所烦扰。只要简单几步即可取消拼写检查window ->
Preferences - >General -> Editors -> Spelling -> Enable spell
checking 把钩去掉即可
分类:
系统相关 时间:
2014-05-10 19:58:23
阅读次数:
724
在对大量文件进行读写时,最好将文件存为gz文件,可以节约读写硬盘的时间,硬盘也不会那么卡。在写gz文件时,最好使用PerlIO::gzip模块。这个模块不用调用gzip命令,减少了程序占用的线程数量,可以有效的降低load。下面是一个例子。#!
/usr/bin/env perluse strict...
分类:
其他好文 时间:
2014-05-05 10:48:30
阅读次数:
341
在windows 8.1下安装VS2005或VS2008时出提示在线安装.NET framework 3.5 ,但是大家都知道在线安装时坑爹的,无论网络多好,都显示Internet不能连接
解决方法是:将windows 8.1的安装镜像载入虚拟光驱或者将windows8.1插入光驱,用管理员身份打开cmd窗口,写进下列字符串:Dism /online /enable-feature /featu...
Blend stateState Default ValueAlphaToCoverage
Enable FALSEIndependentBlend Enable FALSERenderTarget[0].BlendEnable
FALSERenderT...
分类:
其他好文 时间:
2014-05-01 16:25:22
阅读次数:
346
只贴出枚举相关的代码
1、实现了IPropertySource类的一部分
protected static final String PROPERTY_TEXT = "text"; //$NON-NLS-1$
protected static final String PROPERTY_ENABLE = "enable"; //$NON-NLS-1$
protected s...
分类:
其他好文 时间:
2014-04-30 22:31:40
阅读次数:
261
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags ...
分类:
其他好文 时间:
2014-04-29 13:24:23
阅读次数:
443