摘要:
#tomcat的启动和关闭 cd /usr/tomcat/apache-tomcat-8.0.50/bin ./shutdown.sh ./startup.sh #mysql的启动和关闭 service mysqld start #开启 service mysqld stop #关闭 service mysqld restart #重启 mysql -uroot -pMysql@root1... 阅读全文
摘要:
//start==>>> 短信开关(true开,false关) if (true)//[DRY.WriteLessDoMore]-[BusinessChanges]-[短信开关] if (false)//[DRY.WriteLessDoMore]-[BusinessChanges]-[短信开关] //end==>>> 短信开关(true开,false关) 阅读全文