错误提示: There are unfinished transactions remaining. You might consider running yum-complete-transacti...
Shell中判断字符串是否为数字的7种方法
方法一 A=123 echo "${A}" |[ -n "sed -n '/^[0-9][0-9]*$/p'" ] && echo ${A} is a numbers 方法二 A=12...
Maven常用打包命令及常用基本命令
1、先把命令行切换到Maven项目的根目录,比如:/data/work/java/maven-test,然后执行命令:mvn clean package 执行命令成功后,生成好的war/jar包保存在...
MySQL启动报错:InnoDB Operating system error number 13 in a file operation的解决方法
1、启动MySQL失败 [root@localhost ~]# systemctl start mysqld Job for mysqld.service failed because the con...