恢复内容开始 # This is a configuration file for Zabbix server daemon# To get more information about Zabbix, visit http://www.zabbix.com ############ GENERAL ...
分类:
其他好文 时间:
2020-03-13 19:11:32
阅读次数:
73
一、概述 本文将介绍如何模拟坏块,以及出现坏块该如何修复。实验分为以下几个步骤。 1. 表出现坏块 2. 索引出现坏块 二、环境准备 本实验都是在oracle 11G归档模式下进行。 1. 准备相关表 create tablespace tbs01 datafile '/u01/app/oracle ...
分类:
数据库 时间:
2020-03-13 13:07:22
阅读次数:
74
Linux 常用命令: --help 查看api cd 切换盘符 cd .. 退回上一级目录 cd - 返回上一次所在目录 pwd 显示当前目录 clear 清屏 ls 显示当前目录下的文件 ls -a 显示所有文件目录 ls -l 显示文件的详细信息 mkdir rmdir 创建、移除目录 tou ...
分类:
系统相关 时间:
2020-03-13 01:16:33
阅读次数:
75
前言 这两天在刷算法题,其中涉及到了高精度算法,由于笔者使用C++,所以需要手动去模拟实现。使用java和python的同学可以不用担心,Java有BigDecimal类可以实现,python可以直接实现。 好了下面我们直接上代码,代码都有相应的注释,相信可以看懂的。 代码 更多内容大家可以访问我的 ...
分类:
编程语言 时间:
2020-03-12 12:44:18
阅读次数:
58
联合体和结构体的定义和使用几乎是一样的 union [union tag] { member definition; member definition; ... member definition; } [one or more union variables]; 只不过将struct 换成了 u ...
分类:
其他好文 时间:
2020-03-12 11:31:14
阅读次数:
74
1105 Spiral Matrix (25分) This time your job is to fill a sequence of N positive integers into a spiral matrix in non increasing order. A spiral matrix ...
分类:
其他好文 时间:
2020-03-11 23:40:07
阅读次数:
75
Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to play hor ...
分类:
其他好文 时间:
2020-03-09 20:48:05
阅读次数:
56
title: spring03 date: 2020 03 09 19:06:11 tags:自动装配(autowired) 本部分是自动装配的内容。 1、概述 摘抄自秦老师 自动装配是使用spring满足bean依赖的一种方法 spring会在应用上下文中为某个bean寻找其依赖的bean。 Sp ...
分类:
编程语言 时间:
2020-03-09 19:35:33
阅读次数:
71
[root@weblogic local]# /usr/local/mysql/bin/mysqld --defaults-file=/etc/my.cnf --basedir=/usr/local/mysql --datadir=/data/mysql -initialize2020-03-05T ...
分类:
其他好文 时间:
2020-03-09 18:16:08
阅读次数:
85
What are Jiajie Pan's top strengths? What is one thing Jiajie Pan currently does as your manager that you'd like Jiajie Pan to continue to do? What is ...
分类:
其他好文 时间:
2020-03-09 01:22:48
阅读次数:
70