书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 185 个相关结果.
  • Publish for the Huawei HarmonyOS

    Publish for the Huawei HarmonyOS Preparations Release process Building with Cocos Creator Compile and run through HUAWEI DevEco Studio Signature file Generate key and certificat...
  • 5. Standardization: ECMAScript

    Chapter 5. Standardization: ECMAScript buy the book to support the author. Chapter 5. Standardization: ECMAScript After JavaScript came out, Microsoft implemented the sam...
  • 10.1 单元测试

    单元测试 前言 准备工作 安装测试相关框架 测试例子 例子目录 所需测试demo 开始写测试用例 执行测试用例 用例详解 服务入口加载 测试套件、用例 单元测试 前言 测试是一个项目周期里必不可少的环节,开发者在开发过程中也是无时无刻进行“人工测试”,如果每次修改一点代码,都要牵一发动全身都要手动测试关联接口,这样子是禁锢了生产...
  • 10.1 单元测试

    单元测试 前言 准备工作 安装测试相关框架 测试例子 例子目录 所需测试demo 开始写测试用例 执行测试用例 用例详解 服务入口加载 测试套件、用例 单元测试 前言 测试是一个项目周期里必不可少的环节,开发者在开发过程中也是无时无刻进行“人工测试”,如果每次修改一点代码,都要牵一发动全身都要手动测试关联接口,这样子是禁锢了...
  • The Road to ECMAScript 6

    The Road to ECMAScript 6 The Road to ECMAScript 6 In 2007, JavaScript was at a crossroads. The popularity of Ajax was ushering in a new age of dynamic web applications, while J...
  • Fundamentals for Publishing to Native Platforms

    Fundamentals for Publishing to Native Platforms Fundamentals for Publishing to Native Platforms Cocos Creator supports publishing to native applications on multiple platforms: ...
  • tree shaking

    tree shaking 添加一个通用模块 将文件标记为 side-effect-free(无副作用) 压缩输出结果 结论 进一步阅读 贡献人员 tree shaking tree shaking 是一个术语,通常用于描述移除 JavaScript 上下文中的未引用代码(dead-code)。它依赖于 ES2015 模块语法的 静态结构 ...
  • ECMASCRIPT 6

    ESNext notes Function Hoisting Variables Temporal Dead Zone HTML Templates ESNext notes Slides ECMAScript is now EcmaScript . Which is a standard for the API JavaScript...
  • 1.1 快速开始

    koa2 快速开始 环境准备 快速开始 安装koa2 hello world 代码 启动demo koa2 快速开始 环境准备 因为node.js v7.6.0开始完全支持async/await,不需要加flag,所以node.js环境都要7.6.0以上 node.js环境 版本v7.6以上 直接安装node.js 7.6:node....
  • 原生平台发布通用基础

    原生平台发布通用基础 原生平台发布通用基础 Cocos Creator 支持发布到多个平台的原生应用程序: 发布 iOS 应用程序 发布 Android 应用程序 发布 HUAWEI Harmony 应用程序 发布 macOS 桌面端应用 发布 Windows 桌面端应用 以下是发布到原生平台时可能涉及到的通用知识点: 安装配置原生...