摘要: (转载)bind较完整说明 转载至:http://blog.163.com/hlz_2599/blog/static/1423784742011616103922517/ 2. DNS 系统基础 Internet上的成千上万台主机都是通过IP地址来区分的。当大家对IP地址了解后,发现去记这些数字很难 阅读全文
posted @ 2019-07-06 09:24 Cheerss 阅读(953) 评论(0) 推荐(0) 编辑
摘要: (转载)什么是递归函数? https://blog.csdn.net/wf19930209/article/details/79341939 <!-- flowchart 箭头图标 勿删 --> 递归函数 递归 例题 特点 效率 优点 递归函数 递归 递归就是一个函数在它的函数体内调用它自身。执行递 阅读全文
posted @ 2019-07-06 09:12 Cheerss 阅读(352) 评论(0) 推荐(0) 编辑
摘要: (转载)递归算法详解 https://chenqx.github.io/2014/09/29/Algorithm-Recursive-Programming/ By ShinChan Published Sep 29 2014 Contents 1. Introduction 2. 从递归的经典示例 阅读全文
posted @ 2019-07-06 09:06 Cheerss 阅读(1109) 评论(0) 推荐(0) 编辑