软件环境:VMware、redhat6.6、oracle12c(linuxx64_12201_database.zip)、12cgrid(linuxx64_12201_grid_home.zip) 一、前期准备工作 虚拟机先配置一个节点即可,第二个节点由第一个节点克隆再修改相关参数(环境变量中的si ...
分类:
数据库 时间:
2018-06-24 21:01:27
阅读次数:
205
前面的进程控制2,介绍了僵尸进程,和解决方式4种中的两种。下面再补充两种。 解决方式: 3:忽略SIGCHLD信号 父进程设置忽略 SIGCHLD信号,子进程结束自动释放进程表资源 忽略SIGCHLD信号: signal(SIGCHLD, SIG_IGN) 4:捕获SIGCHLD信号 父进程捕获SI ...
分类:
系统相关 时间:
2018-06-23 01:29:33
阅读次数:
192
问题描述: Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conferenc ...
分类:
其他好文 时间:
2018-06-18 10:31:16
阅读次数:
165
1.常量 把相关的常量分组到一个枚举类型里,而且枚举提供了比常量更多的方法。 Java代码 public enum Color { RED, GREEN, BLANK, YELLOW } Java代码 Java代码 2.switch 使用枚举,能让我们的代码可读性更强。 Java代码 enum Si ...
分类:
其他好文 时间:
2018-06-17 19:01:36
阅读次数:
185
Mon Jun 11 14:06:23 2018 Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x0] [PC:0xC9CCF40, rwsstd()+32] [flags: 0x0, count: 1] Errors ...
分类:
数据库 时间:
2018-06-11 15:44:43
阅读次数:
388
系统性能指标 之 vmstat vmstat procs memory swap io system cpu r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 974128 5147112 135412 1368628 0 1 ...
分类:
其他好文 时间:
2018-06-09 13:24:56
阅读次数:
170
题目描述 JSZKC is going to spend his vacation! His vacation has N days. Each day, he can choose a T-shirt to wear. Obviously, he doesn’t want to wear a si ...
分类:
其他好文 时间:
2018-06-08 20:41:15
阅读次数:
691
时间限制: 1 s 空间限制: 128000 KB 题目等级 : 白银 Silver 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 白银 Silver 时间限制: 1 s 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 KB 题目等级 : 白银 Si ...
分类:
其他好文 时间:
2018-06-07 21:53:51
阅读次数:
161
import java.text.SimpleDateFormat; import java.util.Date; import java util.Calendar; public class Test { public static void main(String[] args) { //Si ...
分类:
编程语言 时间:
2018-06-07 17:02:49
阅读次数:
478
使用系统命令top即可看到如下类似信息: Cpu(s): 0.0%us, 0.5%sy, 0.0%ni, 99.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st 但不知什么含义?google之 I try to explain these:us: is meaning of ...
分类:
其他好文 时间:
2018-06-06 21:48:00
阅读次数:
145