美文网首页
代码的艺术

代码的艺术

作者: miykaelxxm | 来源:发表于2017-04-10 18:11 被阅读6次

    333

    #!/usr/bin/python

    # encoding: utf-8

    # -*- coding: utf8 -*-

    """

    Created by PyCharm.

    File:               LinuxBashShellScriptForOps:pyScheduleTask.py

    User:               Guodong

    Create Date:        2017/4/6

    Create Time:        22:33

    """

    # https://docs.python.org/2/library/sched.html

    importthreading

    importsched

    importtime

    importsys

    importlocale

    importcodecs

    相关文章

      网友评论

          本文标题:代码的艺术

          本文链接:https://www.haomeiwen.com/subject/wsktottx.html