书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 1126 个相关结果.
  • 教程:创建简单的 REST API(Tutorial: Creating a Simple REST API)

    教程:创建简单的 REST API(Tutorial: Creating a Simple REST API) 定义 API(Defining the API) 创建应用(Creating the Application) 创建模型(Creating a Model) 检索数据(Retrieving Data) 插入数据(Inserting Data...
  • 入门

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

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

    Service Accounts Overview User Names and Groups Default Service Accounts and Roles Managing Service Accounts Managing Allowed Secrets Using a Service Account’s Credentials Ins...
  • REST

    1228 2019-10-05 《Phalcon 4.0 Document》
    Tutorial - REST Creating a Simple REST API Defining the API Creating the Application Creating a Model Retrieving Data Inserting Data Updating Data Deleting Data Creating da...
  • 事务管理(Model Transactions)

    事务管理(Model Transactions) 自定义事务(Manual Transactions) 隐含的事务(Implicit Transactions) 单独的事务(Isolated Transactions) 事务管理(Model Transactions) 当一个进程执行多个数据库操作时,通常需要每一步都是成功完成以便保证数据完整性...
  • Abstract class Phalcon\Db\Adapter

    Abstract class Phalcon\Db\Adapter Methods Abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface , Phalcon\Events\EventsAwareInterface Source on GitHub ...
  • Abstract class Phalcon\Mvc\Model

    Abstract class Phalcon\Mvc\Model Constants Methods Abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface , Phalcon\Mvc\ModelInterface , Phalcon\Mvc\Model\...
  • Session

    Session 开启/关闭 Session 修改 Handler 以使用 Session Session 你可以通过 Session 实现用户状态的记录。 一个简单的使用 Session 的 Demo from werobot import WeRoBot robot = WeRoBot ( token = werobot ...
  • 教程 7:创建简单的 REST API(Tutorial 7: Creating a Simple REST API)

    教程 7:创建简单的 REST API(Tutorial 7: Creating a Simple REST API) 定义 API(Defining the API) 创建应用(Creating the Application) 创建模型(Creating a Model) 检索数据(Retrieving Data) 插入数据(Inserting ...