SYSENTER and SYSEXIT in Windows
Windows XP introduced support for the
SYSENTER instruction as a fast way to ring 0 and
SYSEXIT as a fast way back to ring 3.
First Draft
In the original imple...
分类:
其他好文 时间:
2015-01-15 12:55:08
阅读次数:
335
Linux inode && Fast Directory Travel Method
分类:
系统相关 时间:
2015-01-15 12:24:38
阅读次数:
250
使用myisamchk命令修复表myisam使用程序可以用来获得有关你的数据库表的统计信息,检查,修复,优化他们命令格式:myisamchk[option]tables[.frm]常用的检查选项:--information-i打印所检察标的统计信息--fast,-F只检查没有正确关闭的表--force,-f如果myisam发现表内有任何..
分类:
其他好文 时间:
2015-01-14 18:15:24
阅读次数:
186
前段时间写的Android平台开源项目:Fast ImageLoader,现在分享给大家源码地址:https://github.com/cumtkangyi/Android-Fast-ImageLoaderAndroid Fast ImageLoaderA cool image cache for ...
分类:
移动开发 时间:
2015-01-11 12:18:41
阅读次数:
178
学编程吧JQuery之动画与特效发布了,欢迎通过xuebiancheng8.com显示与隐藏show(spped,[callback])与hide(spped,[callback])speed可选填slow、normal、fast,对应的速度分别为600ms、400ms、200ms。也可以直接填毫秒数,callback函数为回调函数,动作完成后调用此函数[javascrip..
分类:
Web程序 时间:
2015-01-09 01:48:23
阅读次数:
333
学编程吧JQuery之动画与特效发布了,欢迎通过xuebiancheng8.com显示与隐藏show(spped,[callback])与hide(spped,[callback])speed可选填slow、normal、fast,对应的速度分别为600ms、400ms、200ms。也可以直接填毫秒...
分类:
Web程序 时间:
2015-01-08 20:05:52
阅读次数:
237
索引创建优化: fast index creation mysql5.5之前不包括5.5,创建索引或修改删除这类的ddl操作过程为: 1、首先创建一张新的临时表,表结构为通过alter table 新定义的结构 2、然后把原表中的数据导入到临时表中...
分类:
数据库 时间:
2015-01-08 13:34:21
阅读次数:
248
OpenCV K-d树实现之FLANN (Fast Library for Approximate Nearest Neighbors) 算法实现及解析...
分类:
移动开发 时间:
2015-01-08 13:30:42
阅读次数:
1903
显示与隐藏
show(spped,[callback])与hide(spped,[callback])
speed可选填slow、normal、fast,对应的速度分别为600ms、400ms、200ms。也可以直接填毫秒数,callback函数为回调函数,动作完成后调用此函数
$("img").show(3000,function(){
$(this).css("border"...
分类:
Web程序 时间:
2015-01-08 11:26:18
阅读次数:
405
Computing minimum volume bounding box is a hard problem in computer science. Exact algorithm costs O(n3) time complexity.However, for lots of applicat...
分类:
其他好文 时间:
2015-01-08 10:58:58
阅读次数:
239