ck数据导出到csv文件 clickhouse-client -h 127.0.0.1 --database="db" --query="select * from db.test_table FORMAT CSV" > test.csv csv文件导入到ck数据库 clickhouse-clien ...
分类:
其他好文 时间:
2021-01-13 11:25:56
阅读次数:
0
1,错误信息 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberController': Unsatisfied dependency expr ...
分类:
数据库 时间:
2021-01-13 11:09:07
阅读次数:
0
public class RedisHelper { static RedisClient client; static RedisHelper() { client = new RedisClient("127.0.0.1", 6379); } /// <summary> /// 清空数据库缓存 ...
haproxy支持端口组 feat 如果backend中的server选项不设置端口号,则haproxy向后端服务器发起请求时,目标端口将使用client请求listen/frontend时,使用的目标端口(端口用bind选项配置) config listen fe-xx # $listen_add ...
分类:
其他好文 时间:
2021-01-11 10:33:50
阅读次数:
0
由于Linux目前很热门,越来越多的人在学习Linux,但是买一台服务放家里来学习,实在是很浪费。那么如何解决这个问题?虚拟机软件是很好的选择,常用的虚拟机软件有VMware Workstations和VirtualBox等。在使用虚拟机软件的时候,很多初学者都会遇到很多问题,而VMware的网络连 ...
分类:
系统相关 时间:
2021-01-11 10:28:51
阅读次数:
0
参考网址:https://blog.csdn.net/qq_35833147/article/details/95211261 因为最近自己要测试rabbitMQ,所以要搭建自己搭建虚拟环境,在网上找了各种的安装方式,然后自己就总结了一个mac 下用 VMware Fusion 11 安装 ubun ...
分类:
系统相关 时间:
2021-01-08 10:49:19
阅读次数:
0
前段时间,我偶然进行查看linux DNS配置,通过查看 /etc/resolv.conf 文件,得到如下结果: ? devices ll /etc/resolv.conf lrwxrwxrwx 1 root root 39 12月 28 18:55 /etc/resolv.conf -> ../r ...
分类:
系统相关 时间:
2021-01-06 12:29:13
阅读次数:
0
现在服务模块要去eurekaServer集群注册了,跟单机不同的是,我们的服务模块必须得到eurekaServer集群的每个Server上注册信息,其实要改的部分其实也只是配置文件而已,如下: eureka: client: register-with-eureka: true #是否将自己注册到注 ...
分类:
编程语言 时间:
2021-01-06 12:02:37
阅读次数:
0
【实例简介】 【实例截图】 【核心代码】 package test; import org.apache.http.HttpEntity; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.h ...
分类:
编程语言 时间:
2021-01-06 11:55:59
阅读次数:
0
华为云操作记录 创建用户 新建用户 sudo adduser weirwei 添加免密 root 权限 sudo vim /etc/sudoers 添加 root 权限 sudo 免密 切换到自己用户 su weirwei 自此以后,所有操作都在自己的用户下执行 安装 jdk8 sudo apt-g ...
分类:
其他好文 时间:
2021-01-05 11:29:34
阅读次数:
0