apt-cache madison package-name搜索软件有那些可用版本,
分类:
其他好文 时间:
2014-05-17 01:41:39
阅读次数:
1017
第三章 share pool 调整1、sga 组成部分1)database
buffer2)redolog buffer3)share pool
:共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:
其他好文 时间:
2014-05-16 19:08:16
阅读次数:
489
free Media Players (Free MP3, Video, and Music
Player ...) are cool because they let web developers and bloggers embed MP3
Players/FLV Olayers and bui...
分类:
移动开发 时间:
2014-05-16 08:27:41
阅读次数:
509
第四章、 buffer cache 调整1、buffer cache 功能buffer
cache: 用于存放从datafile 里读出的数据块的镜像,并共享这些数据块,采用LRU算法buffer cache
数据块状态:pending:数据块正在使用,状态未决dirty: 被修改过的块,还未写入到...
分类:
其他好文 时间:
2014-05-14 10:08:16
阅读次数:
341
第五章 SGA其他缓存区调整一、redo log buffer1、redo log
的功能1)Sever 进程在buffer cache修改数据块后,Oracle提倡‘先记后写’,对修改的数据块的改变生成log
entries(日志条目),将日志条目按顺序写入log buffer;而对于脏块 先.....
分类:
其他好文 时间:
2014-05-14 09:52:54
阅读次数:
276
using System;using System.IO;using
System.Reflection;using System.Runtime.InteropServices;using
System.Text;namespace Souxuexiao.Cache{public static c...
分类:
数据库 时间:
2014-05-13 22:28:38
阅读次数:
561
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official
Snapshot i386 LIVE/INSTALL Binary 20130905-08:50]/ kali contrib main non-free
#deb cdrom:[Debian G...
分类:
其他好文 时间:
2014-05-13 17:28:37
阅读次数:
334
在C语言的学习中,对内存管理这部分的知识掌握尤其重要!之前对C中的malloc()和free()两个函数的了解甚少,只知道大概该怎么用——就是malloc然后free就一切OK了。当然现在对这两个函数的体会也不见得多,不过对于本文章第三部分的内容倒是有了转折性的认识,所以写下这篇文章作为一个对知识的...
分类:
其他好文 时间:
2014-05-13 09:54:59
阅读次数:
279
大纲一、Varnish简介二、Varnish特点三、Varnish与Squid对比四、Varnish设计结构五、Varnish工作流程六、Varnish状态引擎(stateengine)七、安装与配置Varnish一、Varnish简介Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸VerdensGang使用3台Varnish代替了原来的12..
分类:
其他好文 时间:
2014-05-13 01:24:57
阅读次数:
541
一、varnish定义Varnish与一般服务器软件类似,分为master(management)进程和child(worker,主要做cache的工作)进程。master进程读入命令,进行一些初始化,然后fork并监控child进程。child进程分配若干线程进行工作,主要包括一些管理线程和很多woker线程。在网站并发量过..
分类:
其他好文 时间:
2014-05-13 01:22:52
阅读次数:
513