Release Notes for Node.js 18p1_1.jpg) ### Red Hat build of Node.js 18 ### Release Notes for Node.js 18 For use with Node.js 18 LTS Powered by TCPDF (www.tcpdf.org) For use with Node.js 18 LTS ## Legal Notice Copyright $ ^{©} European Union and other countries. Node.js $ ^{®} $ is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. respective owners. ## Abstract This Release Note contains important information related to Node.js 18 LTS. ## Table of Contents PREFACE ..... 3 CHAPTER 1. REQUIRED INFRASTRUCTURE COMPONENT VERSIONS0 码力 | 18 页 | 106.27 KB | 2 年前3
The Node.js Handbook### NODE.js HANDBOOK # Table of Contents Preface The Node.js Handbook Conclusion ## Preface The Node.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular @flaviocopes. Enjoy! ### The Node.js Handbook • 1. Introduction to Node.js o 1.1. Node.js has a vast number of libraries ☐ 1.2. An example Node.js application ☐ 1.3. Node.js frameworks and tools • 2 2. A brief history of Node.js 2.0.1. 2009 2.0.2. 2010 2.0.3. 2011 2.0.4. 2012 2.0.5. 2013 2.0.6. 2014 2.0.7. 2015 2.0.8. 2016 2.0.9. 2017 2.0.10. 2018 2.0.11. 2019 2.0.12. 2020 2.0.13. 20210 码力 | 161 页 | 1.66 MB | 2 年前3
Node.js - the core### Node.js - the core Mark Volkmann mark@ociweb.com Object Computing, Inc. April 21, 2012 # Overview ... “Node's goal is to provide an easy way to build scalable network programs.” http://nodejs 3b2e55c45973122d5db1a57482/p5_1.jpg) ## Chrome V8 • From Google • Used by Chrome browser and Node.js • Implemented in C++ Currently supports ECMAScript 5 Node adopts the JavaScript syntax supported it at that point is entering the territory of undefined behavior." Issac Schlueter on Node.js mailing list, 3/15/12 ## Buffer Writing Methods ## • buffer[index] = value; • sets a given byte0 码力 | 124 页 | 7.87 MB | 2 年前3
openEuler 24.03 LTS 技术白皮书### openEuler 24.03 LTS 技术白皮书   OpenAtom o 2019 年 12 月 31 日,面向多样性计算的操作系统开源社区 openEuler 正式成立。 2020 年 3 月 30 日,openEuler 20.03 LTS(Long Term Support,简写为 LTS,中文为长生命周期支持)版本正式发布,为 Linux 世界带来一个全新的具备独立技术演进能力的 Linux 发行版。 2020 年 9 月 30 日,首个 openEuler 内核,发布面向服务器、云计算、边缘计算、嵌入式的全场景 openEuler 22.03 LTS 版本,聚焦算力释放,持续提升资源利用率,打造全场景协同的数字基础设施操作系统。 2022 年 9 月 30 日,发布 openEuler 22.09 创新版本,持续补齐全场景的支持。 2022 年 12 月 30 日,发布 openEuler 22.03 LTS SP1 版本,打造最佳迁移工具实现业务无感迁移,性能持续领先。0 码力 | 45 页 | 6.18 MB | 2 年前3
Node.js Manual & Documentation# Node.js Manual & Documentation 项目网址:http://cnodejs.org Pdf 发布:Lenzhang ## Table Of Contents • Synopsis 概要 Global Objects 全局对象 global o process require() require.resolve() require.paths exports is the same as the exports object. See src/node.js for more information. 指向当前模块的引用。特别的,当你通过 module.exports 和 exports 两种方式访问的将是同一个对象,参见 src/node.js。 ## Timers 定时器 ##### setTimeout(callback, delay for (var i = 0; i < str.length; i++) { buf[i] = str.charCodeAt(i); } console.log(buf); // node.js ### Buffer.isBuffer(obj) Tests if obj is a Buffer. 验证 obj 的类别是否为 Buffer 类。 ### Buffer.byteLength(string0 码力 | 153 页 | 1.21 MB | 2 年前3
openEuler 22.03-LTS 技术白皮书## OpenEuler ### openEuler 22.03 LTS 技术白皮书 ## 目录 ## CONTENTS 01 概述 02 02 平台架构 05 03 运行环境 09 04 场景创新 11 05 内核创新 14 06 云化基座 18 07 特性增强 23 08 著作权说明 30 09 商标 30 生态繁荣发展。 2019年12月31日,面向多样性计算的操作系统开源社区openEuler正式成立。 2020 年 3 月 30 日,openEuler 20.03 LTS(Long Term Support,简写为 LTS,中文为长生命周期支持)版本正式发布,为 Linux 世界带来一个全新的具备独立技术演进能力的 Linux 发行版。 2020 年 9 月 30 日,首个 openEuler openEuler 22.03 LTS 版本,聚焦算力释放,持续提升资源利用率,打造全场景协同的数字基础设施操作系统。 openEuler 版本管理  openEuler 作为一个操作系统发行版平台,每两年推出一个 LTS 版本。该版本为企业级用户提供了一个安全稳定可靠的操作系统。0 码力 | 17 页 | 6.52 MB | 2 年前3
用 Node.js 滚「雪球」### 用 Node.js 滚「雪球」 孟祥宇 mengxy@xueqiu.com http://xueqiu.com/mengxy ## 「雪球」是什么 http://xueqiu.com 聪明的投资者都在这里 ## 管理你的投资信息  评论 ## 信息复盘  ### 选择Node.js之前的思考 前端工程师的知识结构 HTML/CSS/JS HTTP 雪球 ## 前端工程师做什么 面向用户的工程师 - 浏览器/服务器不是分界线 • web/mobile ## get('/', function(req, res) { res.send('hello world'); }); app.listen(3000); ### node.js http module http.get("http://xueqiu.com", function(res) { console.log("Got response:0 码力 | 33 页 | 791.85 KB | 2 年前3
openEuler 22.03 LTS SP2 技术白皮书### openEuler 22.03 LTS SP2 技术白皮书  ## 概述 01 openEuler 社区,全称为 OpenAtom openEuler 社区,是一个面向数字基础设施操作系统的开源社区,简称 openEuler 或者 openEuler 2019 年 12 月 31 日,面向多样性计算的操作系统开源社区 openEuler 正式成立。 2020 年 3 月 30 日,openEuler 20.03 LTS(Long Term Support,简写为 LTS,中文为长生命周期支持)版本正式发布,为 Linux 世界带来一个全新的具备独立技术演进能力的 Linux 发行版。 2020 年 9 月 30 日,首个 openEuler 内核,发布面向服务器、云计算、边缘计算、嵌入式的全场景 openEuler 22.03 LTS 版本,聚焦算力释放,持续提升资源利用率,打造全场景协同的数字基础设施操作系统。 2022 年 9 月 30 日,发布 openEuler 22.09 创新版本,持续补齐全场景的支持。 2022 年 12 月 30 日,发布 openEuler 22.03 LTS SP1 版本,打造最佳迁移工具实现业务无感迁移,性能持续领先。0 码力 | 48 页 | 5.62 MB | 2 年前3
菟葵 - Krita 快速入门 - 2021-06-18绘画需要掌握的基本功能。 2021年6月18日 ## 开始使用 krita 之前 ## 获取最新正式版 krita的更新比较频繁,只推荐从官方渠道下载。 https://krita.org/zh/download-zh/krita-desktop-zh/ 打开这个链接会看见按照你所使用的系统自动提供最合适的安装包的蓝色下载按钮 下载 Krita 4.3.0 发布时间:2020年06月18日 | 新特性介绍 fbfc4660/p18_1.jpg) ## 隐藏的图层不参与图层合成 新建图像,然后试着点击 Background 图层的眼睛图标来隐藏它。 然后会发现 ackground 图层上盖满画布的纯白色不见了,变成了灰白棋盘格  在 调整图层所在层级 直接拖拽图层到想要的位置松开 ## 锁定图层  点击没锁上的小锁标志(蓝圈),变为高亮小锁(红圈)就锁定了。 有锁图标表示这个图层已经被锁定了,无法对它进行操作,除了隐藏/显示图层,如果要对它进行操作需要解除锁定。 ## 锁定透明0 码力 | 29 页 | 1.82 MB | 2 年前3
全栈⼯程师之路 Node.js### 全栈工程师之路 Node.js by 桑世龙(i5ting) ## i5ting:一个开源爱好者 StuQ明星讲师 Node.js布道者 空弦科技CTO Cnodejs管理员   ## 目录 • Part 1:为什么选择 Node.js? • Part 2:Node.js 快速开发实践 • Part 3:全栈展望 • Part 4:如何全栈? ### Part 1: 为什么选择 Node.js? 空弦科技做的是基于云仓储的 SaaS 服务,给中小卖家提供服务,核心系统是进销存、订单池、WMS。 “JavaScript 除了性能,其他都是病? # 现在我们拿 Node.js 的强大的生态来炫耀 ## 1、 Callback hell 问题 目前已经很好的解决了。promise / generator / async 后面会讲。 ## 2、 包管理 npm 已经是开源世界里最大的包管理器了,模块非常丰富(25.6万)。 ## 我们的瓶颈 · 人 • 开发速度 • 稳定 ### Node.js 好处 - 同样不优化,0 码力 | 50 页 | 1.35 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













