客户端连接oracle数据库时出现如下错误: 首先看看Oracle服务是否开启: 然后找到listener.ora监听文件,具体位置:D:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora 即:$ORACLE_H ...
分类:
数据库 时间:
2019-08-11 17:08:53
阅读次数:
146
Producer:Brokercansendtoproduceraconfirmationafterreceivingmessageandsuccessfullypersistedit.Theproducerneedstoregisteraconfirmationlistenertoprocesstheconfirmationmessage.Inconfirmationmode,eachprodu
分类:
其他好文 时间:
2019-08-09 15:24:13
阅读次数:
96
Tired of doing the same job? Get your hands on PR2F exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:
其他好文 时间:
2019-08-06 19:57:01
阅读次数:
101
Assignment 2COMP9021, Trimester 2, 20191. General matter1.1. Aims. The purpose of the assignment is to: design and implement an interface based on the ...
分类:
其他好文 时间:
2019-08-01 20:01:41
阅读次数:
82
Let's call an array A a mountain if the following properties hold: A.length >= 3 There exists some 0 < i < A.length - 1 such that A[0] < A[1] < ... A[ ...
分类:
编程语言 时间:
2019-07-31 09:18:21
阅读次数:
98
arraySpanMethod({ row, column, rowIndex, columnIndex }) { // 只合并区域位置 //columnIndex 横的第一列 //rowIndex 竖的数组的length % 3 ==0 合并单元格 if (columnIndex 0) { //如 ...
分类:
其他好文 时间:
2019-07-27 18:21:01
阅读次数:
629
最近在项目中遇到了一个问题,由一个对象序列化的结构,在反序列化时一直提示失败,真的百思不得其解啊。在对问题排查了好久之后,才发现是这个序列化的对象中的list调用了ArrayList的sublist方法存入导致的问题,真的是满满的坑,sublist还是要慎重使用的啊,下面详细介绍下sublist。 ...
分类:
其他好文 时间:
2019-07-26 21:14:55
阅读次数:
104
一、安装前准备工作1、修改主机名#vi /etc/hosts //并添加内网IP地址对应的hostname,如下127.0.0.1 localhost::1 localhost localhost.localdomain localhost6 localhost6.localdomain6192.1 ...
分类:
数据库 时间:
2019-07-26 01:43:28
阅读次数:
131
例如:docker pull sebp/elk:5615 The following tags are available: latest, 720: ELK 7.2.0. 711 (ELK version 7.1.1), 710 (7.1.0), 701 (7.0.1), 700 (7.0.0). ...
分类:
其他好文 时间:
2019-07-26 01:04:14
阅读次数:
611
报错相关信息: 原因:maven父子聚合工程,pom父项目中如果添加了数据库驱动依赖的话,boot项目的autoconfig回去读取加载DataSource相关的配置,读取不到即报错。在一些新项目初始或者不需要db的项目(比如eureka)中,可配置boot的启动类: 排除DataSource的自动 ...
分类:
编程语言 时间:
2019-07-22 18:33:06
阅读次数:
166