码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
首选项框架PreferenceFragment部分源码分析
因为要改一些settings里面的bug以及之前在里面有做过勿扰模式,准备对勿扰模式做一个总结,那先分析一下settings的源码,里面的核心应该就是android3.0 上面的首选项框架PreferenceFragment。因为在3.0之前都是把这些东西放在PreferenceActivity的,但是3.0之后google建议把setting放在PreferenceFragment,但是Pr...
分类:其他好文   时间:2015-03-18 21:48:10    阅读次数:1421
SHMMAX
SHMMAXAvailablephysicalmemoryDefinesthemaximumallowablesizeofonesharedmemorysegment.TheSHMMAXsettingshouldbelargeenoughtoholdtheentireSGAinonesharedmemorysegment.Alowsettingcancausecreationofmultiplesharedmemorysegmentswhichmayleadtoperformancedegradation...
分类:其他好文   时间:2015-03-18 10:47:48    阅读次数:138
zookeeper watcher学习笔记
zookeeper watcher学习笔记 All of the read operations in ZooKeeper - getData(), getChildren(), and exists() - have the option of setting a watch as a side effect. Here is ZooKeeper‘s definition of ...
分类:其他好文   时间:2015-03-17 18:20:13    阅读次数:182
js获取本机ip地址
/** * 获取本地IP地址 */ function getLocalIPAddress() { var obj = null; var rslt = "127.0.0.1"; try { obj = new ActiveXObject("rcbdyctl.Setting"); if (!isNull(obj....
分类:Web程序   时间:2015-03-17 10:31:40    阅读次数:488
UVA - 753 A Plug for UNIX
Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description You are in charge of setting up the press room for the inaugural meeting...
分类:其他好文   时间:2015-03-16 21:22:49    阅读次数:232
intellij idea字体修改
intellij idea字体设值分成两部分,一部分是UI部分字体字号设置;另一部分是编辑区的字体字号设置。 前一部分的更改比较简单,在file>setting...>apperance中就可以更改UI部分的字体设值。     后一部分的更改较为纠结了,位置在file>setting>Editor>colors&Fonts中。这个时候会发现show only mon...
分类:其他好文   时间:2015-03-16 16:35:02    阅读次数:172
sruts警告: Error setting expression 'myfile' with value '[Ljava.lang.String;@10c0f66'
警告: Error setting expression 'myfile' with value '[Ljava.lang.String;@10c0f66'ognl.MethodFailedException: Method "setMyfile" failed for object com.zw....
分类:编程语言   时间:2015-03-16 16:20:24    阅读次数:167
sublime text3编辑器常用快捷方式
1、简单语法的自动补全 preferences->setting user 输入如下代码,保存。 { "auto_complete":true, "auto_match_enabled":true } 退出sublime 重进。 好像是不起作用,需要等一段时间就ok了。 2、html常用补全方式 如:输入 div.wrapper>div.header+div.main+...
分类:其他好文   时间:2015-03-15 13:54:23    阅读次数:135
python django错误:TemplateDoesNotExist: 500.html
在做django的练习,突然出现TemplateDoesNotExist: 500.html的错误,百思不得其解,后来去查找了相关的资料,才发现原来是我把django里面的setting.py这个文件里面的DEBUG变量设置为False导致的。默认情况下,setting.py里面的DEBUG是t.....
分类:编程语言   时间:2015-03-14 21:39:46    阅读次数:147
Android SDK最小需求
As a minimum when setting up the Android SDK, you should download the latest tools and Android platform:Open the Tools directory and select:Android SD...
分类:移动开发   时间:2015-03-14 18:11:57    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!