会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
文良哥哥
博客园
首页
管理
2020年9月7日
mysql造数
摘要: 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)
2020年6月10日
ansible nginx
摘要: [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)