码迷,mamicode.com
首页 >  
搜索关键字:INDEX SCAN    ( 41471个结果
Git 图解剖析
git中文件内容并没有真正存储在索引(.git/index)或者提交对象中,而是以blob的形式分别存储在数据库中(.git/objects),并用SHA-1值来校验。 索引文件用识别码列出相关的blob文件以及别的数据。对于提交来说,以树(tree)的形式存储,同样用对于的哈希值识别。树对应着.....
分类:其他好文   时间:2014-06-27 22:40:02    阅读次数:461
一天一道算法题---6.26---二分查找
感谢微信平台---一天一道算法题----每天多一点进步--好累啊 现在在用win7自带的输入法 打起来真麻烦 快点把这2天的搞完就重装了还是直接来源于----〉 待字闺中分析给定一个数组A,其中有一个位置被称为Magic Index,含义是:如果i是Magic Index,则A[i] = i。假设A...
分类:其他好文   时间:2014-06-27 22:30:28    阅读次数:277
java教程
http://www.xfonlineclass.com/ http://java.itcast.cn/ http://www.xasxt.com/index.php/list/161 【UI】http://www.xueui.cn/
分类:编程语言   时间:2014-06-27 22:16:24    阅读次数:277
tp-02 四种url访问的方式
1:http://localhost/index.php?m=模块&c=控制器&a=操作方法 [get模式]2:http://localhost/index.php/模块[模块文件夹]/控制器/操作方法 [pathinfo模式]3:http://localhost/模块[模块文件夹]/...
分类:其他好文   时间:2014-06-27 15:48:40    阅读次数:132
YII,菜单折叠
[ 'label' => '新闻相关', 'items' => [ [ 'label' => '新闻', 'url' => ['/news/index'] ], ...
分类:其他好文   时间:2014-06-27 14:14:29    阅读次数:385
[oracle]创建查看 LOCAL INDEX
create index IDX_T_GPS_CPH_local on T_GPS (CPH) local;create index IDX_T_GPS_SJ_local on T_GPS (SJ) local;select * from dba_ind_partitions where index...
分类:数据库   时间:2014-06-27 12:55:21    阅读次数:229
[leetcode] Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:其他好文   时间:2014-06-27 12:30:39    阅读次数:204
[leetcode] Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array.
分类:其他好文   时间:2014-06-27 11:51:49    阅读次数:213
[leetcode] Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.
分类:其他好文   时间:2014-06-27 11:42:04    阅读次数:146
【JAVA学习】序列化与反序列化
尊重原创:http://zhidao.baidu.com/question/155071231.html?fr=qrl&cid=870&index=1 1、序列化是干什么的? 简单说就是为了保存在内存中的各种对象的状态,并且可以把保存的对象状态再读出来。虽然你可以用你自己的各种各样的方法来保存Object States,但是Java给你提供一种应该比你自己好的保存对象状态的机制,那就是序列...
分类:编程语言   时间:2014-06-27 10:21:14    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!