The Next.js Handbook
1 Table of Contents Preface The Next.js Handbook Conclusion 2 Preface The Next.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get 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 me on Twitter @flaviocopes. Enjoy! 3 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.0.3. Single File Components0 码力 | 54 页 | 2.61 MB | 1 年前3A Physical Units Library for the Next C++
Mateusz Pusz September 15, 2020 A Physical Units Library For the Next C++CppCon 2020 | A Physical Units Library For the Next C++ Motivation, Existing Practice, Challenges... 21 Quick Start 2 Strong 4 User Experience 5 Framework Basics 6 Environment, compatibility, next steps CppCon 2020 | A Physical Units Library For the Next C++ Agenda 31 Quick Start 2 Strong Interfaces 3 As fast as (or even compatibility, next steps CppCon 2020 | A Physical Units Library For the Next C++ Agenda In Q&A please refer to the slide number. 3CppCon 2020 | A Physical Units Library For the Next C++ QUICK START0 码力 | 172 页 | 6.17 MB | 5 月前3Peering Forward: C++'s Next Decade
compile-time programming arguably most-impactful feature ever added I expect will dominate our next decade Contracts “ i iti l t l d t d i t C++26”4 memory safety attacks “cold” cyberwar, in == ["0", "+", "123", "-", "456"]); }66 Welcome to C++’s next decade! Conjecture: Reflection+generation will dominate the next decade of C++ Making easier things that are difficult today (e.g compile-time programming arguably most-impactful feature ever added I expect will dominate our next decade Contracts “ i iti l t l d t d i t C++26”Herb Sutter0 码力 | 84 页 | 6.21 MB | 5 月前3Just-In-Time Compilation: The Next Big Thing
2020 CPPCON / 16TH SEPTEMBER 2020 JUST-IN-TIME COMPILATION: JUST-IN-TIME COMPILATION: THE NEXT BIG THING? THE NEXT BIG THING? BEN DEANE & KRIS JUSIAK - BEN DEANE & KRIS JUSIAK - QUANTLAB FINANCIAL QUANTLAB0 码力 | 222 页 | 5.45 MB | 5 月前3The Beman Project: Bringing Standard Libraries to the Next Level
The Beman Project Bringing Standard Libraries to the Next Level David Sankel | Principal Scientist Software Technology Lab Image generated with Adobe FireflyWhere does the standard come from?BristolBristol© review Prepare proposal for library evolution review Determine if sufficient interest to move to next phase Design review Wording review Vote into working draft Opportunity to raise last minute concerns0 码力 | 53 页 | 7.38 MB | 5 月前3Using Istio to Build the Next 5G Platform
Using Istio to Build the Next 5G Platform David Lenrow Open Source Service Mesh Evangelist Neeraj Poddar Co-founder & Chief Architect, Aspen Mesh February 22, 2021 2 ©2021 Aspen Mesh. All rights reserved0 码力 | 18 页 | 3.79 MB | 1 年前3The Next G of PHP--鸟哥@PHPCON2017
Laruence THE NEXT GENERATION OF PHP KEEP GETTING FASTER PHP DEVELOPER SELF INTRODUCTION · Author Of Yaf, Yar, Yac, Yaconf, Taint Projects · Maintainer Of Opcache, Msgpack Projects · PHP Core Developer result = EX_VAR(opline->result.var); fast_long_add_function(result, op1, op2); ZEND_VM_NEXT_OPCODE(); } else if (EXPECTED(Z_TYPE_INFO_P(op2) == IS_DOUBLE)) { result = EX_VAR(opline->result EX_VAR(opline->result.var); ZVAL_DOUBLE(result, ((double)Z_LVAL_P(op1)) + Z_DVAL_P(op2)); ZEND_VM_NEXT_OPCODE(); } } else if (EXPECTED(Z_TYPE_INFO_P(op1) == IS_DOUBLE)) { if (EXPECTED(Z_TYPE_INFO_P(op2)0 码力 | 25 页 | 297.68 KB | 1 年前3Rethinking Task Based Concurrency and Parallelism for Low Latency C++
// schedule the work contract workContract.schedule(); // execute the next scheduled contract workContractGroup.execute_next_contract();Basic Overview: 93 // create a work contract group work_contract_group // schedule the work contract workContract.schedule(); // execute the next scheduled contract workContractGroup.execute_next_contract(); Work Contract Group 0 0 0 0 0 0 0Basic Overview: 94 Work // schedule the work contract workContract.schedule(); // execute the next scheduled contract workContractGroup.execute_next_contract();Basic Overview: 95 Work Contract Group 0 0 0 0 1 0 0 []0 码力 | 142 页 | 2.80 MB | 5 月前3阮一峰 《ECMAScript 6入门》 第三版
JavaScript.next 继续开发,后来演变成 ECMAScript 6;一些不 是很成熟的设想,则被视为 JavaScript.next.next,在更远的将来再考虑推出。 ECMAScript 6简介 9 TC39 委员会的总体考虑是,ES5 与 ES3 基本保持兼容,较大的语法修正和新功能 加入,将由 JavaScript.next 完成。当时,JavaScript.next 指的是ES6,第六版发布 循环,可以手动调用遍历器对象的 next 方法,进行遍 历。 数组的扩展 182 let letter = ['a', 'b', 'c']; let entries = letter.entries(); console.log(entries.next().value); // [0, 'a'] console.log(entries.next().value); // [1, 'b'] 'b'] console.log(entries.next().value); // [2, 'c'] 数组实例的 includes() Array.prototype.includes 方法返回一个布尔值,表示某个数组是否包含给定 的值,与字符串的 includes 方法类似。ES2016 引入了该方法。 [1, 2, 3].includes(2) // true [1,0 码力 | 679 页 | 2.66 MB | 1 年前3Apache Kyuubi 1.9.0-SNAPSHOT Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3 What’s Next 7 3.1 Quick Start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . tricky performance optimization issues. 6 Chapter 2. Serverless SQL and More CHAPTER THREE WHAT’S NEXT 3.1 Quick Start Note: In this section, you will learn how to setup and interact with kyuubi quickly tar zxf apache-kyuubi-1.9.0-SNAPSHOT-bin.tgz LICENSE NOTICE RELEASE (continues on next page) 8 Chapter 3. What’s Next Kyuubi, Release 1.9.0-SNAPSHOT (continued from previous page) beeline-jars bin0 码力 | 220 页 | 3.93 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词