书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 4771 个相关结果.
  • Gesture Detection

    Gesture Detection Gesture Detection Touch screens lend themselves well to gesture based input. A gesture could be a pinch with two fingers to indicate the desire to zoom, a tap ...
  • LocalFS

    LocalFS LocalFS class paddle.distributed.fleet.utils.LocalFS [源代码] 一个本地文件系统工具类。 示例代码 : .. code-block:: python from paddle.distributed.fleet.utils import LocalFS client =...
  • 3. Shell的基本语法

    3. Shell的基本语法 3.1. 变量 3.2. 文件名代换(Globbing):* ? [] 3.3. 命令代换:`或 $() 3.4. 算术代换:$(()) 3.5. 转义字符\ 3.6. 单引号 3.7. 双引号 3. Shell的基本语法 3.1. 变量 按照惯例,Shell变量由全大写字母加下划线组成,有两种类型的Sh...
  • Commands Summary

    commands summary alias (set aliases) alias (show aliases) apropos basename cal cd clear date date -s df -k diff dirname du echo echo -n | egrep -i sql egrep -i egr...
  • InputEventPanGesture

    InputEventPanGesture Description Tutorials Properties Property Descriptions Up to date This page is up to date for Godot 4.1 . If you still find outdated information, pleas...
  • tt.onTouchMove

    tt.onTouchMove tt.onTouchMove(function callback) 输入 callback function 输出 tt.onTouchMove tt.onTouchMove(function callback) 监听触点移动事件 输入 callback function 监听事件的回调函数 ...
  • tt.onTouchStart

    tt.onTouchStart tt.onTouchStart(function callback) 输入 callback function 输出 tt.onTouchStart tt.onTouchStart(function callback) 监听开始触摸事件 输入 callback function 监听事件的回调函数...
  • InputEventPanGesture

    InputEventPanGesture Description Tutorials Properties Property Descriptions InputEventPanGesture Inherits: InputEventGesture < InputEventWithModifiers < InputEventFromW...
  • 开发新模块

    介绍 开发新模块 介绍 本章节讲述了如何使用Choerodon 和React 开发一个全新的模块。 开发新模块 1、在本地创建新模块的文件夹。 $ mkdir - p choerodon - front - demo / demo / src / app / demo / containers 2、在文件夹下创建config.j...
  • tt.onTouchEnd

    tt.onTouchEnd tt.onTouchEnd(function callback) 输入 callback function 输出 tt.onTouchEnd tt.onTouchEnd(function callback) 监听触摸结束事件 输入 callback function 监听事件的回调函数 输出 c...