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

    Handler 类型过滤 robot.key_click —— 回应自定义菜单 robot.filter —— 回应有指定文本的消息 Handler WeRoBot会将合法的请求发送给 handlers 依次执行。 如果某一个 Handler 返回了非空值, WeRoBot 就会根据这个值创建回复,后面的 handlers 将不会被执行。 ...
  • REST

    Tutorial: Creating a Simple REST API Defining the API Creating the Application Creating a Model Retrieving Data Inserting Data Updating Data Deleting Data Creating database ...
  • 参数文件

    参数文件 参数文件的语法 使用参数文件 从标准输入中读取参数文件 参数文件 参数文件就是把所有或部分命令行选项和参数放在一个外部文件中, 这样可以避免命令行中的字符问题. 如果用到选项或参数很多, 使用参数文件也可以避免命令行变得太长. 参数文件通过选项 —argumentfile (-A) 指定, 同时仍然可以使用其它的命令行选项. ...
  • Using service accounts in applications

    Using service accounts in applications Service accounts overview Default service accounts Default cluster service accounts Default project service accounts and roles Creating s...
  • Using service accounts in applications

    Using service accounts in applications Service accounts overview Default service accounts Default cluster service accounts Default project service accounts and roles Creating s...
  • Model Events

    Model Events 事件与事件管理器(Events and Events Manager) 模型中自定义事件(Implementing Events in the Model’s class) 使用自定义事件管理器(Using a custom Events Manager) 记录底层 SQL 语句(Logging Low-Level SQL S...
  • 模型事务(Model Transactions)

    模型事务(Model Transactions) 自定义事务(Manual Transactions) 隐含的事务(Implicit Transactions) 单独的事务(Isolated Transactions) 模型事务(Model Transactions) 当一个进程执行多个数据库操作时,通常需要每一步都是成功完成以便保证数据完整性...
  • 配置Pod的Service Account

    配置 Pod 的 Service Account 使用默认的 Service Account 访问 API server 使用多个Service Account 手动创建 service account 的 API token 为 service account 添加 ImagePullSecret 配置 Pod 的 Service Acco...
  • Config

    Config 默认配置 Config WeRoBot 使用 WeRoBot.Config 类来存储配置信息。 WeRoBot 类实例的 config 属性是一个 werobot.config.Config 实例。 Config 继承自 dict 。因此, 你可以像使用普通 dict 一样使用它 from werobot imp...
  • 测试数据文档工具(Testdoc)

    测试数据文档工具(Testdoc) 用法 总览 选项 生成文档 测试数据文档工具(Testdoc) Testdoc是Robot Framework内置的工具, 用于从测试用例生成HTML文档. 生成的文档包含名称, 每个测试套件和测试用例的文档和元数据, 以及顶层关键字和它们的参数. 用法 总览 python - m robot ...