Ming Blog

我干了什么 究竟拿了时间换了什么

Intersection of Two Arrays

"LeetCode Algorithm"

“The world may be full of cheating, however we never lack friends with a warm heart. “ 两个数组的交集 给定两个数组,编写一个函数来计算他们的交集。 示例 1: 1 2 输入:nums1 = [1,2,2,1], nums2=[2,2] 输出:[2] 示例 2: 1 2 输入: nums1 ...

RMI And RPC

"Difference in RMI And RPC"

“If you listen to the music, the world changes. It’s like falling in love. Only no one gets hurt. ” 1.RPC简介 RPC(Remote Procedure Call Protocol,远程过程调用协议),它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。...

Yarn Architecture

"Yarn Architecture"

“It’s probably hard for you to imagine how it feels to have your destiny be predetermined at birth. ” Yarn的体系结构和运行原理 :运行计算框架(MapReduce, Storm, Spark, Flink等)的容器 1. 主节点:ResourceManager(整体角度) 职责...

KMeans Cluster

"Hello Blog, Hello Cluster"

“Yeah It’s on. ” KMeans聚类 关于分类和聚类 kmeans属于聚类算法中的一种。分类和聚类是不同的概念。虽然两者的目的都是对数据进行分类,但是却有一定的区别。 分类是按照某种标准给对象贴标签,再根据标签来区分归类。 聚类是事先没有给出标签,刚开始并不知道如何对数据分类,完全是算法自己来判断各条数据之间的相似性,相似的就放在一起。 ...

Welcome to Ming Blog

"Hello World, Hello Blog"

“Yeah It’s on. ” 前言 Ming 的 Blog 就这么开通了。 正文 希望后面的我能够坚持着写下去吧 结语 To Be A Better future !