书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 50619 个相关结果.
  • Reference

    Reference Overview Installation Local Go Get Docker Release Binaries Kubernetes Dependencies Install Uninstall Server Features Usage Help Commands Command Line Buil...
  • Architecture

    Architecture Runtime API Web Proxy Bot CLI Plugins Architecture Micro provides the fundamental building blocks for microservices. It’s goal is to simplify distributed sy...
  • Features

    Features Framework Runtime Network Plugins Deployment Features The micro ecosystem is rapidly growing but there’s still a lot to do. The features page keeps track of the ...
  • 容错

    1342 2019-06-01 《Go-Micro 文档》
    容错(fault tolerance) 心跳(Heartbeating) 原理 解决方案 使用方法 负载均衡 原理 解决方案 使用方式 重试 原理 解决方案 使用方式 服务发现缓存 原理 解决方案 使用方式 容错(fault tolerance) 分布式系统世界中,随时随地都可能会出现异常。Micro在定位这个问题时,...
  • 简介

    2834 2019-06-01 《Go-Micro 文档》
    开始上手 概览 相关资源 相关用户 简化微服务的开发。该文档可以帮助您快速编写新程序。Micro是一套微服务构建工具库。对于微服务架构的应用,Micro提供平台层面、高度弹性的工具组件,让服务开发者们可以把复杂的分布式系统以简单的方式构建起来,并且尽可能让开发者使用最少的时间完成基础架构的构建。 开始上手 可以查看go-micro 着手新的服...
  • Anything as a Service

    Micro Service Overview HTTP App File Server Exec script Micro Service Turn anything into a micro service Turn anything into a micro service. Micro provides a way of encaps...
  • Internals

    Internals Features Plugins Packages Registry Selector Transport Broker Codec Server Client Store Config Internals A description of the go-micro internal features G...
  • Introduction

    Introduction About Goals Features Development Cloud Services Remote First Micro Services Getting Started Introduction This is a high level introduction to Micro About ...
  • About

    Docs Contents Contributing Docs Below you’ll find documentation for Micro Contents Documentation, guides and quick starts for Micro Introduction - A high level introducti...
  • 1 编译

    1 编译 1.1 Go编译注入信息 1.2 常用编译指令 -o -race -ldflags 编译演示代码 -tag 1.3 EGO编译指令 脚本 获取框架版本代码 信息展示 1 编译 1.1 Go编译注入信息 Go微服务的编译是微服务的第一步,也是比较重要的一个环节。我们可以在编译的时候注入很多编译信息,例如应用名称、应用版本...