Fork me on GitHub
摘要: 剑指offer 阅读全文
posted @ 2020-06-01 00:11 yzhu798 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 转自: https://github.com/downdemo/Effective-STL 非常感谢大佬的整理,发布出来方便大家闲暇时间查阅 阅读全文
posted @ 2020-05-31 23:36 yzhu798 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 转自:https://github.com/Making-It/note 在github上不能标红显示,为方便阅读,进行标红显示。 我比较懒,就一遍发完,一次看爽 (\*{2,2}[^\*]{1,}\*{2,2}) <font color=\"red\">\1</font> //正则表达式替换 一. 阅读全文
posted @ 2020-05-29 12:53 yzhu798 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 0.引用 https://learnxinyminutes.com/ https://www.runoob.com 1. 变量和流程控制 1.1 变量 -- 单行注释 --[[ 多行注释 --]] num = 42 -- 对于52位以内的整型值, 不用担心精度问题。 s = 'walternate' 阅读全文
posted @ 2020-04-09 19:30 yzhu798 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-04-09 19:15 yzhu798 阅读(415) 评论(0) 推荐(0) 编辑