原创 python中的 dir()內置函數的作用以及使用方法

dir() 內置函數的作用 python 內置方法有很多,無論是初學者還是精通python 的程序員都不能全部即住所有的方法,這時候 dir() 方法就非常有用了,使用 dir()函數可以查看對象內的所有的屬性和方法,在 python 中

原创 Python range() 函數用法

https://www.runoob.com/python/python-func-range.html

原创 策略模式與工廠模式的區別

https://blog.csdn.net/u011549998/article/details/49735005?depth_1-utm_source=distribute.pc_relevant.none-task&utm_sourc

原创 深入剖析WebRTC事件機制之Sigslot

https://www.jianshu.com/p/4e5b8c1a05eb

原创 python中的內建函數(BIF)

https://blog.csdn.net/qq_20545159/article/details/46334323

原创 谷歌的C++智能指針實現

https://www.cnblogs.com/zentel/p/3722499.html https://www.jianshu.com/p/e59e7d4de758   WebRTC中的引用計數指針scoped_refptr

原创 C++ 智能指針 unique_ptr 詳解與示例

https://blog.csdn.net/shaosunrise/article/details/85158249

原创 VS2015中配置Pthread

一、安裝平臺        Win7\8\10   64位           Microsoft Visual Studio 2015 二、下載 pthreads-w32-2-9-1 tp://sourceware.org/pub/pt

原创 minwindef.h(157): error C2632: “int”後面的“int”非法

#include <WinSock2.h> //#include "rtptypes_win.h" #define   HAVE_STRUCT_TIMESPEC #include "pthread.h" #include "libavmc

原创 webrtc學習(1-10重要)

https://blog.csdn.net/caoshangpa/category_9267799.html

原创 WebRTC TURN協議初識及turnserver實踐

WebRTC協議棧   圖一 WebRTC stack TURN的全稱爲Traversal Using Relays around NAT,是STUN/RFC5389的一個拓展,主要添加了Relay功能。如圖一所示,TURN協議是建立在

原创 深入理解Linux內核之鏈表 list.h 功能實現原理、接口說明及示例代碼

https://blog.csdn.net/u012351051/article/details/99193521

原创 【Linux高級編譯】Linux內核的list.h的高效應用----單向鏈表和雙向鏈表的實現

https://blog.csdn.net/szullc/article/details/86565368

原创 策略模式(C++實現)

https://blog.csdn.net/lh844386434/article/details/16825861

原创 最常用的設計模式---代理模式(C++實現)

https://blog.csdn.net/lh844386434/article/details/18045671