在QuickSearchBox中有个config.xml文件
里面有定义个default_corpora的数组。
修改这个数组的内容就可以更改默认的search-able的值。
例如:
将
web
apps
com.android.providers.applications/.ApplicationLauncher
修改为...
分类:
移动开发 时间:
2014-09-02 12:22:34
阅读次数:
276
panel(面板)组件,跟前面的组件用法几乎都差不多,也是从设置一些面板属性、操作面板触发的事件、我们可针对面板对象的操作方法这三个点去学习。
后面有一些组件要依赖于这个组件。
还有一点跟前面不同的就是面板内容可以请求远程数据。
示例:
jQuery Easy UI
$(function () {
//属性列表
$('#box').panel({
id : 'b...
分类:
Web程序 时间:
2014-09-02 00:25:53
阅读次数:
393
两个model,Product and Category;彼此之间有has_and_belongs_to_many的关系;期望在编辑project时,同时编辑project与category之间的关系;编辑project的界面如下:
添加 checkboxes
check_box and check_box_tag方法均可向form中添加checkboxes;由于需要重写check...
分类:
其他好文 时间:
2014-09-01 22:46:33
阅读次数:
262
在xml文件中调用。 android:title="@string/secure_connect"android:orderInCategory="100"android:icon="@android:drawable/ic_menu_search" android:drawableRight="@...
分类:
移动开发 时间:
2014-09-01 22:32:03
阅读次数:
8003
showexploits列出metasploit框架中的所有渗透攻击模块。showpayloads列出metasploit框架中的所有攻击载荷。showauxiliary列出metasploit框架中的所有辅助攻击载荷。searchname查找metasploit框架中所有的渗透攻击和其他模块。info展示出制定渗透攻击或模块的相关信息。usename..
分类:
Web程序 时间:
2014-09-01 19:43:54
阅读次数:
368
text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着html5和CSS3的普及,这一特殊效果使用越来越普遍。基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor}...
分类:
Web程序 时间:
2014-09-01 19:29:53
阅读次数:
496
1,jvm Classload默认几个重要方法介绍
findClass:Finds and loads the class with the specified name from the URL search path.找到class文件并把字节码加载到内存中,如果自定义的加载器仅覆盖了findClass,而未覆盖loadClass(即加载规则一样,但加载路径不同);则调用getClass()...
分类:
其他好文 时间:
2014-09-01 12:38:33
阅读次数:
235
1.样式调试:weinre:google.com/search?btnI&q=weinreBasic inspection tools2.js调试:debuggap:http://www.debuggap.com/3.样式,js都可以调试remote debugging chrome:https:/...
分类:
移动开发 时间:
2014-09-01 12:09:03
阅读次数:
209
/** * sql模糊查询特殊字符(\,%和_)处理 * * @param string $str * @return string */ public static function like_search_specialchars($str){ return str_rep...
分类:
数据库 时间:
2014-09-01 10:41:23
阅读次数:
261
************◆Margin属性:适合对象:所有元素是否继承:no百分比备注:相对于BOX的宽度2D Transform 方法实例div{transform: rotate(30deg);-ms-transform: rotate(30deg); /* IE 9 */-webkit-tr....
分类:
Web程序 时间:
2014-09-01 00:26:02
阅读次数:
249