书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 3198 个相关结果.
  • Unicode

    Unicode Unicode敏感的字符串操作 字符定位 Unicode标识符名称 Unicode 我只能说这一节不是一个穷尽了“关于Unicode你想知道的一切”的资料。我想讲解的是,你需要知道在ES6中对Unicode改变了什么,但是我们不会比这深入太多。Mathias Bynens (http://twitter.com/mathias ...
  • 事务

    事务 使用事务 ES6 方式 动态创建类的方式 transaction 方法 ES6 方式 使用动态创建类的方式 事务 使用事务 ES6 方式 动态创建类的方式 transaction 方法 ES6 方式 使用动态创建类的方式 模型中提供了对事务操作的支持,但前提需要数据库支持事务。 Mysql 中的 Inno...
  • promises

    Built-in Promises Mongoose async operations, like .save() and queries, return Promises/A+ conformant promises . This means that you can do things like MyModel.findOn...
  • TypeScript

    TypeScript TypeScript ES6是当前的JavaScript版本。 TypeScript是ES6的超集,这意味着所有ES6功能都是TypeScript的一部分,但并非所有TypeScript功能都是ES6的一部分。 因此,TypeScript必须转换为ES5以在大多数浏览器中运行。 TypeScript的主要特征之一是添加类型信息...
  • export 与 import 的复合写法

    export 与 import 的复合写法 export 与 import 的复合写法 如果在一个模块之中,先输入后输出同一个模块,import 语句可以与export 语句写在一起。 export { foo , bar } from 'my_module' ; // 可以简单理解为 import { foo , ...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • TypeScript 1.7

    TypeScript 1.7 async /await support in ES6 targets (Node v4+) Example Support for --target ES6 with --module Example this -typing ES7 exponentiation operator Example Imp...
  • 代码编译

    代码编译 ES6 转 ES5 增强编译 样式补全 压缩代码 代码保护 启用多核心编译 代码编译 工具提供以下的代码编译能力 ES6 转 ES5 在 0.10.101000 以及之后版本的开发工具中,会默认使用 babel 将开发者 ES6 语法代码转换为三端都能很好支持的 ES5 的代码,帮助开发者解决环境不同所带来的开发问题...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...