书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 162206 个相关结果.
  • 系统内置事件

    节点系统事件 鼠标事件类型和事件对象 触摸事件类型和事件对象 触摸事件的传递 触摸事件冒泡 同级节点间的触点归属问题 将触摸或鼠标事件注册在捕获阶段 触摸事件举例 cc.Node 的其它事件 节点系统事件 如上一篇文档所述,cc.Node 有一套完整的事件监听和分发机制 。在这套机制之上,我们提供了一些基础的节点相关的系统事件,这篇...
  • Appendix A: Essential Functions Support

    Appendix A: Essential Functions Support always compose curry either identity inspect left liftA* maybe nothing reject Appendix A: Essential Functions Support In this...
  • Slider滑动输入条

    Slider滑动输入条 规则 Common API 代码演示 Slider滑动输入条 允许用户在一个区间中选择特定值,eg:控制屏幕的显示亮度。 规则 默认状态下,左边为最小值,右边为最大值。 一般水平放置。 Common API 参数 说明 类型 默认值 [min] 最小值 number 0 [max] 最大值 numb...
  • 重载解析

    重载解析 重载解析 在调用 p(args) 中选择匹配最佳的例程 p 。 如果多个例程同样匹配,则在语义分析期间报告歧义。 args中的每个arg都需要匹配。参数可以匹配的方式有多种不同的类别。 设 f 是形式参数的类型, a 是参数的类型。 准确匹配: a 和 f 是相同类型。 字面匹配: a 是值为 v 的整型字面值, f 是有符号...
  • JSB 手动绑定

    使用 JSB 手动绑定 背景 前置 抽象层 SE 类型 宏 类型转换辅助函数 实践 总结 使用 JSB 手动绑定 本文转载自 腾讯在线教育部技术博客 作者:晋中望(xepherjin) 本文档基于 v2.x 编写,在 Cocos Creator 3.0 上可能略有变动,我们会尽快更新。 背景 一直以来,ABCmouse 项目...
  • 4.5 – Registry

    4.5 – Registry 4.5 – Registry Lua provides a registry, a predefined table that can be used by any C code to store whatever Lua values it needs to store. The registry table is a...
  • Query.prototype.select()

    Query.prototype.select() Parameters Returns: Example Query.prototype.select() Parameters arg «Object|String|Array<String>» Returns: «Query» this Specifies which doc...
  • 订阅信息

    订阅信息 GET /api/v4/subscriptions GET /api/v4/subscriptions/{clientid} GET /api/v4/nodes/{node}/subscriptions GET /api/v4/nodes/{node}/subscriptions/{clientid} 订阅信息 GET /api...
  • Certificate

    Certificate Single SNI wildcard SNI multiple domain multiple certificates for a single domain Certificate APISIX supports to load multiple SSL certificates by TLS extension...
  • Sessions

    Sessions werkzeug.contrib.sessions Application Integration Reference Sessions Warning Deprecated since version 0.15: This will be removed in version 1.0. It has moved tohtt...