书栈网 · BookStack 本次搜索耗时 0.066 秒,为您找到 203245 个相关结果.
  • Node.js compatibility mode

    319 2022-01-19 《Deno v1.16.0 Manual》
    Node.js compability mode Node.js built-in modules TypeScript support Node.js compability mode Starting with v1.15 Deno provides Node compatiblity mode that can be activated by...
  • Vue.js runs examples

    533 2020-09-02 《Agola v0.5 Document》
    local node_runtime ( version , arch ) = { type : 'pod' , arch : arch , containers : [ { image : 'node:' + version , }, ], ...
  • 动态注入或执行JS

    动态注入或执行JS 动态注入或执行JS 虽然在background 和popup 中无法直接访问页面DOM,但是可以通过chrome.tabs.executeScript 来执行脚本,从而实现访问web页面的DOM(注意,这种方式也不能直接访问页面JS)。 示例manifest.json 配置: { "name" : "动态JS注入演...
  • Export Scala.js APIs

    A simple example Exporting top-level objects Exporting under a namespace (deprecated) Exporting classes Exports with modules Exporting methods Overloading Exporting for call ...
  • Write facade types for JS APIs

    Defining JavaScript interfaces with native JS traits Remarks JavaScript field/method names and their Scala counterpart Members with a JavaScript symbol “name” Scala methods rep...
  • TensorFlow.js 模型部署

    TensorFlow.js 模型部署 通过 TensorFlow.js 加载 Python 模型 使用 TensorFlow.js 模型库 TensorFlow.js 模型部署 通过 TensorFlow.js 加载 Python 模型 一般Tensorflow的模型,以Python版本为例,会被存储为以下四种格式之一: TensorFl...
  • Egg.js 和 Koa

    Egg.js 与 Koa 异步编程模型 async function Koa Middleware Context 异常处理 Egg 继承于 Koa 扩展 插件 Egg 与 Koa 的版本关系 Egg 1.x Egg 2.x Egg.js 与 Koa 异步编程模型 Node.js 是一个异步的世界,官方 API 支持的都是...
  • 10.2.1 JS实现语音朗读

    1802 2020-05-11 《Simon 的技术笔记》
    10.2.1 JS实现语音朗读 一、JS实现文本的语音朗读 1、接口定义 2、示例代码 二、Html调用本地语音 10.2.1 JS实现语音朗读 一、JS实现文本的语音朗读 摘要: 语音合成:也被称为文本转换技术(TTS),它是将计算机自己产生的、或外部输入的文字信息转变为可以听得懂的、流利的口语输出的技术。 1、接口定义 http...
  • How to Optimize with asm.js

    asm.js How to Optimize with asm.js asm.js Modules asm.js “asm.js” (http://asmjs.org/ ) is a label for a highly optimizable subset of the JavaScript language. By carefully avo...
  • Node.js Best Practices

    Node.js Best Practices Built and maintained by our and Latest Best Practices and News Welcome! 3 Things You Ought To Know First Table of Contents 1. Project Structure Practice...