摘要: SELECT FLOOR(2 + RAND()*3) SELECT question_id as question_id,create_time as start_time,3 as term,DATE_ADD(create_time,INTERVAL FLOOR(2 + RAND()*3) MON 阅读全文
posted @ 2020-09-07 17:14 洋槐 阅读(324) 评论(0) 推荐(0)
摘要: [root@test1 ansible]#cat nginx.yaml - hosts: test remote_user: root vars_files: - vars.yaml tasks: - name: instal nginx yum: name=nginx - name: copy c 阅读全文
posted @ 2020-06-10 16:12 洋槐 阅读(159) 评论(0) 推荐(0)