摘要:
0.引用 https://learnxinyminutes.com/ https://www.runoob.com 1. 变量和流程控制 1.1 变量 -- 单行注释 --[[ 多行注释 --]] num = 42 -- 对于52位以内的整型值, 不用担心精度问题。 s = 'walternate' 阅读全文
摘要:
Install Google Test 1.Tools sudo apt-get install cmake git lcov xdg-utils 2.Libs-dev sudo apt-get install libssl-dev uuid-dev libmosquitto-dev libgtes 阅读全文