You are in the middle of a transaction and very crucial data has been modified. Because of a hardware failure, the instance has shut down before synch ...
分类:
其他好文 时间:
2018-03-22 15:32:28
阅读次数:
160
cd/etc/sysconfig/network-scriptspwdlscatifcfg-ens33网卡配置文件内容如下(以下红字为网卡必须要的设置)TYPE=Ethernet网络类型为Ethernet以太网BOOTPROTO=none引导协议(即获取IP的方式),可以是dhcp自动获取、static静态、none不指定DEFROUTE=yes启动默认路由IPV4_FAILURE_FATAL=n
分类:
其他好文 时间:
2018-03-20 23:59:07
阅读次数:
426
概述当使用httpclinet发起https请求时报如下错误:javax.net.ssl.SSLHandshakeException:Receivedfatalalert:handshake_failureatcom.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)atcom.sun.net.ssl.internal.
分类:
Web程序 时间:
2018-03-20 13:58:54
阅读次数:
507
One man's fault is another man's lesson. 前车之覆,后车之鉴。 We make mistakes every day, large or small, failures or faux pas. But failure and mistakes still d ...
分类:
其他好文 时间:
2018-03-20 10:36:55
阅读次数:
132
一、安装Eclipse 选择Eclipse IDE for Java Developers。 安装完成,运行Eclipse。 二、开始单元测试 JUnit API JUnit 中的最重要的程序包是 junit.framework 它包含了所有的核心类。一些重要的类列示如下: Assert这个类提供了 ...
分类:
其他好文 时间:
2018-03-19 16:56:47
阅读次数:
171
每次有新服务器上线的时候我们需要采集日志信息涉及到各种配置: rsyslog客户端 rsyslog中继服务器 rsyslog服务器 logstash-shipper 如果手动配置的话工作量较大,而且容易出错。写了个脚本以便快速部署。 文件结构如下 执行log-make.sh将询问操作内容,1为创建配 ...
分类:
其他好文 时间:
2018-03-17 12:15:51
阅读次数:
216
Your database is in NOARCHIVELOG mode and a logswitch happens every 20 minutes. On Thursday morning, media failure resulted in corruption of a data fi ...
分类:
其他好文 时间:
2018-03-16 19:35:55
阅读次数:
161
program 11.fault:没有判断i=0的情况2.不会执行fault的例子:x=null y=23.执行fault但是不会造成error的例子:x={1} y=24.造成error但没有造成failure的例子:x={1,2,3} y=2 program 21.fault:输出的是数组里第一 ...
分类:
其他好文 时间:
2018-03-16 00:18:16
阅读次数:
126
Fault: 可能导致程序失败的因素,可理解成具体的代码。 Error: 在程序运行过程中与设计时的预先设想不一致的情况,如变量值错误,错误的运行路径等。 Failure: 当一程序不能完成所要求的功能时,即失败。 函数findLast: 在边界判断时出错 在i=0 时退出循环,没有检验第一个int ...
分类:
其他好文 时间:
2018-03-16 00:13:15
阅读次数:
233
a)相关定义: Software Fault : A static defect in the software Software Failure : External, incorrect behavior with respect to the requirements or other des ...
分类:
其他好文 时间:
2018-03-12 18:42:22
阅读次数:
114