内容简介:Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.7 版本,更新内容如下: Improve fetch headers (#853) Add deno.truncate (#805) Add copyFile/copyFileSync (#863) Limit depth of output in console.log for ne...
Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.7 版本,更新内容如下:
Improve fetch headers (#853)
Add deno.truncate (#805)
Add copyFile/copyFileSync (#863)
Limit depth of output in console.log for nested objects, and add console.dir (#826)
Guess extensions on extension not provided (#859)
Renames:
deno.platform -> deno.platform.os
deno.arch -> deno.platform.archUpgrade TS to 3.0.3
Add readDirSync(), readDir()
Add support for TCP servers and clients. (#884)
Adds deno.listen(), deno.dial(), deno.Listener and deno.Conn.
二进制文件下载命令:
$HOME/.deno/bin
通过 Python 安装:
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
通过 PowerShell 安装:
iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1)
源码下载:
https://github.com/denoland/deno/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C语言的科学和艺术
罗伯茨 / 翁惠玉 / 机械工业出版社 / 2005-3 / 55.00元
《C语言的科学和艺术》是计算机科学的经典教材,介绍了计算机科学的基础知识和程序设计的专门知识。《C语言的科学和艺术》以介绍ANSI C为主线,不仅涵盖C语言的基本知识,而且介绍了软件工程技术以及如何应用良好的程序设计风格进行开发等内容。《C语言的科学和艺术》采用了库函数的方法,强调抽象的原则,详细阐述了库和模块化开发。此外,《C语言的科学和艺术》还利用大量实例讲述解决问题的全过程,对开发过程中常见......一起来看看 《C语言的科学和艺术》 这本书的介绍吧!