
stackoverflow
文章平均质量分 80
莫利斯安
小白成长记录博客。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Concurrency vs Parallelism From Stackoverflow
Stackoverflow 精彩答案整理… 本人英语水平渣渣,翻译的主要目的自己整理加深理解。如果不幸误导您,请见谅。如果您好心提醒我,可以直接底下留言。 原文链接Concurrency is when two tasks can start, run, and complete in overlapping time periods. It doesn’t necessarily mean t翻译 2015-07-31 12:13:16 · 815 阅读 · 0 评论 -
Thread VS Process From Stackoverflow
Preface:翻译水平渣,阅读需仔细。有错误欢迎指正。What is the difference between a thread and a process? 线程和进程之间有何区别?Processes vs Threads 进程VS线程A process is an executing instance of an application. What does that mean? We翻译 2015-08-02 12:20:13 · 991 阅读 · 0 评论