240 发简信
IP属地:北京
  • Goroutine原理介绍

    为什么Golang需要单独开发一个Goroutine? 开销问题:POSIX的thread API虽然能够提供丰富的API,例如配置自己的CPU...

  • Golang中Struct && Interface简介

    Struct 很多时候,我们需要自定义新的数据类型,C++里可以用class,Golang里面也同样拥有类似的定义,称之为struct。为一个s...

  • Golang的并发编程

    Golang中的并发编程 Golang语言中,并发使用的协程的机制,实现起来也是十分的方便,使用go关键字即可。 channel Channel...

  • Docker Introduction

    Docker Introduction 基本概念 Docker ImageDocker Image是一个只读的模板,一个Docker Image...

  • Resize,w 360,h 240
    Kubernetes中Service机制

    Service Pod的IP是在docker0网段动态分配的,当发生重启,扩容等操作时,IP地址会随之变化。当某个Pod(frontend)需要...