内容简介:Node.js v11.0.0 已正式发布!该版本主要侧重于对内部和性能方面的改进,以及升级到 V8 7.0 版本。 值得注意的是,从该版本起,Node.js 不再支持 FreeBSD 10。 值得关注的更新: Build FreeBSD 10 is no longer ...
Node.js v11.0.0 已正式发布!该版本主要侧重于对内部和性能方面的改进,以及升级到 V8 7.0 版本。
值得注意的是,从该版本起,Node.js 不再支持 FreeBSD 10。
值得关注的更新:
Build
FreeBSD 10 is no longer supported. #22617
child_process
The default value of the
windowsHide
option has been changed totrue
. #21316console
console.countReset()
will emit a warning if the timer being reset does not exist. #21649console.time()
will no longer reset a timer if it already exists. #20442Dependencies
V8 has been updated to 7.0. #22754
fs
The
fs.read()
method now requires a callback. #22146The previously deprecated
fs.SyncWriteStream
utility has been removed.#20735http
The
http
,https
, andtls
modules now use the WHATWG URL parser by default. #20270General
Use of
process.binding()
has been deprecated. Userland code usingprocess.binding()
should re-evaluate that use and begin migrating. If there are no supported API alternatives, please open an issue in the Node.js GitHub repository so that a suitable alternative may be discussed.An experimental implementation of
queueMicrotask()
has been added. #22951Internal
Windows performance-counter support has been removed. #22485
The
--expose-http2
command-line option has been removed. #20887Timers
Interval timers will be rescheduled even if previous interval threw an error. #20002
nextTick
queue will be run after each immediate and timer. #22842util
下载地址:https://nodejs.org/en/download/current/
Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java并发编程的艺术
方腾飞、魏鹏、程晓明 / 机械工业出版社 / 2015-7-1 / 59.00元
并发编程领域的扛鼎之作,作者是阿里和1号店的资深Java技术专家,对并发编程有非常深入的研究,《Java并发编程的艺术》是他们多年一线开发经验的结晶。本书的部分内容在出版早期发表在Java并发编程网和InfoQ等技术社区,得到了非常高的评价。它选取了Java并发编程中最核心的技术进行讲解,从JDK源码、JVM、CPU等多角度全面剖析和讲解了Java并发编程的框架、工具、原理和方法,对Java并发编......一起来看看 《Java并发编程的艺术》 这本书的介绍吧!