安裝Gtest & Gmock 使用 EXPECT_CALL 期待指定函數(shù)調(diào)用次數(shù)以及模擬其返回值 .h文件實(shí)現(xiàn) main文件實(shí)現(xiàn) 代理函數(shù) .h實(shí)現(xiàn) .cpp實(shí)現(xiàn) 調(diào)用De...
安裝Gtest & Gmock 使用 EXPECT_CALL 期待指定函數(shù)調(diào)用次數(shù)以及模擬其返回值 .h文件實(shí)現(xiàn) main文件實(shí)現(xiàn) 代理函數(shù) .h實(shí)現(xiàn) .cpp實(shí)現(xiàn) 調(diào)用De...
生成動(dòng)態(tài)鏈接庫(kù)(.dll) 打開visual stduio 新建項(xiàng)目選擇動(dòng)態(tài)鏈接庫(kù)(DLL) 不使用預(yù)編譯頭 刪除 phb.h和phb.cpp 兩個(gè)文件,并創(chuàng)建自己的文件如圖...
泛化 一般表示子類繼承父類 實(shí)現(xiàn) 表示具體對(duì)象實(shí)現(xiàn)抽象類 依賴 Master中有個(gè)函數(shù)需要傳Tool這個(gè)參數(shù)吱瘩,那么Master依賴Tool 關(guān)聯(lián) Master中有個(gè)成員引用了...
通路 8155板子默認(rèn)位eth0.11配置了組播道伟,該驅(qū)動(dòng)的ip地址是172.16.11.3,要與之通信PC需要配置vlan使碾,打開控制面板 -> 網(wǎng)絡(luò)和共享中心 -> 找到你的...
回退版本 去gitee查看版本編號(hào)(瀏覽文件左邊那串),點(diǎn)擊復(fù)制image.png git reset --hard <版本編號(hào)> git push -f origin ma...
定義一個(gè)線程 以上代碼簡(jiǎn)單的頂一個(gè)線程蜜徽,主線程阻塞等待子線程退出,子線程每個(gè)一秒打印一個(gè)"hello world". 代碼中① 聲明定義了一個(gè)線程部逮,我們往thread對(duì)象t中...
打開工程 雙擊 /home/aubass/aubist-configurator-ap-linux.gck.x86_64/aubist-configurator-ap 打開娜汁,...
拉取倉(cāng)庫(kù) 打開應(yīng)用商店搜索Visual Studio Code,找到vscode 并安裝兄朋,之后建議安裝c++和cmake的插件 mkdir Work chmod 777 Wo...
#include #include #include <memory> class TestB; class TestA{ public: void run() { std:...
#include #include #include #include <vector> #include #include const bool debug = true;...
代碼均跑了接近5分鐘可以返現(xiàn)run1的VIRT(即第5列數(shù)據(jù))遠(yuǎn)高于run2的缕允, 過(guò)程中run2的VIRT基本不變保持在10828, 而run1de 一直在飆升。 run2大...
#include #include <functional> #include #include #include #include #include #include #i...