Simple Data Storage; SQLite# Simple Data Storage; SQLite Duen Horng (Polo) Chau Associate Professor, College of Computing Associate Director, MS Analytics Georgia Tech ## How to store the data? What's the easiest way? ##0 码力 | 17 页 | 687.28 KB | 2 年前3
Node Operator: Kubernetes Node Management Made Simple## Node Operator: Kubernetes Node Management Made Simple 陈俊(Joe),Ant Financial ## Agenda • Background and Motivation • Introduction of Operators • Node-Operator • Advanced Topic: Kube-on-Kube-Operator Cluster fast and convenient • Add & delete Node at any time • Upgrade Master & Node Components reliably • Canary Rollout • Master & Node Component Versions Management  ## • Upgrade Nodes Versions • Upgrade Node 10.10.10.1 • Upgrade docker • Upgrade kubelet • Upgrade Node 10.10.10.2 测试得到的CPU内存带宽是61Gbps ##0 码力 | 23 页 | 4.21 MB | 1 年前3
以外部模式部署OpenShift Container Storageb7bf95ae20a9c3c3e8c87b74205eac1/p1_1.jpg) # Red Hat OpenShift Container Storage 4.6 ## 以外部模式部署 OpenShift Container Storage 如何安装和配置您的环境 Powered by TCPDF (www.tcpdf.org) 如何安装和配置您的环境 Enter your first \copyright $ 2022 | You need to change the HOLDER entity in the en-US/Deploying_OpenShift_Container_Storage_in_external_mode.ent file |. The text of and illustrations in this document are licensed by Red 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 project0 码力 | 29 页 | 738.90 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 particular, the goal is to get you up to speed quickly with Node.js. This book is written by Flavio. I publish programming tutorials on my blog flaviocopes.com and I organize a yearly bootcamp at bootcamp.dev. @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 • 20 码力 | 161 页 | 1.66 MB | 2 年前3
Node 的设计错误## Node 的设计错误 Ryan Dahl JS Conf 柏林 2018.06 ## 背景: 1. 基于最初的开发,我创建了并管理 Node。 2. 我的主要关注目标是事件驱动的 HTTP server。 3. 这一主要目标对当时服务器端的 JavaScript 起着关键作用。即使在当时这一点不那么明显,但是服务器端 JS 的成功需要事件循环的助力。 ## 背景: 2012 年我离开 年我离开 Node 项目的时候,当时我觉得 Node(或多或少)实现了我的预定目标:创建一个用户友好的非阻塞框架,具体内容如下 1 核心支持许多协议:HTTP,SSL... 2. 在 Windows(使用 IOCP)Linux(EPOLL)和MAC(KQuey)上跨平台工作。 3. 一个比较稳定的相对较小的核心API。 4. 通过 NPM 增加外部模块的生态系统。 但我错了...因为还有许多问题仍待解决 因为还有许多问题仍待解决..... ## 使得 Node 保持增长的几项关键工作 1. NPM(Isaac 开发)将核心 Node 库解耦并允许生态系统的分布。 2. N-API 是设计精美的绑定API。 3. Ben Noordhuis 和 Bert Belder 构建了 libuv。 4. Mikeal Rogers 组织了管理活动和社区。 5. Fedor Indutny 在代码基础上产生了巨大的影响,尤其是在加密中。0 码力 | 28 页 | 767.84 KB | 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 “servers” “The official name of Node is "Node". The unofficial name is "Node.js" to disambiguate it from other nodes.” https://github.com/joyent/node/wiki/FAQ • Runs on top of Chrome Processes ## - Node uses multiple threads internally to simulate non-blocking file I/O ## • You can’t create new threads unless you use “Threads A GoGo” https://github.com/xk/node-threads-a-gogo0 码力 | 124 页 | 7.87 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 Modules 核心模块 File Modules 文件模块 Loading from `node_modules` Folders 从 `node_modules` 目录中加载 Optimizations to the node modules' Lookup Process 优化 node modules 的查找过程 ○ Folders as Modules 目录作为模块 Caching 附录 1 - 第三方模块 ## Synopsis 概要 An example of a web server written with Node which responds with 'Hello World': 下边是一个用 Node 编写的对所有请求简单返回 'Hello World' 的 web 服务器例子: var http = require('http');0 码力 | 153 页 | 1.21 MB | 2 年前3
Node 在有赞的实践## 👍 ## Node 在有赞的实践 KK · 一、Node 基础框架的迭代与演进 · 二、Node 接入有赞服务化体系的历程 · 三、未来需要做的一些事情 ## 第一个 Node 项目 有人(有赞的一个内部管理系统)  3_16.jpg) ## 第二个 Node 项目 有人(有赞的一个内部管理系统) Koa 中间件 有赞官网 ## ↑ 脚手架模板 #### 阿童木 0.0.1 诞生 有人 有赞官网 有赞招聘 有赞云官网 Koa + 中间件 脚手架模板 Astroboy 阿童木 Koa 中间件 阿童木 0.0.1 ## 很多项目都开始用 Node 了 有人 有赞官网 有赞招聘 目前有哪些重要业务用了 Node · 1、订单详情(灰度白名单) · 2、下单(灰度白名单) · 3、微页面(灰度白名单) · 4、有赞云、有赞官网、分销等等 ## 二、 Node 接入有赞服务化体系的历程 ## 服务化 php Node.js Java 模板渲染 业务编排 接口转发 业务逻辑 服务接口 ## 如何调用? ### Node.js ? Java 方案0 码力 | 29 页 | 945.50 KB | 2 年前3
Release Notes for Node.js 183139/p1_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 their 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
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
SQLite数据库系统索引数据存储嵌入式数据库Node OperatorKubernetesCustomResourceDefinition (CRD)Node-OperatorMachine CRDPFSSPDKDMAIO vector零拷贝外部模式部署Red Hat Ceph StorageOpenShift Container Storage Operator存储集群服务Ceph 集群Node.jsJavaScriptnpmV8引擎事件循环GYPPromiseNode_modules安全性require函数core modulesV8require模块require()定时器全局对象有赞Koa灰度发布微服务Node.js 18 LTSV8 JavaScript engineHTTP timeoutsBlob APIBroadcastChannel API













