我这边centos安装mongodb启动报错,有mongo版本,是因为删除了配置文件“/etc/mongod.conf” 解决办法:把 /etc/mongod.conf_bak复制到 /etc/mongod.conf cp /etc/mongod.conf_bak /etc/mongod.conf ...
分类:
其他好文 时间:
2020-02-06 16:26:23
阅读次数:
133
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. at com.mysql.cj.j ...
分类:
数据库 时间:
2020-02-05 12:01:05
阅读次数:
70
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: The inpu ...
分类:
其他好文 时间:
2020-02-04 20:31:43
阅读次数:
96
datax是一个搬数据的框架,是阿里巴巴公司的开源的框架,主要就是用来搬数据,多数据源之间的数据的处理。 datax的使用: datax主要通过json文件来配置job,json的格式如下: { "job": { "content": [ { "reader": { "name": "streamr ...
分类:
其他好文 时间:
2020-02-04 14:18:10
阅读次数:
97
概念Metrics是一个给JAVA服务的各项指标提供度量工具的包,在JAVA代码中嵌入Metrics代码,可以方便的对业务代码的各个指标进行监控目前最为流行的 metrics 库是来自 Coda Hale 的 dropwizard/metrics,该库被广泛地应用于各个知名的开源项目中。例如 Had... ...
分类:
编程语言 时间:
2020-02-04 13:42:14
阅读次数:
96
一、在运维主机上安装私有仓库步骤cd/optopt]#mkdirsrcopt]#cdsrc/#可以去这个地址下载,也可以直接用我用的软件包https://github.com/goharbor/harbor/releases/tag/v1.8.3src]#tarxfharbor-offline-installer-v1.8.3.tgz-C/opt/src]#cd/opt/opt]#mvharbor
分类:
其他好文 时间:
2020-02-03 10:15:38
阅读次数:
84
As I said the extension field generation is done in Asynchronous way via background job execution. If you need to debug it for trouble shooting, cumbe ...
分类:
其他好文 时间:
2020-02-02 17:25:16
阅读次数:
102
Problem DescriptionI have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. InputThe first line of ...
分类:
其他好文 时间:
2020-02-01 16:13:15
阅读次数:
69
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>${ENV, var="JOB_NAME"}-第${BUILD_NUMBER}次构建日志</title> </head> <body leftmargin="8" marginwi ...
分类:
其他好文 时间:
2020-02-01 10:55:53
阅读次数:
451
官网链接 https://kubernetes.io/zh/docs/reference/kubectl/overview/#%e8%af%ad%e6%b3%95 概述:kubectl是一个命令行接口,用于对kubernetes集群运行命令。 kubect命令行 语法结构 kubetctl [com ...
分类:
Web程序 时间:
2020-01-31 14:17:35
阅读次数:
186