摘要: yum install nodejs 阅读全文
posted @ 2018-11-04 21:47 CrossPython 阅读(415) 评论(0) 推荐(0) 编辑
摘要: import os, sys import django BASE_DIR = os.path.dirname(os.path.abspath(__file__)) # 定位到你的django根目录 sys.path.append(os.path.abspath(os.path.join(BASE_DIR, os.pardir))) os.environ.setdefault("DJANGO_... 阅读全文
posted @ 2018-11-04 19:29 CrossPython 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 分 时 日 月 周 命令(最好用绝对路径)比如: * * * * * rm -fr /mnt/* //每分钟执行一次对/mnt目录下文件的删除*/2 * * * * rm -fr /mnt/* //每隔两分钟执行一次*/2 08-17 1,15 3-5 3 rm -fr /mnt/* //在3-5月 阅读全文
posted @ 2018-11-04 18:57 CrossPython 阅读(409) 评论(0) 推荐(0) 编辑