摘要: git rev parse master^{commit} 是什么意思 显示master提交的SHA1值 if you want to make sure that the output actually names an object in your object database and/or 阅读全文
posted @ 2019-09-10 20:09 脚本小娃子 阅读(13916) 评论(0) 推荐(1)
摘要: 方式 + 使用ls /proc/pid/task/ 查看线程 + 使用ps eLf命令/ps aux L/ps aux el + 使用pstree 进程和线程 + 进程是资源分配的最小单位 + 线程是cpu时间片分配的最小单位 + 一个进程至少包含一个线程,即主线程 ps eLf各字段含义 + UI 阅读全文
posted @ 2019-09-10 16:55 脚本小娃子 阅读(7732) 评论(0) 推荐(2)
摘要: https://site.mockito.org https://github.com/mockito/mockito https://github.com/hehonghui/mockito doc zh 阅读全文
posted @ 2019-09-10 08:35 脚本小娃子 阅读(826) 评论(0) 推荐(0)