码迷,mamicode.com
首页 >  
搜索关键字:doc    ( 14785个结果
《Tuning I/O Performance》读后笔记
《TuningI/OPerformance》,文章地址:http://doc.opensuse.org/products/draft/SLES/SLES-tuning_sd_draft/cha.tuning.io.html大家在读了原文后若有更好的见解,请不吝赐教,谢谢!文章以SUSELinuxEnterpriseServer为例讲解了Linux系统的IO调度策略及调优,可适应于其他Linux..
分类:其他好文   时间:2014-08-31 18:48:32    阅读次数:304
WinHex分析PE格式(2)&& 如何手动添加区段并运行区段
由于这次文章内容比较多所以写成DOC文档为了复习所学的知识,我在原本的软件里试者手动加入区段,并写给大家分享,还试试者用LordPE加区段发现竟然失败了,还是自己动手比较实在,完美运行。利用OD的汇编功能可以在新的区段为所欲为哈哈修改前的PE信息修改后的PE信息摘自:http://bbs.pediy...
分类:Windows程序   时间:2014-08-31 13:05:51    阅读次数:267
Linux下获取虚拟地址对应的物理地址的方法
首先摘录如下URL对pagemap的描述。 https://www.kernel.org/doc/Documentation/vm/pagemap.txt  * /proc/pid/pagemap.  This file lets a userspace process find out which    physical frame each virtual page is map...
分类:系统相关   时间:2014-08-31 09:14:51    阅读次数:805
触屏touchstart 与 click
设计效果:当手指点击或触摸红框线menuList之外的部分时,弹框menuList消失。 问题:在优化触屏版的时候发现如图问题,当menuList弹出,手指触摸屏幕向下滑动时,menuList弹框不消失,只有手指点击menuList之外的部分才消失。 查看代码发现,源代码只定义了click事件: $(doc.body).on('click',function(e) { if...
分类:其他好文   时间:2014-08-30 17:48:19    阅读次数:154
ubuntu 14.0 下github 配置
一:创建Repositories1:首先在github下创建一个帐号。这个不用多说,然后创建一个Repositories。2:然后在ubuntu下安装git相关的东东:1sudo apt-get install git-core git-gui git-doc -y3:在ubuntu本地创建一个ss...
分类:其他好文   时间:2014-08-30 15:03:09    阅读次数:377
openwrt固件支持3G和4G上网卡
http://wiki.openwrt.org/doc/howtobuild/wireless-router-with-a-3g-dongleBuilding image with support for 3g/4g and usb tetheringPreparing build environm...
分类:其他好文   时间:2014-08-29 14:36:37    阅读次数:893
[Z] 关于Python Tornado的一些资料
一个简单的样例:http://osedu.net/article/python/2014-03-18/501.htmlioloop的官方doc:http://www.tornadoweb.org/en/stable/ioloop.html#tornado.ioloop.IOLoop
分类:编程语言   时间:2014-08-29 12:40:47    阅读次数:222
openwrt补丁
http://wiki.openwrt.org/doc/devel/patchesWorking with patchesOpenWrt Buildroot integrates quilt for easy patch management. This document outlines some...
分类:其他好文   时间:2014-08-29 09:23:47    阅读次数:308
一个通用onReady函数的实现
define([], function(){ function onReady(fn) { var DOC = document, html = DOC.documentElement, W3C = document.dispatchEvent; //FF以前是没有readyState属性的 //判断body是否存在来决定DOM文档是否加载完毕 if...
分类:其他好文   时间:2014-08-29 00:08:26    阅读次数:264
basename/dirname 获取文件名/路径
http://ruby-doc.org/core-2.1.2/File.html#method-c-dirname(1)basename(file_name [, suffix] ) → base_nameReturns the last component of the filename give...
分类:其他好文   时间:2014-08-28 17:58:25    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!