摘要: 01-设计4s店类-1 02-设计4s店类-2 03-设计4s店类-3-使用函数完成解耦 class CarStore(object): def order(self,car_type): return select_car_by_type(car_type)def select_car_by_ty 阅读全文
posted @ 2020-05-27 15:54 Curedfisher 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Linux crontab命令详解 crontab:定时任务的守护进程,精确到分,设计秒的我们一般写脚本 -->相当于闹钟 日志文件: ll /var/log/cron* 编辑文件: vim /etc/crontab 进程:ps -ef | grep crond ==> /etc/init.d/cr 阅读全文
posted @ 2020-05-27 10:08 Curedfisher 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-27 10:03 Curedfisher 阅读(184) 评论(0) 推荐(0) 编辑