http://www.softwareok.com/?Download=DontSleep Don't Sleep is a small program to prevent system Shutdown, Stand By, Turn Off , Restart, Hibernate. Espe ...
[TOC] 1.docker的介绍 1.1.docker容器是什么? 1.2.docker的理念 1.3.docker的优点 1.4.docker的架构 1.5.docker最重要的三大组件 2.docker安装 2.1.yum源配置 2.2.安装docker ce 3.启动docker 4.doc ...
分类:
其他好文 时间:
2020-04-20 18:52:15
阅读次数:
58
系统:centos7 mysql版本:5.7 修改 vi /etc/my.cnf 添加 [mysqld] skip-grant-tables 重启mysql service mysqld restart 进入mysql mysql -uroot 进入后修改密码为abc.123 update mysq ...
分类:
数据库 时间:
2020-04-20 16:12:48
阅读次数:
78
创建的docker-compose.yml文件version: '3.1' services: nginx: restart: always image: nginx container_name: nginx ports: - 80:80 volumes: - ./nginx.conf:/etc/ ...
分类:
其他好文 时间:
2020-04-20 12:01:49
阅读次数:
66
一. InfluxDB数据库介绍 InfluxDB是Influxdata旗下开源的一种时序数据库(Time Series Database),根据DB-engine排名,目前在time series数据库领域排名第一位。 InfluxDB下载地址 https://portal.influxdata. ...
分类:
数据库 时间:
2020-04-19 15:06:30
阅读次数:
163
配置步骤: 1、虚拟机网络适配器选择为“NAT模式” 2、虚拟网络编辑器中配置VMnet8信息 3、配置虚拟机网络信息 4、配置域名解析文件 配置为VMnet8默认网关地址 5、重启虚拟机网卡服务 systemctl restart network 6、测试是否可上网 ping www.baidu. ...
分类:
系统相关 时间:
2020-04-18 14:18:54
阅读次数:
81
#1 服务启动相关 systemctl start | stop | restart | status rabbitmq-server # 2 管理命令行 rabbitmqctl help 可以查看更多命令 # 3 插件管理命令行 rabbitmq-plugins enable | list | d ...
分类:
其他好文 时间:
2020-04-18 13:32:53
阅读次数:
57
1、首先按官网提示先安装依赖,然后执行下面命令添加yum源,选择gitlab-ce社区版curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash2、更新本地y ...
分类:
其他好文 时间:
2020-04-16 19:17:44
阅读次数:
72
@Test public void modifyTest() throws IOException { File file = new File("/Users/zl/pending file/修复数据.txt"); List<String> list = FileUtils.readLines(f ...
分类:
编程语言 时间:
2020-04-16 18:03:48
阅读次数:
159
一、部署安装MySQL注:在安装MySQL前需要卸载掉当前已有的mariadb,然后需要安装gcc环境1、安装cmake[root@mysql~]#wgethttps://github.com/Kitware/CMake/archive/v3.16.4.tar.gz#下载cmake[root@mysql~]#yum-yinstallopenssl-devel#有时候安装cmake的时候会报错,一般
分类:
数据库 时间:
2020-04-15 15:12:26
阅读次数:
82