码迷,mamicode.com
首页 >  
搜索关键字:search    ( 12380个结果
Android 自带图标库 android.R.drawable
在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
metasploit(MSF)终端命令大全
showexploits列出metasploit框架中的所有渗透攻击模块。showpayloads列出metasploit框架中的所有攻击载荷。showauxiliary列出metasploit框架中的所有辅助攻击载荷。searchname查找metasploit框架中所有的渗透攻击和其他模块。info展示出制定渗透攻击或模块的相关信息。usename..
分类:Web程序   时间:2014-09-01 19:43:54    阅读次数:368
jvm Classload method介绍
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
Hybridapp /webapp调试工具
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
mysql模糊查询特殊字符(\,%和_)处理
/** * sql模糊查询特殊字符(\,%和_)处理 * * @param string $str * @return string */ public static function like_search_specialchars($str){ return str_rep...
分类:数据库   时间:2014-09-01 10:41:23    阅读次数:261
LeetCode: Unique Binary Search Trees
LeetCode: Unique Binary Search TreesGiven n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n = 3...
分类:其他好文   时间:2014-08-31 22:41:31    阅读次数:361
[LeetCode] Search for a Range [34]
题目Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the o...
分类:其他好文   时间:2014-08-31 22:39:31    阅读次数:324
学习哈希及哈希在大数据检索和挖掘中的应用
http://cs.nju.edu.cn/lwj/conf/CIKM14Hash.htmLearning to Hash with its Application to Big Data Retrieval and MiningOverviewNearest neighbor (NN) search...
分类:其他好文   时间:2014-08-31 21:21:01    阅读次数:295
ubuntu12.04软件中心打开错误和 ubuntu 包管理之“:E: 读错误 - read (5: 输入/输出错误) E: 无法解析或打开软件包的列表或是状态文件。”的解决
运行ubuntu软讲中心时打不开,老是报错,从终端也下载不了软件; 运行包管理的update或者search等等会报错: E: 读错误 - read (5: 输入/输出错误) E: 无法解析或打开软件包的列表或是状态文件。 英文是: E:Read error - read (5 Input/output error), E:The package lists or...
分类:其他好文   时间:2014-08-31 20:07:31    阅读次数:240
Tips——IndexSearcher自动更新
情景描述为了调高效率,创建全局变量IndexReader取代每次查询新建IndexReader所带来的效率问题。当时每天会更新一边索引8.23号部署的Index服务,Search服务,结果index都更新到了8.25,查询结果还是8.23的Tips分享先来看一下IndexSearcher的构造方法i...
分类:其他好文   时间:2014-08-31 15:45:11    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!