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

    Hello World - Golang Before you begin Recreating the sample code Building and deploying the sample Send and verify CloudEvents Send CloudEvent to the Broker Verify that event i...
  • 视频

    1811 2020-06-11 《Go语言中文文档》
    1. 视频 1. 视频 用于处理视频的库。 gmf - FFmpeg av * 库的绑定。 go-astisub - 在GO中处理字幕(.srt,.stl,.ttml,.webvtt,.ssa / .ass,图文电视,.smi等)。 go-astits - 在GO中本地解析和解复用MPEG传输流(.ts)。 go-m3u8 - ...
  • Introduction

    Introduction Introduction Styles are the conventions that govern our code. The term style is a bit of amisnomer, since these conventions cover far more than just source filefor...
  • GCCGO插件

    GCCGO插件 它是如何工作的 为什么不使用纯Go? 构建插件 第一个应用 uwsgi.gox 共享库 VS 单片二进制文件 协程 选项 uWSGI API 注意事项 GCCGO插件 uWSGI 1.9.20官方使用一个基于GCCGO的新插件替换了老的 uWSGI Go支持 (只有1.4) 插件。 GCCGO的使用允许更多的特...
  • 实用工具

    2311 2020-06-11 《Go语言中文文档》
    1. 实用工具 1. 实用工具 通用工具和工具使您的生活更轻松。 apm - 用于Golang应用程序与HTTP API过程管理器。 backscanner - 一种类似于bufio.Scanner的扫描仪,但是它以相反的顺序读取和返回行,从给定位置开始并向后移动。 beyond - Go工具将带您进入AOP世界! blank ...
  • api demo 代码生成

    406 2023-11-03 《go-zero v1.6 教程》
    api demo 代码生成 概述 任务目标 准备条件 代码生成 注意 编写简单的逻辑代码 启动服务 api demo 代码生成 概述 在完成了 goctl 安装 后,我们可以通过 goctl 创建一个最小化的 HTTP 服务来了解 goctl 的 go-zero api 服务的概况。 任务目标 学会如何使用 goctl 创建一个...
  • api demo 代码生成

    884 2023-06-20 《go-zero v1.5 教程》
    api demo 代码生成 概述 任务目标 准备条件 代码生成 注意 编写简单的逻辑代码 启动服务 api demo 代码生成 概述 在完成了 goctl 安装 后,我们可以通过 goctl 创建一个最小化的 HTTP 服务来了解 goctl 的 go-zero api 服务的概况。 任务目标 学会如何使用 goctl 创建一个...
  • 项目创建

    335 2022-10-19 《Ent v0.11 教程》
    项目创建 前提条件 安装 代码生成 创建测试案例 项目创建 本指南针对的是首次需要说明如何从零开始创建项目的用户。 在我们开始之前,请确保您的机器上满足了以下前提条件。 前提条件 Go Docker (可选) 在安装这些依赖后,创建项目目录并初始化Go模块: mkdir todo cd $_ go mod init tod...
  • v1.21.0

    v1.21.0 (go/v3):For golang-language based operators, fix suite test using global cfg For Golang-based operators, update Dockerfile if you are using the declarative/v1 plugin (g...
  • Generating Protobufs

    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...