当我们使用sshroot@ip登录Linux服务器时,服务器报错:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@WARNING:REMOTEHOSTIDENTIFICATIONHASCHANGED!@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ITIS
分类:
其他好文 时间:
2019-07-15 16:08:07
阅读次数:
646
使用docker 安装kafka时报错 查看报错日志 查看内存使用情况 创建swapfile 将swapfile设置为swap空间 启用交换空间,这个操作有点类似于mount操作 至此增加交换空间的操作结束了,可以使用free命令查看swap空间大小是否发生变化 kafka 安装成功~ 参考博客:h ...
分类:
其他好文 时间:
2019-07-15 15:58:14
阅读次数:
392
参考文档: 1 https://stackoverflow.com/questions/2499794/how-to-fix-a-locale-setting-warning-from-perl/7413863 ...
分类:
数据库 时间:
2019-07-12 18:47:44
阅读次数:
138
服务启动连接数据库报错:2019-07-11 11:24:08,549 [bdbm] INFO [com.mchange.v2.c3p0.SQLWarnings] - <Security exceptions occured while loading driver>com.ibm.db2.jcc. ...
分类:
数据库 时间:
2019-07-11 12:51:13
阅读次数:
126
``` Redis configuration file example. Note that in order to read the configuration file, Redis must be started with the file path as first argument: r ...
分类:
其他好文 时间:
2019-07-11 09:23:01
阅读次数:
453
一.简介 #include <QMessageBox> 二.内置消息框 1.QMessageBox::warning() QMessageBox::warning(this, tr("警告"), tr("用户名和密码错误!"), QMessageBox::Yes); ...
分类:
其他好文 时间:
2019-07-10 10:39:30
阅读次数:
86
进行基础设置git config --global user.name "账号名"git config --global user.email "账号邮箱@qq.com"git config --global core.autocrlf true --提示:“warning: CRLF will b ...
分类:
其他好文 时间:
2019-07-09 19:38:51
阅读次数:
104
私有镜像仓库Harbor 1、Harbor概述 Habor是由VMWare公司开源的容器镜像仓库。事实上,Habor是在Docker Registry上进行了相应的企业级扩展,从而获得了更加广泛的应用,这些新的企业级特性包括:管理用户界面,基于角色的访问控制 ,AD/LDAP集成以及审计日志等,足以 ...
分类:
其他好文 时间:
2019-07-09 19:27:55
阅读次数:
83
一、Redis群集原理:1)Redis集群架构:RedisCluster采用虚拟槽分区,将所有的数据根据算法映射到0~16384整数槽内RedisCluster是一个无中心的结构每个节点都保存数据和整个集群的状态2)集群角色Master:Master之间分配slotsSlave:Slave向它指定的Master同步数据3)集群节点使用的TCP端口6379端口用于客户端的连接16379端口用于群集总
分类:
其他好文 时间:
2019-07-09 12:11:18
阅读次数:
132
mbg.xml 放在项目目录里 MBGTest ...
分类:
其他好文 时间:
2019-07-08 17:54:30
阅读次数:
123