python 线程 进程 标识

s = '%s%s%s%s%s%s%s%s' % (
time.strftime('%Y%m%d %H:%M:%S', time.localtime(time.time())), ' os.getppid() ', os.getppid(),
' os.getpid() ', os.getpid(), ' threading.get_ident ', threading.get_ident(),
url)
posted @ 2017-12-11 14:41  papering  阅读(259)  评论(0编辑  收藏  举报