摘要: 传送门 https://blog.csdn.net/jackfrued/article/details/79717727 在此基础上实践和改编某些点 1. 并发编程 1. 实现让程序同时执行多个任务也就是常说的“并发编程” 2. 使用Python实现并发编程主要有3种方式:多进程、多线程、多进程+多 阅读全文
posted @ 2018-06-25 23:06 Rocin 阅读(309) 评论(0) 推荐(0) 编辑
摘要: ``` git init git add git add . git checkout -- git checkout -- . git status git config --global user.name git config --global user.email git commit -m 'reason' git log git reset --hard ... 阅读全文
posted @ 2018-06-25 17:21 Rocin 阅读(177) 评论(0) 推荐(0) 编辑