内容简介:Node v9.9.0 (Current) 已发布,该版本添加了一些新特性,也修复了一些问题,详细如下: 显著的改变: assert: From now on all error messages produced by assert in strict mode will produce a error dif...
Node v9.9.0 (Current) 已发布,该版本添加了一些新特性,也修复了一些问题,详细如下:
显著的改变:
assert:
From now on all error messages produced by
assert
in strict mode will produce a error diff. (Ruben Bridgewater) #17615From now on it is possible to use a validation object in throws instead of the other possibilities. (Ruben Bridgewater) #17584
crypto:
allow passing null as IV unless required (Tobias Nießen) #18644
fs:
support as and as+ flags in stringToFlags() (Sarat Addepalli) #18801
tls:
expose Finished messages in TLSSocket (Anton Salikhmetov) #19102
tty:
Add getColorDepth function to determine if terminal supports colors. (Ruben Bridgewater) #17615
util:
add util.inspect compact option (Ruben Bridgewater) #17576
Added new collaborators
watson Thomas Watson
完整更新内容可查看发布主页。
下载地址:https://github.com/nodejs/node/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Node 13.0 发布,服务器端的 JavaScript 运行环境
- Node 11.7.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.8.0 发布,服务器端的 JavaScript 运行环境
- Node 11.10.0 发布,服务器端的 JavaScript 运行时
- Node 12.10.0 发布,服务器端的 JavaScript 运行环境
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
推荐系统与深度学习
黄昕、赵伟、王本友、吕慧伟、杨敏 / 清华大学出版社 / 2019-1-1 / 65.00元
本书的内容设置由浅入深,从传统的推荐算法过渡到近年兴起的深度学习技术。不管是初学者,还是有一定经验的从业人员,相信都能从本书的不同章节中有所收获。 区别于其他推荐算法书籍,本书引入了已被实践证明效果较好的深度学习推荐技术,包括Word2Vec、Wide & Deep、DeepFM、GAN 等技术应用,并给出了相关的实践代码;除了在算法层面讲解推荐系统的实现,还从工程层面详细阐述推荐系统如何搭建.一起来看看 《推荐系统与深度学习》 这本书的介绍吧!