The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237
lienhua342014-11-091 线程属性概括POSIX 线程的主要属性包括 scope 属性、detach 属性、堆栈地址、堆栈大小、优先级。在头文件 pthread.h 中定义了结构体pthread_attr_t 来记录线程的属性。在创建线程的函数pthread_create 的第二个参...
分类:
编程语言 时间:
2014-11-10 01:02:30
阅读次数:
248
本节知识点:
1. Bean 的自动装配(了解)
2. bean 之间的关系:继承;依赖
3.Bean 的作用域:可以在 元素的 scope 属性里设置 Bean 的作用域
4.使用外部属性文件
5. SpEL:Spring 3.x 引入的新特性,用的不多,了解。
Bean配置总结:
1. Bean 的自动装配(了解):
0). Bean:
...
分类:
其他好文 时间:
2014-11-09 23:52:52
阅读次数:
490
1、ConnectionFactory(添加引用:druid-1.0.1.jar)package nankang.test;import java.sql.Connection;import com.alibaba.druid.pool.DruidDataSource;public class Co...
分类:
编程语言 时间:
2014-11-09 19:20:05
阅读次数:
210
In this Document
Purpose
Scope
Details
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.1.0.6 and later
Web Services - Version 1...
分类:
数据库 时间:
2014-11-09 18:06:19
阅读次数:
262
函数重载(Function Overloading)C++允许同一范围(scope)(在同一个类中)内具有多个名称相同的函数。这些函数成为重载函数(overloaded function)。C++ 使用函数声明的 参数数量,参数类型,省略号存在或缺失(Presence or absence of e...
分类:
编程语言 时间:
2014-11-09 16:26:17
阅读次数:
220
安装
sar是查看操作系统报告指标的各种工具(top, vmstat...)中,最普遍,最方便的。它只是sysstat包中的一个工具,所以你必须安装sysstat包,可以去sysstat官网下载解压进行安装。
如果你下载的是tar.xz格式的话一般tar zxvf 是解压不了的,先 xz -d xxx.tar.xz 将 xxx.tar.xz解压成 xxx.tar 然后,再用 tar xvf x...
分类:
其他好文 时间:
2014-11-08 23:44:02
阅读次数:
748
智能指针是为了便于管理动态内存,能够自动管理释放所指向的对象。智能指针共有三种:1、shared_ptr允许多个指针指向同一个对象;2、unique_ptr独占所指向的对象;3、weak_ptr是一个伴随类,它是一种弱引用,指向shared_ptr所管理的对象。这三种类型都定义在memory头文件中...
分类:
编程语言 时间:
2014-11-08 16:36:26
阅读次数:
169
在oracle10G或者11G版本中,如何合理设置sharedpool大小,对oracle数据库的性能影响很大。SharedPool的大小设置规则如下:1.查到sharedpool设置的合理值,语句如下:select‘SharedPool‘component,shared_pool_size_for_estimateestd_sp_size,estd_lc_time_saved_factorparse_ti..
分类:
数据库 时间:
2014-11-08 02:13:47
阅读次数:
388
讨论的是openstack中卷的host属性。
印象中,社区H版本对于volume的host值表示的就是对应cinder-volume服务的host配置项,默认为GuestOS的hostname。比如单板A上的cinder-volume创建了卷V,那么V的host就是A。同时,把该host值作为rpc转发的topic,即cinder-scheduler组件已不同的host为单位进行区分,调度确定...
分类:
其他好文 时间:
2014-11-07 16:57:00
阅读次数:
201