待整理的知识点

    xiaoxiao2025-02-13  20

    1 死锁

    (1) http://blog.csdn.net/guoweimelon/article/details/50849533 介绍了死锁的基本概念

    (2) http://www.cnblogs.com/yanlingyin/archive/2011/12/29/thinkingindeadlocks.html

    (3) http://www.blogfshare.com/operating-system-five.html

    2 std::move() 与 std::forward()

    先看cpprefrence文章

    (1) IBM文集http://www.ibm.com/developerworks/cn/aix/library/1307_lisl_c11/index.html#icomments

    (2)比较通俗http://www.cnblogs.com/TianFang/archive/2013/01/26/2878356.html

    (3)msdn https://msdn.microsoft.com/zh-cn/library/dd293668.aspx

    (4)源码介绍http://blog.csdn.net/zwvista/article/details/6848582

    转载请注明原文地址: https://ju.6miu.com/read-1296407.html
    最新回复(0)