zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeTutorials.us] understand-nodejs
magnet:?xt=urn:btih:89f926031624f6929c7d4286f0a343128298942b&dn=[FreeTutorials.us] understand-nodejs
磁力链接详情
文件列表详情
89f926031624f6929c7d4286f0a343128298942b
infohash:
93
文件数量
2.43 GB
文件大小
2017-11-23 11:08
创建日期
2024-10-22 09:00
最后访问
相关分词
FreeTutorials
us
understand-nodejs
01 Introduction and Setup/001 Introduction and the Goal of this Course.mp4 15.94 MB
01 Introduction and Setup/002 Big Words and NodeJS.mp4 10.92 MB
01 Introduction and Setup/004 Conceptual Aside The Command Line Interface.mp4 30.33 MB
02 V8 The Javascript Engine/006 Conceptual Aside Processors Machine Language and C.mp4 42.03 MB
02 V8 The Javascript Engine/007 Javascript Aside Javascript Engines and The ECMAScript Specification.mp4 25.02 MB
02 V8 The Javascript Engine/008 V8 Under the Hood.mp4 25.64 MB
02 V8 The Javascript Engine/009 Adding Features to Javascript.mp4 53.4 MB
03 The Node Core/010 Conceptual Aside Servers and Clients.mp4 32.63 MB
03 The Node Core/011 What Does Javascript Need to Manage a Server.mp4 12.77 MB
03 The Node Core/012 The C Core.mp4 17.89 MB
03 The Node Core/013 The Javascript Core.mp4 14.36 MB
03 The Node Core/015 Lets Install and Run Some Javascript in Node.mp4 39.5 MB
04 Modules Exports and Require/016 Conceptual Aside Modules.mp4 18.22 MB
04 Modules Exports and Require/017 Javascript Aside First-Class Functions and Function Expressions.mp4 37.25 MB
04 Modules Exports and Require/018 Lets Build a Module.mp4 17.82 MB
04 Modules Exports and Require/019 Javascript Aside Objects and Object Literals.mp4 26.29 MB
04 Modules Exports and Require/020 Javascript Aside Prototypal Inheritance and Function Constructors.mp4 42.04 MB
04 Modules Exports and Require/021 Javascript Aside By Reference and By Value.mp4 15.99 MB
04 Modules Exports and Require/022 Javascript Aside Immediately Invoked Function Expressions IIFEs.mp4 14.92 MB
04 Modules Exports and Require/023 How Do Node Modules Really Work module.exports and require.mp4 40.07 MB
04 Modules Exports and Require/024 Javascript Aside JSON.mp4 7.61 MB
04 Modules Exports and Require/025 More on require.mp4 17.34 MB
04 Modules Exports and Require/026 Module Patterns.mp4 41.32 MB
04 Modules Exports and Require/027 exports vs module.exports.mp4 27.49 MB
04 Modules Exports and Require/028 Requiring Native Core Modules.mp4 15.43 MB
04 Modules Exports and Require/029 Modules and ES6.mp4 6.79 MB
04 Modules Exports and Require/030 Web Server Checklist.mp4 7.95 MB
05 Events and the Event Emitter/031 Conceptual Aside Events.mp4 27.05 MB
05 Events and the Event Emitter/032 Javascript Aside Object Properties First Class Functions and Arrays.mp4 11.96 MB
05 Events and the Event Emitter/033 The Node Event Emitter - Part 1.mp4 35.07 MB
05 Events and the Event Emitter/034 The Node Event Emitter - Part 2.mp4 43.33 MB
05 Events and the Event Emitter/035 Javascript Aside Object.create and Prototypes.mp4 22.85 MB
05 Events and the Event Emitter/036 Inheriting From the Event Emitter.mp4 48.58 MB
05 Events and the Event Emitter/037 Javascript Aside Node ES6 and Template Literals.mp4 27.8 MB
05 Events and the Event Emitter/038 Javascript Aside .call and .apply.mp4 7.48 MB
05 Events and the Event Emitter/039 Inheriting From the Event Emitter - Part 2.mp4 23.42 MB
05 Events and the Event Emitter/040 Javascript Aside ES6 Classes.mp4 23.53 MB
05 Events and the Event Emitter/041 Inheriting From the Event Emitter - Part 3.mp4 14.64 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/042 Javascript Aside Javascript is Synchronous.mp4 14.14 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/043 Conceptual Aside Callbacks.mp4 10.66 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/044 libuv The Event Loop and Non-Blocking Asynchronous Execution.mp4 51.59 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/045 Conceptual Aside Streams and Buffers.mp4 26.49 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/046 Conceptual Aside Binary Data Character Sets and Encodings.mp4 47.54 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/047 Buffers.mp4 11.77 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/048 ES6 Typed Arrays.mp4 13.11 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/049 Javascript Aside Callbacks.mp4 11.01 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/050 Files and fs.mp4 35.1 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/051 Streams.mp4 70.84 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/052 Conceptual Aside Pipes.mp4 12.41 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/053 Pipes.mp4 42.11 MB
06 Asynchronous Code libuv The Event Loop Streams Files and more/054 Web Server Checklist.mp4 14.51 MB
07 HTTP and being a Web Server/055 Conceptual Aside TCPIP.mp4 38.54 MB
07 HTTP and being a Web Server/056 Conceptual Aside Addresses and Ports.mp4 16.64 MB
07 HTTP and being a Web Server/057 Conceptual Aside HTTP.mp4 36.62 MB
07 HTTP and being a Web Server/058 http_parser.mp4 36.24 MB
07 HTTP and being a Web Server/059 Lets Build a Web Server in Node.mp4 36.11 MB
07 HTTP and being a Web Server/060 Outputting HTML and Templates.mp4 26.32 MB
07 HTTP and being a Web Server/061 Streams and Performance.mp4 10.23 MB
07 HTTP and being a Web Server/062 Conceptual Aside APIs and Endpoints.mp4 17.62 MB
07 HTTP and being a Web Server/063 Outputting JSON.mp4 17.92 MB
07 HTTP and being a Web Server/064 Routing.mp4 26.36 MB
07 HTTP and being a Web Server/065 Web Server Checklist.mp4 13.26 MB
08 NPM the Node Package Manager/066 Conceptual Aside Packages and Package Managers.mp4 23.54 MB
08 NPM the Node Package Manager/067 Conceptual Aside Semantic Versioning semver.mp4 34.57 MB
08 NPM the Node Package Manager/068 npm and the npm registry Other Peoples Code.mp4 14.75 MB
08 NPM the Node Package Manager/069 init nodemon and package.json.mp4 29.83 MB
08 NPM the Node Package Manager/071 init nodemon and package.json - Part 2.mp4 33.21 MB
08 NPM the Node Package Manager/072 Using Other Peoples Code.mp4 9.17 MB
09 Express/073 Installing Express and Making it Easier to Build a Web Server.mp4 45.45 MB
09 Express/074 Routes.mp4 15.3 MB
09 Express/075 Static Files and Middleware.mp4 50.17 MB
09 Express/076 Templates and Template Engines.mp4 35.42 MB
09 Express/077 Querystring and Post Parameters.mp4 60.96 MB
09 Express/078 RESTful APIs and JSON.mp4 19.43 MB
09 Express/079 Structuring an App.mp4 43.53 MB
10 Javascript JSON and Databases/080 Conceptual Aside Relational Databases and SQL.mp4 23.2 MB
10 Javascript JSON and Databases/081 Node and MySQL.mp4 25.55 MB
10 Javascript JSON and Databases/082 Conceptual Aside NoSQL and Documents.mp4 19.02 MB
10 Javascript JSON and Databases/083 MongoDB and Mongoose.mp4 36.46 MB
10 Javascript JSON and Databases/084 Web Server Checklist.mp4 4.29 MB
11 The MEAN stack/085 MongoDB Express AngularJS and NodeJS.mp4 40.05 MB
11 The MEAN stack/086 AngularJS Managing the Client.mp4 34.58 MB
11 The MEAN stack/087 AngularJS Managing the Client Part 2.mp4 21.02 MB
11 The MEAN stack/088 AngularJS Managing the Client Part 3.mp4 34.32 MB
11 The MEAN stack/089 Conceptual Aside Angular 1 Angular 2 React and more....mp4 14.39 MB
11 The MEAN stack/090 Working with The Full Stack and being a Full Stack Developer - Part 1.mp4 32.05 MB
12 Lets Build an App in record time/091 NodeTodo Software Requirements.mp4 14.7 MB
12 Lets Build an App in record time/092 Initial Setup.mp4 9.95 MB
12 Lets Build an App in record time/093 Setting up Mongo and Mongoose.mp4 17.65 MB
12 Lets Build an App in record time/094 Adding Seed Data.mp4 30.82 MB
12 Lets Build an App in record time/095 Creating our API.mp4 33.75 MB
12 Lets Build an App in record time/096 Testing our API.mp4 40.78 MB
12 Lets Build an App in record time/097 Adding a Front-End in Angular 2 Part 1.mp4 59.74 MB
其他位置