摘要:
tomcat/bin/setenv.sh 用于tomcat启动的参数配置(当前目录下,会在tomcat启动时自动调用) cat tomcat/bin/catalina.sh if [ -r "$SETENVPATH/bin/setenv.sh" ]; then . "$SETENVPATH/bin/ 阅读全文
摘要:
1.1 在命令行登录mysql,即可看到mysql的版本号 [root@heyong ~]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL con 阅读全文
摘要:
一、查看Linux内核版本命令(两种方法): 二、查看Linux系统版本的命令(3种方法): 阅读全文