摘要:
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html[mysqld] max_connections=1 阅读全文
摘要:
#!/bin/bashA=dyshop-ordercp -r dytourismcard $Ased -i 's/dytourismcard/'$A'/g' $A/deploy.shcat $A/deploy.shls $A 做项目推送用 阅读全文
摘要:
一:crontab简介 crond 是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程,与windows下的计划任务类似,当安装完成操作系统后,默认会安装此服务 工具,并且会自动启动crond进程,crond进程每分钟会定期检查是否有要执行的任务,如果有要执行的任务,则自动执行该 阅读全文