因为要改一些settings里面的bug以及之前在里面有做过勿扰模式,准备对勿扰模式做一个总结,那先分析一下settings的源码,里面的核心应该就是android3.0
上面的首选项框架PreferenceFragment。因为在3.0之前都是把这些东西放在PreferenceActivity的,但是3.0之后google建议把setting放在PreferenceFragment,但是Pr...
分类:
其他好文 时间:
2015-03-18 21:48:10
阅读次数:
1421
SHMMAXAvailablephysicalmemoryDefinesthemaximumallowablesizeofonesharedmemorysegment.TheSHMMAXsettingshouldbelargeenoughtoholdtheentireSGAinonesharedmemorysegment.Alowsettingcancausecreationofmultiplesharedmemorysegmentswhichmayleadtoperformancedegradation...
分类:
其他好文 时间:
2015-03-18 10:47:48
阅读次数:
138
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
/**
* 获取本地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
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字体设值分成两部分,一部分是UI部分字体字号设置;另一部分是编辑区的字体字号设置。
前一部分的更改比较简单,在file>setting...>apperance中就可以更改UI部分的字体设值。
后一部分的更改较为纠结了,位置在file>setting>Editor>colors&Fonts中。这个时候会发现show only mon...
分类:
其他好文 时间:
2015-03-16 16:35:02
阅读次数:
172
警告: 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
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
在做django的练习,突然出现TemplateDoesNotExist: 500.html的错误,百思不得其解,后来去查找了相关的资料,才发现原来是我把django里面的setting.py这个文件里面的DEBUG变量设置为False导致的。默认情况下,setting.py里面的DEBUG是t.....
分类:
编程语言 时间:
2015-03-14 21:39:46
阅读次数:
147
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