【Go】学习笔记 "Go has indeed become the language of cloud infrastructure" - Rob Pike interview 2021-02-07 Golang #Go #ADT
【Python】设计模式 Patterns mean “I have run out of language.” - Rich Hickey Design patterns are typical solutions to common problemsin software design. Each pattern is like a blueprintthat you can customize to solve a 2020-11-20 设计模式 > Python #设计模式 #Python
【Python】基本数据结构和算法 How to select datastructures for ADT Dose the data structure provide for the storage requirements as specified by the domain of the ADT? Does the data structure provide the data access and manipulati 2020-11-20 Python #ADT #Python
【Hadoop】HDFS:分布式文件系统 HDFS is the primary distributed storage used by Hadoop applications. A HDFS cluster primarily consists of a NameNode that manages the file system metadata and DataNodes that store the actual data. Th 2020-11-09 大数据 #Hadoop #大数据
【Linux】Docker安装与使用 Developers bring their ideas to life with Docker 2020-06-24 备忘录 #Docker #Linux #Center OS