nagios server 端实现nagios + nsca + pnp4nagios bulk + npcd的配置...
分类:
移动开发 时间:
2014-09-26 23:13:38
阅读次数:
602
环境:
AIX 7.1
Oracle Rac 11.2.0.3
root@kk01:/oraapp/grid/gridhome>./root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORA...
分类:
其他好文 时间:
2014-09-25 19:30:07
阅读次数:
354
2014-09-25 BaoXinjian一、摘要在官方文档《oracle performance tuning guide》中提到Connecting to the database is an expensive operation that is highly unscalable。数据库的连...
分类:
数据库 时间:
2014-09-25 18:05:17
阅读次数:
273
(1).SQLDECLAREi NUMBER;TYPE c_type_wip_entity IS TABLE OF wip_entities%ROWTYPE;c_wip_entity c_type_wip_entity;BEGINSELECT *BULK COLLECT INTO c_wip_ent...
分类:
数据库 时间:
2014-09-25 16:51:37
阅读次数:
222
原文:向SqlServer数据库插入数据
Insert Values
Insert Select
Insert Exec
Select Into
Bulk Insert Insert Values是最常用的一种插入数据的方式,基本语法如下,表名之后可以指定目标列的名称,这种显式的指定目标列的名称是可...
分类:
数据库 时间:
2014-09-25 03:35:38
阅读次数:
267
In the last four blog, we talked about the high query operation of mongodb. Now in this blog let's know about the high update operation about monodb.
1. Save
as for save(), whose function is to upda...
分类:
数据库 时间:
2014-09-25 03:05:48
阅读次数:
358
??
DECLARE
--
API input variables
l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl;
l_rtg_header_rec bom_rtg_pub.rtg_header_rec_type := bom_rtg_pub...
分类:
其他好文 时间:
2014-09-25 00:11:58
阅读次数:
511
【题意简述】:计算两数相加,有多少个进位。
【分析】:很简单,不过还是要注意输出的细节。当进位为1时,输出的operation,没有s。
详见代码:
// 216K 0Ms
#include
using namespace std;
int main()
{
int a,b;
while(cin>>a>>b)
{
if(a == 0&&b == 0) break; // ...
分类:
其他好文 时间:
2014-09-23 22:46:05
阅读次数:
174
# -*- coding: utf-8 -*-import platformdef TestPlatform(): print ("----------Operation System--------------------------") #Windows will be : (32b...
分类:
编程语言 时间:
2014-09-23 15:24:14
阅读次数:
165
1, Sort
Needless to say, mongodb also support to sort data. THe positive one means sorting by asc order and negetive means by desc.
2. Group
The grammar of group:
Description Of Argument:...
分类:
数据库 时间:
2014-09-23 02:47:33
阅读次数:
267