ARTS-04月01日到04月07日

算法练习

温习递归的基本概念

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.

英文阅读

数据分析的通用模式【1】(https://www.jianshu.com/p/44f71c36235a)

技巧呈现

介绍mac系统中查看软件安装信息的命令 ,以nginx为例

brew nginx info

Mac环境查看软件安装信息(https://www.jianshu.com/p/92bcec0e9c17)

文章分享

这篇文章是我之前整理的分布式相关的特征,涉及到redis部署结构,异常的理解,关于消息中的发布订阅。
系统服务化构建-分布式基本特征(https://www.jianshu.com/p/344cee51b0b1)

激励自己
初识ARTS (https://www.jianshu.com/p/91d0a7e1c1ef)

你可能感兴趣的:(ARTS-04月01日到04月07日)