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

    Please note that if you are using the Mongo driver provided by PHP 7, the ODM will not work for you. There is an incubator adapter but all the Mongo code must be rewritten (new Bso...
  • Class Phalcon\Db\Adapter\Pdo\Mysql

    407 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Db\Adapter\Pdo\Mysql Methods Class Phalcon\Db\Adapter\Pdo\Mysql extends abstract class Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface ...
  • 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 ...
  • ServiceAccount

    Service Account 使用默认的 Service Account 访问 API server 使用多个Service Account 手动创建 service account 的 API token 为 service account 添加 ImagePullSecret 参考 Service Account Service Ac...
  • ServiceAccount

    Service Account 使用默认的 Service Account 访问 API server 使用多个Service Account 手动创建 service account 的 API token 为 service account 添加 ImagePullSecret 参考 Service Account Service ac...
  • Config

    Config 默认配置 Config WeRoBot 使用 WeRoBot.Config 类来存储配置信息。 WeRoBot 类实例的 config 属性是一个 werobot.config.Config 实例。 Config 继承自 dict 。因此, 你可以像使用普通 dict 一样使用它 from werobot imp...
  • Class Phalcon\Mvc\Model\Transaction

    300 2021-02-20 《Phalcon v2.0 文档》
    Class Phalcon\Mvc\Model\Transaction Methods Class Phalcon\Mvc\Model\Transaction implements Phalcon\Mvc\Model\TransactionInterface Transactions are protective blocks where ...
  • Session

    Session 开启/关闭 Session 修改 Handler 以使用 Session Session 你可以通过 Session 实现用户状态的记录。 一个简单的使用 Session 的 Demo from werobot import WeRoBot robot = WeRoBot ( token = werobot ...
  • 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...
  • 入门

    入门 Hello World 消息处理 使用 Session 记录用户状态 创建自定义菜单 入门 Hello World 最简单的Hello World, 会给收到的每一条信息回复 Hello World import werobot robot = werobot . WeRoBot ( token = 'tokenhe...