码迷,mamicode.com
首页 >  
搜索关键字:fast    ( 2787个结果
Fast File System
1. 这篇博客讲什么? 2. FFS基于VSFS的改进思想是什么? 3. FFS文件系统的实现 4. FFS设计细节
分类:其他好文   时间:2014-12-27 18:49:17    阅读次数:205
sql 数据库修复
exec sp_dboption 'dbname1','single user',‘true’dbcc checkdb('dbname1')dbcc checkdb('dbname1',REPAIR_FAST)dbcc checkdb('dbname1',REPAIR_REBUILD)dbcc ch...
分类:数据库   时间:2014-12-27 12:37:11    阅读次数:218
Gradle Goodness: Continue Build Even with Failed Tasks
If we run a Gradle build and one of the tasks fails, the whole build stops immediately. So we have fast feedback of our build status. If we don't want...
分类:其他好文   时间:2014-12-26 21:31:21    阅读次数:262
【好人修电脑系列】华硕UEFI 设置
fast boot ->disable Security->Secure Boot Control->Disabled Boot->Launch CSM->Enabled >顺便吐槽一下UEFI,没觉得UEFI比传统BIOS快多少,反而导致了不同厂商的设置方法不一样,增加了维护与安装系统的难度,...
分类:其他好文   时间:2014-12-26 15:00:50    阅读次数:159
AndroidAnnotations开源框架
这段时间学习别人的源码,需要AndroidAnnotations这个开源的框架,学习下,他的地在:https://github.com/excilys/androidannotations文档的地址在:https://github.com/excilys/androidannotations/wiki   正如在github上他的主页上所说:Fast Android Development. ...
分类:移动开发   时间:2014-12-26 14:40:49    阅读次数:728
Android学习系列(15)--App列表之游标ListView(索引ListView)
游标ListView,提供索引标签,使用户能够快速定位列表项。 也可以叫索引ListView,有的人称也为Tweaked ListView,可能更形象些吧。 一看图啥都懂了:1.游标(Fast scroll thumb) 就是右边的那个拖动的方块,这个非常的简单:12345 也可以用在...
分类:移动开发   时间:2014-12-25 18:14:36    阅读次数:132
LintCode-Fast Power
Calculate the an% b where a, b and n are all 32bit integers.ExampleFor 231 % 3 = 2For 1001000 % 1000 = 0ChallengeO(logn)Solution: 1 class Solution { 2...
分类:其他好文   时间:2014-12-25 06:35:20    阅读次数:238
微软职位内部推荐-Senior Software Engineer II-Search
微软近期Open的职位:Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one of the highest imp...
分类:其他好文   时间:2014-12-23 23:53:51    阅读次数:279
微软职位内部推荐-Software Engineer II-Search
微软近期Open的职位:Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one of the highest imp...
分类:其他好文   时间:2014-12-23 12:16:55    阅读次数:116
微软职位内部推荐-Software Engineer II-Search
微软近期Open的职位:Do you want to work on a fast-cycle, high visibility, hardcore search team with ambitious goals? Internet search is one of the highest imp...
分类:其他好文   时间:2014-12-22 12:39:16    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!