Understanding NodeJS
视频
|
2019-5-15 18:41
|
2024-10-31 11:18
|
112
|
2.22 GB
|
86
|
- 1 - Introduction and Setup/01 Introduction and Goal of this Course.mp415.94MB
- 1 - Introduction and Setup/02 Big Words and NodeJS.mp410.92MB
- 1 - Introduction and Setup/03 Conceptual Aside The Command Line Interface.mp430.33MB
- 10 - Javascript, JSON, and Databases/01 Conceptual Aside Relational Databases and SQL.mp423.2MB
- 10 - Javascript, JSON, and Databases/02 Node and MySQL.mp425.55MB
- 10 - Javascript, JSON, and Databases/03 Conceptual Aside NoSQL and Documents.mp419.02MB
- 10 - Javascript, JSON, and Databases/04 MongoDB and Mongoose.mp436.46MB
- 10 - Javascript, JSON, and Databases/05 Web Server Checklist.mp44.29MB
- 11 - The MEAN stack/01 MongoDB, Express, AngularJS, and NodeJS.mp440.05MB
- 11 - The MEAN stack/02 AngularJS Managing the Client.mp434.58MB
- 11 - The MEAN stack/03 AngularJS Managing the Client Part 2.mp421.02MB
- 11 - The MEAN stack/04 AngularJS Managing the Client Part 3.mp434.32MB
- 11 - The MEAN stack/05 Conceptual Aside Angular 1, Angular 2, React, and more.mp414.39MB
- 11 - The MEAN stack/06 Working with The Full Stack (and being a Full Stack Developer) - Part 1.mp432.05MB
- 2 - V8 The Javascript Engine/01 Conceptual Aside Processors Machine Language and CPP.mp442.03MB
- 2 - V8 The Javascript Engine/02 JavaScript Aside JS Engines and The ECMAscript Specification.mp425.02MB
- 2 - V8 The Javascript Engine/03 V8 Under the Hood.mp425.64MB
- 2 - V8 The Javascript Engine/04 Adding Features to javascript.mp453.4MB
- 3 - The Node Core/01 Conceptual Aside Server and Clients.mp432.63MB
- 3 - The Node Core/02 What Does Javascript Need To Manage Server.mp412.77MB
- 3 - The Node Core/03 The CPP Core.mp417.89MB
- 3 - The Node Core/04 The Javascript Core.mp414.36MB
- 3 - The Node Core/05 Lets Install and Run Some Javascript in Node.mp439.5MB
- 4 - Modules, Exports, and Require/01 Conceptual Aside Modules.mp418.22MB
- 4 - Modules, Exports, and Require/02 JavaScript Aside First Class Functions and Function Expression.mp437.25MB
- 4 - Modules, Exports, and Require/03 Lets Build a Module.mp417.82MB
- 4 - Modules, Exports, and Require/04 JavaScript Aside Objects and Object Literals.mp426.29MB
- 4 - Modules, Exports, and Require/05 JavaScript Aside Prototypal Inheritance and Function Constructors.mp442.04MB
- 4 - Modules, Exports, and Require/06 Javascript Aside By Reference and By Value.mp415.99MB
- 4 - Modules, Exports, and Require/07 Javascript Aside Immediately Invoked Function Expressions (IIFEs).mp414.92MB
- 4 - Modules, Exports, and Require/08 How Do Node Modules Really Work module exports and require.mp440.07MB
- 4 - Modules, Exports, and Require/09 JavaScript Aside JSON.mp47.61MB
- 4 - Modules, Exports, and Require/10 More on require.mp417.34MB
- 4 - Modules, Exports, and Require/11 Module Patterns.mp441.32MB
- 4 - Modules, Exports, and Require/12 exports vs moduleexports.mp427.49MB
- 4 - Modules, Exports, and Require/13 Requiring Native (Core) Modules.mp415.43MB
- 4 - Modules, Exports, and Require/14 Modules and ES6.mp46.79MB
- 4 - Modules, Exports, and Require/15 Web Server Checklist.mp47.95MB
- 5 - Events and the Event Emitter/01 Conceptual Aside Events.mp427.05MB
- 5 - Events and the Event Emitter/02 Javascript Aside Object Properties, First Class Functions, and Arrays.mp411.96MB
- 5 - Events and the Event Emitter/03 The Node Event Emitter - Part 1.mp435.07MB
- 5 - Events and the Event Emitter/04 The Node Event Emitter - Part 2.mp443.33MB
- 5 - Events and the Event Emitter/05 Javascript Aside Object create and Prototypes.mp422.85MB
- 5 - Events and the Event Emitter/06 Inheriting From the Event Emitter.mp448.58MB
- 5 - Events and the Event Emitter/07 Javascript Aside Node, ES6, and Template Literals.mp427.8MB
- 5 - Events and the Event Emitter/08 Javascript Aside call and apply.mp47.48MB
- 5 - Events and the Event Emitter/09 Inheriting From the Event Emitter - Part 2.mp423.42MB
- 5 - Events and the Event Emitter/10 Javascript Aside ES6 Classes.mp423.53MB
- 5 - Events and the Event Emitter/11 Inheriting From the Event Emitter - Part 3.mp414.64MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/01 Javascript Aside Javascript is Synchronous.mp49.36MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/02 Conceptual Aside Callbacks.mp410.66MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/03 libuv, The Event Loop, and Non-Blocking Asynchronous Execution.mp451.59MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/04 Conceptual Aside Streams and Buffers.mp426.49MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/05 Conceptual Aside Binary Data, Character Sets, and Encodings.mp447.54MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/06 Buffers.mp48.55MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/07 ES6 Typed Arrays.mp413.11MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/08 Javascript Aside Callbacks.mp411.01MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/09 Files and fs.mp435.1MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/10 Streams.mp470.84MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/11 Conceptual Aside Pipes.mp412.41MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/12 Pipes.mp442.11MB
- 6 - Asynchronous Code, libuv, The Event Loop, Streams, Files, and more/13 Web Server Checklist.mp414.51MB
- 7 - HTTP and being a Web Server/01 Conceptual Aside TCP IP.mp438.54MB
- 7 - HTTP and being a Web Server/02 Conceptual Aside Addresses and Ports.mp416.64MB
- 7 - HTTP and being a Web Server/03 Conceptual Aside HTTP.mp436.62MB
- 7 - HTTP and being a Web Server/04 http_parser.mp436.24MB
- 7 - HTTP and being a Web Server/05 Lets Build a Web Server in Node.mp436.11MB
- 7 - HTTP and being a Web Server/06 Outputting HTML and Templates.mp426.32MB
- 7 - HTTP and being a Web Server/07 Streams and Performance.mp410.23MB
- 7 - HTTP and being a Web Server/08 Conceptual Aside APIs and Endpoints.mp417.62MB
- 7 - HTTP and being a Web Server/09 Outputting JSON.mp417.92MB
- 7 - HTTP and being a Web Server/10 Routing.mp426.36MB
- 7 - HTTP and being a Web Server/11 Web Server Checklist.mp413.26MB
- 8 - NPM the Node Package Manager/01 Conceptual Aside Packages and Package Managers.mp423.54MB
- 8 - NPM the Node Package Manager/02 Conceptual Aside Semantic Versioning (semver).mp434.57MB
- 8 - NPM the Node Package Manager/03 npm and the npm registry Other Peoples Code.mp414.75MB
- 8 - NPM the Node Package Manager/04 init, nodemon, and package.json.mp429.83MB
- 8 - NPM the Node Package Manager/05 init, nodemon, and package.json - Part 2.mp433.21MB
- 8 - NPM the Node Package Manager/06 Using Other Peoples Code.mp49.17MB
- 9 - Express/01 Installing Express and Making it Easier to Build a Web Server.mp445.45MB
- 9 - Express/02 Routes.mp415.3MB
- 9 - Express/03 Static Files and Middleware.mp450.17MB
- 9 - Express/04 Templates and Template Engines.mp435.42MB
- 9 - Express/05 Querystring and Post Parameters.mp460.96MB
- 9 - Express/06 RESTful APIs and JSON.mp419.43MB
- 9 - Express/07 Structuring an App.mp443.53MB
不会用的朋友看这里
把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载!
亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:[email protected]
概述
838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题
它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息
838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪
838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统