html
-
jenkins shell
#!/bin/bash # hostnamectl source /etc/profile go version cd /root/go_path/src/job-moment…
-
导出mysql binlog数据备忘
# 查询 BINLOG 是否开启show VARIABLES like ‘binlog_%’;# 查询 BINLOG 格式show VARIABLES like ‘binlog_f…
-
Day06
package base;public class Day05 { public static void main(String[] args) { int i = 128; do…
-
医院病假条开具病假知识
导读:关于单位病假条,相信大家都是很熟悉的,没有谁没生过病,某些疾病是需要得到很好的休息,那就不得不请病假回家休息,更不可以死撑、硬撑的。今天跟大家讲的是出病假条时,一般病假时…
-
扩容挂载点–Linux
情景:当服务器磁盘挂载的目录空间不足时,就需要对相应的挂载点进行扩容,以/home挂载点为例 一、检查磁盘是否做过RAID 将硬盘插入到服务器可用的槽位 重启服务器进入bios设置…
-
SQL的综合知识
SQL的综合知识 设置开机自启 可以在/etc/rc.local中加入 [root@localhost /]# echo “/my_mysql/3306/mysql_3306 st…
-
CentOS7 更改默认启动内核、删除无用内核
服务器或Linux系统电脑开机,出现多个内核启动选项,CentOS系统默认选择第一个最新的内核启动,但常常这个最新的内核没有作用,有可能会导致服务器或电脑无法自动开机的现象。此时,…
-
yum安装报错:Errors during downloading metadata for repository 'AppStream'的处理
yum源故障 [root@iZ2ze1e3u7m7oe426pyndaa ~]# yum install net-tools -y CentOS-8 – AppStream 7.9…
-
使用UNION实现mysql 行列变换(一)
表格1:表名:score +——+———+———+——+——-+ | name | chinese | english | math…
-
12–递归【迷宫问题】
1 //递归 –> 迷宫问题 2 public class MazeQuestion { 3 4 public static void main(String[] args…