算法練習(xí)
溫習(xí)遞歸的基本概念
Recursion is an approach to solving problems using a function that calls itself as a subroutine.
You might wonder how we can implement a function that calls itself. The trick is that each time a recursive function calls itself, it reduces the given problem into subproblems. The recursion call continues until it reaches a point where the subproblem can be solved without further recursion.
英文閱讀
數(shù)據(jù)分析的通用模式【1】(http://www.itdecent.cn/p/44f71c36235a)
技巧呈現(xiàn)
介紹mac系統(tǒng)中查看軟件安裝信息的命令 ,以nginx為例
brew nginx info
Mac環(huán)境查看軟件安裝信息(http://www.itdecent.cn/p/92bcec0e9c17)
文章分享
這篇文章是我之前整理的分布式相關(guān)的特征,涉及到redis部署結(jié)構(gòu),異常的理解,關(guān)于消息中的發(fā)布訂閱。
系統(tǒng)服務(wù)化構(gòu)建-分布式基本特征(http://www.itdecent.cn/p/344cee51b0b1)
激勵(lì)自己
初識(shí)ARTS (http://www.itdecent.cn/p/91d0a7e1c1ef)