title: an_introduction_to_gcc.mddate: 2021-08-09 20:42:04tags: gcc Conve...
在cmake中構(gòu)建測試例就是enable_testing()+add_test()這一套。本篇文章是我在學習cmake構(gòu)建單元測試的一個總結(jié)筆記...
本文是我在閱讀文獻或者代碼中,關(guān)于編譯優(yōu)化的一些簡單筆記。 RVO:即Return Value Optimization,返回值優(yōu)化。舉個簡單的...
流程匯總 創(chuàng)建cluster 在cluster上創(chuàng)建一個deployment,然后再部署對應(yīng)的APP(因為創(chuàng)建deployment時會指定ima...
術(shù)語 test suite:應(yīng)該就是指整個測試的名稱和意義 test:整個測試下某一類的測試 所以test suite是一個整體,下面會有不同的...
private, interface, public 某些cmake函數(shù)是為target指定traits的,這些參數(shù)需要指定上述3個keywor...
首先,使用ChristianChiarulli大神的neovim0.5的配置,基本全部基于Lua。GitHub - ChristianChiar...
初始 作用集群是redis提供的一種分布式數(shù)據(jù)庫方案,可以提供數(shù)據(jù)共享、復制、故障轉(zhuǎn)移的功能。通過CLUSTER MEET 完成集群中各個...
Reference The Implementation of epoll (1) (idndx.com)[https://idndx.com/...