摘要: 介绍 默认情况下,创建的线程即是可连接的(或可结合的,joinable)。这意味着我们可以使用pthread_join()函数在任何其它线程中等待它(可连接线程)的终止: #include <pthread.h> int pthread_join( pthread_t thread, //threa 阅读全文
posted @ 2020-08-02 22:38 Smah 阅读(1108) 评论(0) 推荐(0)
摘要: 正文目录: 1. 什么是稳定性?2. 如何提高可靠性呢?3. 成功的开发流程4. 成功的项目管理5. 严格的质量控制 1. 什么是稳定性? 稳定性,英文中用(可靠性)Reliability engineering来研究,可靠性工程是系统工程的一个子学科,它主要研究设备无故障运行的能力。可靠性描述了系 阅读全文
posted @ 2020-08-02 19:03 Smah 阅读(906) 评论(0) 推荐(0)