书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 288 个相关结果.
  • 警告: 不要忽视错误!

    警告: 不要忽视错误! 警告: 不要忽视错误! 当发生错误时,域(domain)的错误处理程序不是用于代替停歇你的进程。 根据 JavaScript 中 throw 的工作机制,几乎从来没有任何方式可以安全地“从你离开的地方重新拾起(pick up where you left off)”,无泄漏的引用,或创造一些其他种类的不确定脆弱状态。 对...
  • 深入探索

    深入探索 范围 范围迭代器 HereDocs 字符串字面量 深入探索 范围 在 Ruby 中,Range 是一个表示指定的起始和终止值之间一组数的类。通常,使用整数定义范围,但也可以使用其它有序值(比如浮点数或字符)来定义范围。值可以是负的,尽管如此,你应该注意起始值应该始终小于终止值。这有一些示例: ranges.rb a =...
  • 附录B:填补块儿作用域

    附录B:填补块儿作用域 Traceur 隐含的与明确的块儿 性能 附录B:填补块儿作用域 在第三章中,我们探索了块儿作用域。我们看到最早在 ES3 中引入的 with 和 catch 子句都是存在于 JavaScript 中的块儿作用域的小例子。 但是 ES6 引入的 let 最终使我们的代码有了完整的,不受约束的块作用域能力。不论是在...
  • 12.4.2. Entrypoint

    Code Entrypoints Code Entrypoints The -e option passed to rabin2 will show entrypoints for given binary. Two examples: $ rabin2 - e / bin / ls [ Entrypoints ] vaddr = 0...
  • 关系数据库概述

    关系数据库概述 关系数据库概述 数据持久化 - 将数据保存到能够长久保存数据的存储介质中,在掉电的情况下数据也不会丢失。 数据库发展史 - 网状数据库、层次数据库、关系数据库、NoSQL数据库、NewSQL数据库。 1970年,IBM的研究员E.F.Codd在Communication of the ACM上发表了名为A Relational...
  • Set

    650 2020-02-01 《KitDB 使用手册》
    SET 特性 操作 add(String key, byte[]… values) remove(String key, byte[]… values) addMayTTL(String key, int ttl, byte[]… values) contains(String key, byte[] value) remove(String ke...
  • Projects View

    You might need to classify and group database connections into projects. Projects store objects related not to a particular database but to all database connections. These are usu...
  • 二、图

    二、图 2.1 图是什么? 2.2 NetworkX 2.3 随机图 2.4 生成图 2.5 连通图 2.6 生成 ER图 2.7 连通性的概率 2.8 图的算法分析 2.9 练习 二、图 原文:Chapter 2 Graphs 译者:飞龙 协议:CC BY-NC-SA 4.0 自豪地采用谷歌翻译 本书的前三...
  • 主模块API

    1077 2018-07-05 《百度San框架教程》
    组件初始化 defineComponent compileComponent Component inherits 服务端渲染 compileToRenderer compileToSource 模板编译 ExprType parseExpr parseTemplate 数据 Data evalExpr 其他 debug ve...
  • Changing locale globally1.0.0+

    Changing locale globally1.0.0+ Changing locale globally1.0.0+ // From 2.8.1 onward moment . locale ( String ); moment . locale ( String []); moment . locale ( String ,...