书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 2373 个相关结果.
  • DataQL指令助记符

    DataQL指令助记符 DataQL指令助记符 助记符 指令代码 含义 (构造指令) LDC_D 11 将数字压入栈(例:LDC_D 12345) LDC_B 12 将布尔数据压入栈(例:INSN_B true) LDC_S 13 将字符串数据压入栈(例:LDC_S “ssssss”) LDC_N 14 将null压入栈(例:INSN_N) N...
  • How to Use

    Introduction Define Resource "try" and "catch" mode Bool Mode Adapters to Popular Frameworks Define Rules Definition of Rules Flow control rules (FlowRule) Definition: API ...
  • 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 是一个分布式和多租户网...
  • 参数校验

    649 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 进行开发 新...
  • 参数校验

    399 2022-04-18 《Kratos v2.2 教程》
    参数校验 安装工具 规则示例 数字类型 布尔类型 文本类型 消息体 生成代码 搭配中间件使用 http grpc References 参数校验 Validate 中间件使用 proto-gen-validate 生成后的代码进行参数校验,我们可以通过在 proto 中编写参数校验规则,然后生成代码,通过中间件自动的进行校验。 ...
  • 构建步骤 (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...
  • Hack-19 Ac 命令

    Ac 命令 Ac 命令 先要安装acct - #sudo apt-get install acct 然后… ac -d 显示当先登录用户的使用时间 ac -p 显示所有用户的登陆使用时间 ac -d xxxx 显示xxx用户的登陆使用时间感觉用处不是很大, 除非你的机子是多用户共同操作的. 有一种情况除外, 可以查看有没有未经允许的...