摘要:
set -e选项保证程序的每一步都执行正确,如果前面一部程序执行错误,则直接退出程序 001、 不加 set -e的情况 (base) [root@PC1 test2]# ls test.sh (base) [root@PC1 test2]# cat test.sh #!/bin/bash xxxx 阅读全文
posted @ 2022-10-06 12:10
小鲨鱼2018
阅读(1162)
评论(0)
推荐(0)
摘要:
http://www.cpan.org/modules/INSTALL.html 阅读全文
posted @ 2022-10-06 09:44
小鲨鱼2018
阅读(12)
评论(0)
推荐(0)
摘要:
001、问题 Can't exec "mysql_config": No such file or directory at Makefile.PL line 89. 002、解决方法 (base) [root@PC1 DBD-mysql-4.050]# yum install mariadb-de 阅读全文
posted @ 2022-10-06 09:35
小鲨鱼2018
阅读(111)
评论(0)
推荐(0)
摘要:
001、包的下载地址: https://blog.csdn.net/qq_38496750/article/details/116495396 002、包的安装方法: http://t.zoukankan.com/modaidai-p-6690425.html 003、http://www.cpan 阅读全文
posted @ 2022-10-06 09:02
小鲨鱼2018
阅读(153)
评论(0)
推荐(0)