上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: 一、先序递归遍历(Preorder Recursive Traversal) 1.1 算法 首先需要明确的是这里的序是针对 root 节点而言的。故先序即先“访问”根节点,其次“访问”其左右节点。 1.2 图示 1.3 代码 Talk is cheap, show me the code! -- L 阅读全文
posted @ 2019-09-24 20:09 SheepCore 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 一、定义二叉树节点类 通过泛型(generics)定义了一个公有的节点类,包含一个数据域 data,以及两个引用域 lnode 和 rnode。构造函数提供有参和无参默认两种。当然,因为二叉树节点这个类的适用范围是在关于二叉树的操作中,所以更加完美的做法是将其作为私有内部类定义。 二、定义二叉树主类 阅读全文
posted @ 2019-09-24 19:13 SheepCore 阅读(312) 评论(0) 推荐(0) 编辑
摘要: For a full stack Java developer you should start with learning backend and front-end technologies From the backend perspective: From the Front-end per 阅读全文
posted @ 2019-09-24 16:26 SheepCore 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一、基本概念: 物理层:TCP/IP 协议簇的最底层,物理层所需要考虑的是如何在连接计算机的传输媒体上传输数据的比特流,而不是连接计算机的具体物理设备。 信号:数据的电气或电磁表现,是数据在传输媒体上的表现形态。可以用“数字”、“模拟”修饰。 码元:指用一段固定时间间隔的信号波形表示一个信息量(k进 阅读全文
posted @ 2019-09-19 21:11 SheepCore 阅读(568) 评论(0) 推荐(0) 编辑
摘要: Hadoop 命令行最常用指令篇: 1.ls (list directory) Usage: hadoop fs -ls [R] Option: -R => 递归显示 2.mkdir (make directory) Usage: hadoop fs -mkdir [-p] <paths> Take 阅读全文
posted @ 2019-07-19 12:13 SheepCore 阅读(798) 评论(0) 推荐(0) 编辑
摘要: I.Intro 听说阿里云有超低价学生服务器,哈哈。果不其然,买了三个月轻量级云服务器。今天把连接步骤做个记录?,免得之后忘了。Okay, let’s get started! ? II.Get Started 1.登录阿里云 登录阿里云 点击密钥管理,会出现以下窗口,选择创建密钥! 然后点确定,密 阅读全文
posted @ 2019-07-15 20:34 SheepCore 阅读(455) 评论(0) 推荐(0) 编辑
摘要: Preview: legitimate surrender lash escalate whisper 1.legitimate (leg- law; -ate v) legitimately -adj legitimation -n illegitimation -n illegitimate - 阅读全文
posted @ 2019-04-29 12:21 SheepCore 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Preview: soar extinguish divine baffle abduct 1.soar (s- = ex- out; -ar = -aer air) soarer -n soaringly -adv I.meanings: v.翱翔,飞翔,猛增 n.翱翔,上升高度,上升范围,激增 阅读全文
posted @ 2019-04-28 11:46 SheepCore 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Preview: delegate abide moan fuss confide 1.delegate (de- away,down; leg- law; -ate n) I.meanings: n.代表,会议代表 v.选派,授权,委派 a person sent or authorized to 阅读全文
posted @ 2019-04-27 20:09 SheepCore 阅读(141) 评论(1) 推荐(0) 编辑
摘要: Preview: contagious opaque snob bonus vindictive 1.contagious (con- together, with; tag- touch; -ious adj) contagiously -adv; contagiousness -n I.mean 阅读全文
posted @ 2019-04-26 12:26 SheepCore 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页