书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 1952 个相关结果.
  • 什么是webSocket

    770 2020-01-04 《getty 使用手册》
    WebSocket 是 HTML5 开始提供的一种在单个 TCP 连接上进行全双工通讯的协议。 WebSocket 使得客户端和服务器之间的数据交换变得更加简单,允许服务端主动向客户端推送数据。在 WebSocket API 中,浏览器和服务器只需要完成一次握手,两者之间就直接可以创建持久性的连接,并进行双向数据传输。 WebSocket 协议本质上是...
  • 转换(Transformation)

    转换(Transformation) 转换(Transformation) 画布有多种方式来转换坐标系。这些操作非常类似于QML元素的转换。你可以通过缩放(scale),旋转(rotate),translate(移动)来转换坐标系。与QML元素的转换不同的是,转换原点通常就是画布原点。例如,从中心点放大一个封闭的路径,你需要先将画布原点移动到整个封闭...
  • Notification

    Notification Using in the renderer process Class: Notification Static Methods Notification.isSupported() new Notification([options]) Instance Events Event: ‘show’ Event: ‘cl...
  • Crypto

    Crypto Description Methods Method Descriptions Crypto Inherits: Reference < Object Access to advanced cryptographic functionalities. Description The Crypto class all...
  • Crypto

    Crypto Description Methods Method Descriptions Crypto Inherits: Reference < Object Access to advanced cryptographic functionalities. Description The Crypto class all...
  • Online/Offline Event Detection

    Online/Offline Event Detection Overview Example Online/Offline Event Detection Overview Online and offline event detection can be implemented in the Renderer process using t...
  • 名词

    名词 专有名词使用正确的大小写 不要使用不地道的缩写 名词 专有名词使用正确的大小写 大小写相关用法原属于英文书写范畴,不属于本 wiki 讨论內容,在这里只对部分易错用法进行简述。 正确: 使用 GitHub 登录 我们的客户有 GitHub、Foursquare、Microsoft Corporation、Google、Faceb...
  • vue-router 中的

    vue-router中的 <router-link> <router-link> v-slot API (3.1.0 新增) 示例:将激活的 class 应用在外层元素 <router-link>Props to replace append tag active-class exact event exact-active-class ...
  • Service Worker 简介

    1850 2018-07-03 《PWA文档》
    Service Worker 简介 背景:如何让网页的用户体验做到极致 什么是 Service Worker 浏览器支持情况 Service Worker 简介 背景:如何让网页的用户体验做到极致 随着 Web 的快速发展,用户对站点的体验期望值越来越高,前端工程师有时候为了几十毫秒的速度优化而费劲心思,消耗大量时间。想要让自己的产品在无数...
  • 通知

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