书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 221 个相关结果.
  • RocketMQ 桥接

    RocketMQ 桥接 配置 RocketMQ 集群地址 配置 RocketMQ 桥接规则 RocketMQ 桥接规则说明 客户端上下线事件转发 RocketMQ 客户端订阅主题事件转发 RocketMQ 客户端取消订阅主题事件转发 RocketMQ MQTT 消息转发到 RocketMQ MQTT 消息派发 (Deliver) 事件转发 Ro...
  • Body Data

    127 2023-12-03 《Rocket v0.3 Guide》
    Body Data Forms Lenient Parsing Field Renaming Field Validation JSON Streaming Body Data At some point, your web application will need to process body data. Data processin...
  • Two Phase Init

    Two Phase Init Introduction Problem Design Rocket Ship Create Object Source Code Conclusion Two Phase Init Introduction Welcome to Lesson 6 of Object Oriented Swift. Yo...
  • Error Catchers

    112 2023-12-03 《Rocket v0.3 Guide》
    Error Catchers Error Catchers Routing may fail for a variety of reasons. These include: A request guard returns Failure . A handler returns a Responder that fails. No matchi...
  • Requests

    175 2023-12-03 《Rocket v0.3 Guide》
    Requests Requests Together, a route’s attribute and function signature specify what must be true about a request in order for the route’s handler to be called. You’ve already se...
  • Cookies

    159 2023-12-03 《Rocket v0.3 Guide》
    Cookies Private Cookies Secret Key One-At-A-Time Cookies Cookies is an important, built-in request guard: it allows you to get, set, and remove cookies. Because Cookies is ...
  • 从精灵图(雪碧图)中获取精灵

    10646 2018-02-28 《Pixi教程》
    从精灵图(雪碧图)中获取精灵 从精灵图(雪碧图)中创建精灵【为了防止与精灵混淆,我在之后的译文中都将采用雪碧图这一译法】 你现在已经知道了怎么从一个单文件内加载图像。但是作为一个游戏设计师,你没准更经常使用 雪碧图 (也被称之为 精灵图 )。Pixi封装了一些方便的方式来处理这种情况。所谓雪碧图就是用一个单文件包含你游戏中需要的所有文件,这里就是...
  • Troubleshooting errors

    Troubleshooting errors Failed to parse new settings error converting YAML to JSON service type ‘xxxx’ is not supported Failed to notify recipient notification service ‘xxxx’ is ...
  • Troubleshooting errors

    Troubleshooting errors Failed to parse new settings error converting YAML to JSON service type ‘xxxx’ is not supported Failed to notify recipient notification service ‘xxxx’ is ...
  • Dynamic Segments

    113 2023-12-03 《Rocket v0.3 Guide》
    Dynamic Segments Raw Strings Dynamic Segments You can declare path segments as dynamic by using angle brackets around variable names in a route’s path. For example, if we want ...