摘要: GIT文档链接:https://github.com/521xueweihan/git tips/blob/master/README.md Git是一个 “分布式版本管理工具”,简单的理解版本管理工具:大家在写东西的时候都用过 “回撤” 这个功能,但是回撤只能回撤几步,假如想要找回我三天之前的修改 阅读全文
posted @ 2019-04-26 15:17 MC-Blog 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1 # _*_ coding:utf-8 _*_ 2 3 import logging 4 import os 5 import sys 6 import time 7 8 log_path = os.path.dirname(sys.path[0]) + '/log_path' 9 10 class Log(): 11 def __init__(self): 1... 阅读全文
posted @ 2019-04-26 14:54 MC-Blog 阅读(286) 评论(0) 推荐(0) 编辑