内容简介:Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.10 版本,更新内容如下: Add URLSearchParams (#1049) Implement clone for FetchResponse (#1054) Use content-type headers when importing from URLs. (#1020) U...
Node 之父 Ryan Dahl 的新作 deno 已发布 0.1.10 版本,更新内容如下:
Add URLSearchParams (#1049)
Implement clone for FetchResponse (#1054)
Use content-type headers when importing from URLs. (#1020)
Use checkJs option, JavaScript will be type checked and users can supply JSDoc type annotations that will be enforced by Deno (#1068)
Add separate http/https cache dirs to DENO_DIR (#971)
Support https in fetch. (#1100)
Add chmod/chmodSync on unix (#1088)
Remove broken features: --deps and trace() (#1103)
Ergonomics: Prompt TTY for permission escalation (#1081)
二进制文件下载命令:
$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]
以上所述就是小编给大家介绍的《deno 0.1.10 发布,基于 V8 的 TypeScript 运行时》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- TypeScript 3.4.5 发布,修复节点运行问题
- Dapr 1.0 发布,分布式应用运行时
- Node.js 8.1.2 发布,JavaScript 运行时
- GoPlus 0.6.40 发布,支持线上运行模式
- RDoc 1.3.3 发布,兼容 Windows 系统下运行
- RubyMine 2018.2.3 发布,新增显示运行脚本的功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
TCP/IP详解 卷3:TCP事务协议、HTTP、NNTP和UNIX域协议
胡谷雨、吴礼发、W.Richard Stevens / 胡谷雨 / 机械工业出版社 / 2000-9 / 35.00元
《CP.IP详解(卷3):CP事务协议.HP.P和UIX域协议》是“TCP/IP详解系列”的延续。主要内容包括:TCP事务协议,即T/TCP,这是对TCP的扩展,使客户-服务器事务更快、更高效和更可靠;TCP/IP应用,主要是HTTP和NNTP;UNIX域协议,这些协议提供了进程之间通信的一种手段。当客户与服务器进程在同一台主机上时,UNIX域协议通常要比TCP/IP快一倍。《CP.IP详解(卷3......一起来看看 《TCP/IP详解 卷3:TCP事务协议、HTTP、NNTP和UNIX域协议》 这本书的介绍吧!