码迷,mamicode.com
首页 >  
搜索关键字:shared pool    ( 6444个结果
SharedPreferences
偏好设定(SharedPreferences)? 在程序中保存一些配置参数的时候我们经常使用SharedPreferencesContext.getSharedPreferences(String name,int mode)该方法可以在/data/data//shared_pref/目录下创建一个...
分类:其他好文   时间:2014-07-24 22:11:32    阅读次数:187
06 Locking and Latching
本章提要---------------------------------------------------------------6,7,8,9,10,11 这 6 章要细看, 从本章开始how Oracle locks both data and shared data structures(...
分类:其他好文   时间:2014-07-23 20:22:05    阅读次数:352
opennebula 镜像池
{ "IMAGE_POOL": { "IMAGE": [ { "RUNNING_VMS": "1", "REGTIME": "1404981076", "DISK_...
分类:其他好文   时间:2014-07-23 11:44:26    阅读次数:332
【甘道夫】HBase连接池 -- HTablePool被Deprecated之后
说明: 最近两天在调研HBase的连接池,有了一些收获,特此记录下来。 本文先将官方文档(http://hbase.apache.org/book.html)9.3.1.1节翻译,方便大家阅读,然后查阅了关键类HConnectionManager的Developer API(http://hbase.apache.org/devapidocs/index.html) 做了一些总结。...
分类:其他好文   时间:2014-07-23 00:12:08    阅读次数:466
[MySQL] Innodb参数优化
innodb_buffer_pool_size innodb_buffer_pool_size 参数用来设置Innodb 最主要的Buffer(Innodb_Buffer_Pool)的大小,也就是缓存用户表及索引数据的最主要缓存空间,对Innodb 整体性能影响也最大。 对于一台单独给MySQL 使用的主机,并假设只使用innodb引擎,一般建议该参数为物流内存的75%左右。 当系统...
分类:数据库   时间:2014-07-22 23:46:48    阅读次数:441
Centos 6.5中安装后不能打开emacs的问题
问题的发现过程: 安装了最新的centos版本后发现居然打不开emacs,然后在终端中输入emacs后还是不能打开,出现了下面的提示: emacs: error while loading shared libraries: libotf.so.0: cannot open shared objec...
分类:其他好文   时间:2014-07-22 22:40:13    阅读次数:190
关于动态分配vector指针和使用shared_ptr的vector指针
动态分配的vector指针 vector *get_num(int n) { vector *pv = new vector(n+1); int i , x; for(i = 0; i >x; (*pv)[i] = (x); } return pv; } 如果是动态分配的vector...
分类:其他好文   时间:2014-07-22 22:38:16    阅读次数:256
错误:error libGL.so: cannot open shared object file: No such file or directory
Failed to load libGL.soerror libGL.so: cannot open shared object file: No such file or directory启动emulator的时候有如上错误,解决方案:64-bit Ubuntu 12.04.$ sudo apt...
分类:其他好文   时间:2014-07-22 22:36:35    阅读次数:223
mysql无法启动——cannot allocate the memory for the buffer pool
今天打开开发网站突然不能使用,发现时Mysql数据库down掉了,就去重启: mysql.server restart 一直会报错:“Manager of pid-file quit without updating file”。 然后就去找原因,网上说有以下三个方面的问题: 1、硬盘不够用了,无法写入pid文件 2、进程卡死了,找到mysql进程kill掉,然后重启 3、目录权限...
分类:数据库   时间:2014-07-22 17:53:52    阅读次数:274
Oracle故障排除:emctl start dbconsole遇到错误:OC4J Configuration issue
1.今天启动一台centos6.5上的oracle11G11.2.0.1.0下emctlstartdbconsole报错:OC4JConfigurationissue。2.采取重新配置emctl的方法来试着解决,没有成功。系统显示shared_pool_size和hjob_quequ_processes参数不够大。于是以sys用户登录到oracle,修改参数:3.再次重新配置emct..
分类:数据库   时间:2014-07-22 14:58:34    阅读次数:641
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!