书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 3571 个相关结果.
  • 变更日志

    1.5.0 Core New Plugin Improvements Bugfix Doc 1.4.1 Bugfix 1.4.0 Core New plugins Improvements 1.3.0 Security Plugin 1.2.0 Core Plugin Admin API Bugfix 1.1.0 Co...
  • Troubleshooting Tools

    Troubleshooting Tools Settings Cluster credentials Troubleshooting Tools The document describes how to use argocd-tool binary to simplify Argo CD settings customizations and ...
  • Resource Health

    Resource Health Overview Deployment, ReplicaSet, StatefulSet DaemonSet Service Ingress PersistentVolumeClaim Argocd App Custom Health Checks Way 1. Define a Custom Health Che...
  • protobuf API

    ProtoBuffer库 ProtoBuffer API 导入 protobuf.load(string) protobuf.loadfile(filename) protobuf.encode(struct, table) protobuf.decode(struct, string) protobuf.tohex(string) proto...
  • 调试

    调试 关闭 code cache 记录日志 调试 调试是一个程序猿非常重要的能力,人写的程序总会有 bug,所以需要 debug。如何方便和快速的定位 bug ,是我们讨论的重点,只要 bug 能定位,解决就不是问题。 对于熟悉用 Visual Studio 和 Eclipse 这些强大的集成开发环境的来做 C++ 和 Java 的同学来说,Op...
  • 如何调试

    917 2018-03-28 《Vanilla中文手册》
    Vanilla 的 调试 sprint_r,print_r,lprint_r,err_log sprint_r print_r lprint_r err_log Vanilla 的 调试 除了查看 nginx 错误日志辅助开发外,为了方便 Vanilla 项目的开发和调试,Vanilla 提供了诸如 print_r 之类的对象输出方法,以...
  • 如何引用第三方 resty 库

    如何引用第三方 resty 库 如何引用第三方 resty 库 OpenResty 引用第三方 resty 库非常简单,只需要将相应的文件拷贝到 resty 目录下即可。 我们以 resty.http ( pintsized/lua-resty-http ) 库为例。 注:假设你的 OpenResty 安装目录为 /usr/local/open...
  • 3.1 – Lexical Conventions

    3.1 – Lexical Conventions 3.1 – Lexical Conventions Lua is a free-form language. It ignores spaces and comments between lexical elements (tokens), except as delimiters between ...
  • 1.7 数据结构

    1985 2019-04-08 《Lua程序设计》
    数据结构 ● 数组 ● 矩阵与多维数组 ● 链表 ● 队列与双向队列 ● 集合与无序组(bag) ● 字符串缓冲 ● 图 数据结构 ● 数组 ● 矩阵与多维数组 ● 链表 ● 队列与双向队列 ● 集合与无序组( bag ) ● 字符串...