码迷,mamicode.com
首页 >  
搜索关键字:free cache    ( 13464个结果
nginx+lua_nginx+GraphicsMagick缩略图+tfs获取原图+ngx_cache_purge
环境介绍root@ubuntu-1:~#uname-aLinuxubuntu-1.2303.2.0-29-generic#46-UbuntuSMPFriJul2717:03:23UTC2012x86_64x86_64x86_64GNU/Linuxroot@ubuntu-1:~#cat/etc/issueUbuntu12.04.1LTS\n\lroot@ubuntu-1:~#PS:以下操作我只在如上系统操作,仅供参考1.安装GraphicsMagickGraph..
分类:其他好文   时间:2014-07-30 15:00:04    阅读次数:267
windows平台上的一个内存池的实现
.h文件 /**********************说明************************* * 这是MPool内存池的实现,他具有如下特性: * 1. 池中的内存块是大小是相同的 * 2. 由宏定义_MP_NO_SERIALIZE决定是否需要多线程同步 * 3. 他利用windows的堆内存API进行内存分配 * 4. 他不能替换crt的malloc和free * 5. 他不...
分类:Windows程序   时间:2014-07-30 12:15:43    阅读次数:289
Linux/Unix 系统分析命令速查手册
1.HardwareCPU information:cat /proc/cpuinfo物理core个数: 统计core逻辑CPU个数:统计processorMemory information:free -m其中-+buffer是针对OS/App来说的.Disk information:fdisk ...
分类:系统相关   时间:2014-07-30 03:14:53    阅读次数:291
Cache coherence protocol
A cache coherence protocol facilitates a distributed cache coherency conflict resolution in a multi-node system to resolve conflicts at a home node. F...
分类:其他好文   时间:2014-07-30 03:14:42    阅读次数:447
Cache memory power reduction techniques
Methods and apparatus to provide for power consumption reduction in memories (such as cache memories) are described. In one embodiment, a virtual tag ...
分类:其他好文   时间:2014-07-30 03:13:53    阅读次数:372
Innodb物理存储结构系列1
本篇先介绍 下Innodb表空间,文件相关的内存数据结构。1. 数据结构Innodb的tablespace和文件的关系,是一对多的关系,先来看三个结构体1. fil_system_struct: 表示Innodb的表空间内存cache,innodb一共包括两类tablespace,即 #defi.....
分类:数据库   时间:2014-07-30 00:45:12    阅读次数:260
高斯消元 求整数解模版
#include #include #include using namespace std; const int maxn = 105; int equ, var; // 有equ个方程,var个变元。增广阵行数为equ, 分别为0到equ - 1,列数为var + 1,分别为0到var. int a[maxn][maxn]; int x[maxn]; // 解集. bool free_x...
分类:其他好文   时间:2014-07-29 22:07:52    阅读次数:272
ubuntu制作本地源
背景平时apt-get install安装软件时,下载的deb文件都会存放在/var/cache/apt/archives/下,为了今后重装或给别人用,特别是没有网络时,这些deb文件实际上是可以派上用途的,也就是可以用这些deb制作成本地源。这种方法还有一个应用场景:先在有网络的服务器上面进行ap...
分类:其他好文   时间:2014-07-29 20:40:35    阅读次数:281
new/delete 和 malloc/free有什么区别和联系
区别: ????1. new/delete是C++的操作符,malloc/free是C/C++标准库函数。 ? ? 2. new分为两步的:第一步是申请内存,第二步则是调用构造函数初始化对象。同样,在调用delete的时候,需要先调用析构函数,然...
分类:其他好文   时间:2014-07-29 18:28:42    阅读次数:200
android反编译工具 ApkDec-Release-0.1
(1)使用帮助 1.选择all全部编译内容包括jar、xml、及其他资源文件 2.选择jar只反编译并打成jar包 3.反编译后你可以使用jd-gui.exe查看源码(2)jd-gui免费的java反编译查看工具,下载地址“http://java.decompiler.free.fr/jd-gui/...
分类:移动开发   时间:2014-07-29 16:42:31    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!