书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1952 个相关结果.
  • 介绍

    12246 2018-02-28 《Pixi教程》
    介绍 Pixi是一个超快的2D渲染引擎。这意味着什么呢?这意味着它会帮助你用JavaScript或者其他HTML5技术来显示媒体,创建动画或管理交互式图像,从而制作一个游戏或应用。它拥有语义化的,简洁的API接口并且加入了一些非常有用的特性。比如支持纹理贴图集和为精灵(交互式图像)提供了一个简单的动画系统。它也提供了一个完备的场景图,你可以在精灵图层里面...
  • Deployment

    Deployment Static Server Other Solutions Serving Apps with Client-Side Routing Building for Relative Paths Serving the Same Build from Different Paths Customizing Environment ...
  • text-tracks

    Text Tracks Table of Contents A Note on “Remote” Text Tracks Creating the Text File Adding Text Tracks to Video.js track Attributes kind label default srclang Text Tra...
  • 初始化与CSS重置

    初始化与CSS重置 路线方针 页面默认值 本地字体属性 标题和段落 列表 pre 预先格式化文本 表格 Forms表单 其它杂项 Address地址控件 Blockquote引用块效果 addr内联元素 概要 HTML5 的[hidden] 属性 jQuery冲突 初始化与CSS重置 Bootstrap致力于提供一个简...
  • HTML编码规范

    2288 2018-03-28 《前端手册》
    HTML编码规范 1 前言 2 代码风格 2.1 缩进与换行 [强制] 使用 4 个空格做为一个缩进层级,不允许使用 2 个空格 或 tab 字符。 [建议] 每行不得超过 120 个字符。 2.2 命名 [强制] class 必须单词全字母小写,单词间以 - 分隔。 [强制] class 必须代表相应模块或部件的内容或功能,不得以样...
  • Documenting Ceph

    628 2019-12-29 《Ceph v15.0 Document》
    Documenting Ceph User documentation Code Documentation Drawing diagrams Graphviz Ditaa Blockdiag Inkscape Documenting Ceph User documentation The documentation on docs...
  • 8. Web services

    8 Web services Links 8 Web services Web services allow you use formats like XML or JSON to exchange information through HTTP. For example, if you want to know the weather in S...
  • 离线-在线 侦测

    在线/离线事件探测 在线/离线事件探测 在渲染进程中, Online and offline 事件检测,是通过标准 HTML5 API 中 navigator.onLine 属性来实现的。 脱机时 (从网络断开), navigator.onLine 属性将返回 false , 除此之外都返回true 。 由于所有其他条件都返回 true ...
  • 通知

    通知 在渲染进程中使用 类: Notification 静态方法 Notification.isSupported() new Notification([options]) 实例事件 事件: ‘show’ 事件: ‘click’ 事件: ‘close’ 事件: ‘reply’ macOS 事件: ‘action’ macOS ...