Rails 利用whenever 配合Linux下的cron 实现周期性任务
安装
|
|
准备
|
|
执行后生成:
config/schedule.rb
为什么
两台学妹的电脑去装Typora
1台只能这样装http://www.linuxdiyf.com/linux/25196.html
还有一台只能按官网装http://www.typora.io/#linux
pg_dump -h localhost -U postgres [databasename] > [filename].bak
psql -h localhost -U postgres -d [databasename] < [filename].bak
|
|
|
|