The Next.js Handbook### NEXT.js HANDBOOK # Table of Contents Preface The Next.js Handbook Conclusion ## Preface The Next.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 Next.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. You can reach me on Twitter @flaviocopes. Enjoy! ### The Next.js Handbook • 1. Introduction • 2. The main features provided by Next.js ☐ 2.0.1. Hot Code Reloading ☐ 2.0.2. Automatic Routing ☐ 2.00 码力 | 54 页 | 2.61 MB | 2 年前3
Nim on everything(0 connecting) Round: 1/1 ## Nim on the web » Compilation with JS » Has JS specific modules » Can use JS libraries » Uses the JS garbage collector ## Nim on the web Ricardo It's about time0 码力 | 16 页 | 2.09 MB | 1 年前3
Node.js Client & Web Bridge Ready
for ROS 2.0## Software #### Node.js* Client & Web Bridge Ready for ROS* 2.0 Minggang Wang September 30 2018 ## Agenda • Who We Are • Why Use Node.js & Web in Robotics • Thinking in “ROS 2.0 + Web” • The Design of rclnodejs & ros2-web-bridge • List of Features • Performance Comparison: Node.js, C++ & Python • Video Demo Intel ♥ Robot • Contacts & Resource Links ## Who we are Intel  ### Why Use Node.js & Web in Robotics - High-performance (JIT), faster than Python - Do more on same robot control0 码力 | 19 页 | 2.09 MB | 2 年前3
Egg & Node.js 从⼩⼯坊⾛向企业级开发Egg & Node.js 从小工坊走向企业级开发 天猫 / 阿里游戏前端负责人,Egg 核心开发者 ## 自我简介  天猪 阿里游戏前端负责人,@广州 @Alibaba UC Node.JS / EggJS / Scrat aliyun-egg Plugin 插件生态 Tool 工具链 基于规范实现一套框架 - Egg 社区生态 Specification 一套规范和约定 Koa Node.js ### Base on Node.js [1/8] ## 你是否遇到过? #### V ue.js v3.0 教程(Vue3 教程)  Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架。与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用。Vue 的核心库只关注视图层 class 名更改 v-model v-if 与 v-for 的优先级对比 v-bind 合并行为 ## 贡献文档 Vue 文档编写指南 文档风格指南 翻译 ## 致谢 当前文档《Vue.js v3.0 教程(Vue3 教程)》由进击的皇虫使用书栈网(BookStack.CN)进行构建,生成于2020-10-21。 书栈网仅提供文档编写、整理、归类等功能,以及对文档内容的生成和导出工具。 计算属性和侦听器 • Class 与 Style 绑定 • 条件渲染 · 列表渲染 事件处理 表单输入绑定 • 组件基础 ## 安装 Vue.js 在设计上是可以逐步采纳的。这意味着它可以根据需求以多种方式集成到一个项目中。 将 Vue.js 添加到项目中有三种主要方式。 1. 在页面上以 CDN package 的形式导入。 2. 使用 npm 安装它。 3. 使用官方的 CLI0 码力 | 368 页 | 3.97 MB | 2 年前3
Egg.js 在阿里巴巴集团的的实践运用1_3.jpg) ## 从刀耕火种,铁犁牛耕,迈向机械化生产 Egg.js 在阿里巴巴集团的实践运用 egg ## 关于我  庄少/ngot Egg.js 核心开发者;fibjs 核心开发者; Follow me at : got 3/0/4d30ee393c6f2170d62d780279576ec7/p9_1.jpg) ## 天下归一 联合整个公司制定 Node.js 企业级的开发标准 基于标准规范开发对应的 Web 框架(Egg.js) 开源回馈社区 ### Egg.js 为企业级框架和应用而生 ## 🌱 egg ## express vs koa 基于 Generator/Async 的中间件(同步写法更适合企业应用) 约定优于配置 ### Egg.js 项目一览 showcase app controller(控制器) home.js service(业务逻辑) github.js view(模板) index.tpl public(静态资源) main.css router.js(路由) config(配置) config.default.js config.prod.js plugin.js test(单元测试)0 码力 | 29 页 | 2.39 MB | 2 年前3
2.4 Go 1.4 runtime0689c8d/p2_1.jpg) ### 1. Memory Allocator 内存分配器 ## base on tcmalloc 基于成熟方案,性舱优秀。随着版本升级,针对性改进,以期与垃圾回收器更好协作。 核心:自主管理,缓存复用,无锁分配。 page, span. 内存管理以页为基本单位,多个地址连续页构成内存块。  ## fixalloc 为管理对象分配内存,不占用预留地址。 span arena mem span:管理内存块的元数据。 cache span allspans:垃圾回收遍历。 ### ### 2. Garbage Collector 垃圾回收器   阈值触发,并行标记,并发清理。0 码力 | 29 页 | 608.57 KB | 2 年前3
聊聊 Node.js 构建部署时我们要关心的数据1.jpg) ### 聊聊 Node.js 构建部署时 我们要关心的数据 死月  ## 死月 XadillaX(朱凯迪) #### 蚂蚁金服 Node.js 研发工程师 /《Node.js:来一打 C++ 扩展》作者 2013-2015 [Image](/uploads/documents/5/d/2/7/5d271b655d61bf14b736fcfb28672669/p4_1.jpg) ## 1 源起 我是如何扎入这个坑位的。 ### 400 + Node.js 应用 ## 我是谁?我要做什么?谁用了我?  我要关心构建时的哪些数据? Node.js / alinode 运行时版本 语言:JavaScript / TypeScript ▶ 前端构建工具 / 版本 ▶ 前后端框架 / 版本  ### Node.js 版本饼图 Node.js alinode0 码力 | 47 页 | 5.80 MB | 2 年前3
OpenShift Container Platform 4.8 日志记录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. The ... 62 3.4 安装后的任务 ..... 69 第4章 配置日志部署 ..... 72 4.1 集群日志记录自定义资源 (CR) ..... 72 4.2 配置日志记录收集器 ..... 73 4.3. 配置日志存储 ..... 79 4.4. 配置日志可视化工具 ..... 93 4.5. 配置 OPENSHIFT LOGGING 存储 ..... 95 4 ###### 1.1. 日志记录 5.4.9 此发行版本包括 OpenShift Logging 程序错误修复 5.4.9。 ##### 1.1.1. 程序错误修复 - 在此次更新之前,Fluentd 收集器会警告未使用的配置参数。在这个版本中,删除了这些配置参数及其警告信息。(LOG-3074) - 在此次更新之前,Kibana 有一个固定的 24h OAuth cookie 过期时间,当 acc0 码力 | 223 页 | 2.28 MB | 2 年前3
OpenShift Container Platform 4.7 日志记录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. The Container Platform Logging 24 2.1.7. 关于导出字段 24 2.1.8. 关于 OpenShift Logging 组件 24 2.1.9. 关于日志记录收集器 25 2.1.10. 关于日志存储 25 2.1.11. 关于日志记录视觉化 26 2.1.12. 关于事件路由 26 2.1.13. 关于日志转发 26 第3章 安装 OPENSHIFT 集群日志记录自定义资源(CR) 42 4.1.1. 关于 ClusterLogging 自定义资源 42 4.2. 配置日志记录收集器 43 4.2.1. 不支持的配置 43 4.2.2. 查看日志记录收集器 Pod 43 4.2.3. 配置日志收集器 CPU 和内存限值 44 4.2.4. 日志转发器的高级配置 45 4.2.5. 如果不使用默认的 Elasticsearch0 码力 | 183 页 | 1.98 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Next.js服务器端渲染自动代码分割静态导出TypeScript支持NimJS垃圾收集器服务器桌面端游戏模式Node.jsROS 2.0Web BridgePublisher/SubscriptionClient/ServiceEgg框架插件模式企业级开发阿里Vue.js v3.0新特性重大改变Composition API渲染函数APIEgg.js企业级框架工具链插件生态内存分配器垃圾收集器goroutine调度器madvise堆内存管理构建数据部署结果CI 覆盖率应用健康分Cluster LoggingElasticsearchKibanaFluentd日志收集器OpenShift Logging













