书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2373 个相关结果.
  • 10 net.tcp.service 和 net.udp.service 检查的实现细节

    10 net.tcp.service 和 net.udp.service 检查的实现细节 监控项 net.tcp.service 参数 监控项 net.udp.service 参数 10 net.tcp.service 和 net.udp.service 检查的实现细节 net.tcp.service 和net.udp.service 检查实现的细...
  • Kyuubi

    通过 Kyuubi 连接 Doris 介绍 下载 Apache Kyuubi 配置方法 下载 Apache Kyuubi 配置Doris作为Kyuubi数据源 添加MySQL驱动 启动 Kyuubi 服务 使用方法 建立连接 执行查询 通过 Kyuubi 连接 Doris 介绍 Apache Kyuubi 是一个分布式和多租户网...
  • 参数校验

    650 2022-08-10 《Kratos v2.4 教程》
    参数校验 安装工具 规则示例 数字类型 布尔类型 文本类型 消息体 生成代码 搭配中间件使用 http grpc References 参数校验 Validate 中间件使用 proto-gen-validate 生成后的代码进行参数校验,我们可以通过在 proto 中编写参数校验规则,然后生成代码,通过中间件自动的进行校验。 ...
  • FAQ

    FAQ google/protobuf/descriptor.proto: File not found. error while using kratos proto command. IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 如何使用 goland 进行开发 新...
  • 参数校验

    400 2022-04-18 《Kratos v2.2 教程》
    参数校验 安装工具 规则示例 数字类型 布尔类型 文本类型 消息体 生成代码 搭配中间件使用 http grpc References 参数校验 Validate 中间件使用 proto-gen-validate 生成后的代码进行参数校验,我们可以通过在 proto 中编写参数校验规则,然后生成代码,通过中间件自动的进行校验。 ...
  • Committing code

    Committing code Handling pull requests Committing guidelines Reverting commits Committing code This section is addressed to the committers and to anyone interested in knowi...
  • OUTFILE

    OUTFILE Name description example keywords Best Practice OUTFILE Name OURFILE description This statement is used to export query results to a file using the SELECT INTO O...
  • 构建步骤 (Windows.md)

    构建步骤 (Windows) 基本要求 构建 32 位构建 Visual Studio 项目 故障排查 Command xxxx not found Fatal internal compiler error: C1001 LNK1181: cannot open input file ‘kernel32.lib’ Error: ENOENT,...
  • 构建步骤 (Windows)

    构建步骤 (Windows) 基本要求 Exclude source tree from Windows Security 构建 32 位构建 Visual Studio 项目 故障排查 Command xxxx not found Fatal internal compiler error: C1001 LNK1181: cannot ope...
  • 通用连接池

    通用连接池 poolConfig 返回连接池参数 connect 通用连接池 其实我们数据库连接池和 redis 连接池都是基于通用的连接池技术如果你也需要拓展个xxx连接池很简单 实现PoolAble 接口就可以了 class xxxx implements PoolAble { public func...