准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:
其他好文 时间:
2021-01-13 10:47:52
阅读次数:
0
gradle根据Git信息生成README文件 task createReadMe{ doLast { // String str = "${buildDir}/libs/exploded/"+project.getName().toString()+ "-${version}.war"+"/REA ...
分类:
其他好文 时间:
2021-01-08 11:42:16
阅读次数:
0
StringBuilder package com.keytech.task; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.conc ...
分类:
其他好文 时间:
2021-01-08 11:28:26
阅读次数:
0
查看服务运行状态 [root@room4pc09 桌面]# systemctl status crond #查看服务运行状态 ● crond.service - Command Scheduler Loaded: loaded (/usr/lib/systemd/system/crond.servi ...
分类:
其他好文 时间:
2021-01-07 12:21:11
阅读次数:
0
Handler使用详解 1. 简单实现 1.1 基础知识 void handleMessage(Message msg); 处理消息的方法,通常是用于被重写! sendEmptyMessage(int what); 发送空消息 sendEmptyMessageDelayed(int what,lon ...
分类:
其他好文 时间:
2021-01-07 12:04:03
阅读次数:
0
提示:Unable to start adb server: error: protocol fault (couldn't read status): Connection reset by peer问题原因:大多数情况是5037端口被占用。5037为adb默认端口。解决办法:查看哪个程序占用了a ...
分类:
其他好文 时间:
2021-01-06 12:06:11
阅读次数:
0
Tasks Task Name Time Limit Memory Limit A Large Digits 2 sec 1024 MB Submit B Gentle Pairs 2 sec 1024 MB Submit C 1-SAT 2 sec 1024 MB Submit D Choose ...
分类:
其他好文 时间:
2021-01-06 11:50:46
阅读次数:
0
python+django 开源数据库监控平台构建 https://blog.csdn.net/gumengkai/article/details/80013900?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMac ...
分类:
数据库 时间:
2020-12-30 11:22:03
阅读次数:
0
1. 关系型数据库介绍 1.1 数据结构模型 数据结构模型主要有: 层次模型 网状结构 关系模型 关系模型:二维关系:row,column 数据库管理系统:DBMS关系:Relational,RDBMS 1.2 RDBMS专业名词 常见的关系型数据库管理系统: MySQL:MySQL,MariaDB ...
分类:
数据库 时间:
2020-12-30 11:09:03
阅读次数:
0
How to parse command line arguments Passing in arguments via the command line is an extremely basic programming task, and a necessity for anyone tryin ...
分类:
Web程序 时间:
2020-12-29 11:32:27
阅读次数:
0