磁力管家

磁力管家
为您索检到67条磁力链接,耗时0毫秒。 rss

分享给好友

【影视】 Frontend Masters - Asynchronous Programming in JavaScript
收录时间:2017-02-21 文档个数:58 文档大小:9.1 GB 最近下载:2025-05-14 人气:8931 磁力链接
  • mp41 - Building Blocks/1 - Introduction.mp4 131.1 MB
  • mp41 - Building Blocks/2 - JavaScript Tutorial.mp4 95.6 MB
  • mp41 - Building Blocks/3 - Creating Collections.mp4 137.2 MB
  • mp41 - Building Blocks/4 - Iterators and Observers.mp4 166.2 MB
  • mp42 - Observables/1 - Observables Introduction.mp4 153.8 MB
  • mp42 - Observables/10 - Three-Dimensional Collections.mp4 156.3 MB
  • mp42 - Observables/2 - Observable Metaphor.mp4 88.7 MB
  • mp42 - Observables/3 - Observables in Action.mp4 184.9 MB
  • mp42 - Observables/4 - Race Conditions and Nested Observables.mp4 125.9 MB
  • mp42 - Observables/5 - TakeUntil.mp4 153.1 MB
  • mp42 - Observables/6 - Implementing Mouse Move.mp4 101.3 MB
  • mp42 - Observables/7 - MergeAll & SwitchLatest.mp4 180.6 MB
  • mp42 - Observables/8 - Netflix Search Box.mp4 187.2 MB
  • mp42 - Observables/9 - Optimizing the Search.mp4 197.9 MB
  • mp43 - Creating Array Functions/1 - Exercises 1-5.mp4 201.5 MB
  • mp43 - Creating Array Functions/2 - Exercises 6-11.mp4 205.1 MB
  • mp43 - Creating Array Functions/3 - Exercise 12.mp4 265.5 MB
  • mp43 - Creating Array Functions/4 - Exercises 13-14.mp4 105.3 MB
  • mp43 - Creating Array Functions/5 - Exercises 15-17.mp4 181.0 MB
  • mp43 - Creating Array Functions/6 - Exercises 18-19.mp4 212.1 MB
【压缩文件】 PluralSight Getting Started With Asynchronous Programming In .Net tutorialkhan.com.iso
收录时间:2017-02-12 文档个数:1 文档大小:279.5 MB 最近下载:2025-05-16 人气:540 磁力链接
  • isoPluralSight Getting Started With Asynchronous Programming In .Net tutorialkhan.com.iso 279.5 MB
【影视】 Rethinking Asynchronous JavaScript
收录时间:2017-02-10 文档个数:118 文档大小:3.8 GB 最近下载:2025-05-15 人气:2627 磁力链接
  • mp41_Parallel_vs_Async/1_Course_Introduction.mp4 124.5 MB
  • mp41_Parallel_vs_Async/2_Single_Threaded_JavaScript.mp4 50.5 MB
  • mp41_Parallel_vs_Async/3_Concurrency.mp4 81.5 MB
  • mp42_Callback/1_Callback_Hell.mp4 46.4 MB
  • mp42_Callback/2_Exercise_1.mp4 44.7 MB
  • mp42_Callback/3_Exercise_1_Solution.mp4 113.7 MB
  • mp42_Callback/4_Callback_Problems_Inversion_of_Control.mp4 122.3 MB
  • mp42_Callback/5_Callback_Problems_Not_Reason-able.mp4 85.5 MB
  • mp42_Callback/6_Non_Fixes.mp4 44.5 MB
  • mp43_Thunks/1_Synchronous_and_Asynchronous_Thunks.mp4 117.4 MB
  • mp43_Thunks/2_Exercise_2.mp4 27.0 MB
  • mp43_Thunks/3_Exercise_2_Solution.mp4 119.1 MB
  • mp43_Thunks/4_Thunks_and_Closure.mp4 56.7 MB
  • mp44_Promises/01_Native_Promises.mp4 74.0 MB
  • mp44_Promises/02_Promise_API.mp4 97.6 MB
  • mp44_Promises/03_Promise_Flow_Control.mp4 71.0 MB
  • mp44_Promises/04_Exercise_3.mp4 15.5 MB
  • mp44_Promises/05_Exercise_3_Solution.mp4 85.2 MB
  • mp44_Promises/06_Exercise_3_Questions_Part_1.mp4 93.4 MB
  • mp44_Promises/07_Exercise_3_Questions_Part_2.mp4 102.6 MB
【影视】 Pluralsight - Building Asynchronous RESTful Services With Jersey
收录时间:2017-02-09 文档个数:48 文档大小:560.1 MB 最近下载:2025-05-14 人气:1032 磁力链接
  • mp401. GET-ing Started With Grizzly/01_01-Introducing Grizzly.mp4 7.5 MB
  • mp401. GET-ing Started With Grizzly/01_02-HTTP vs. Servlet Containers.mp4 4.0 MB
  • mp401. GET-ing Started With Grizzly/01_03-Archetypes & ResourceConfig.mp4 6.4 MB
  • mp401. GET-ing Started With Grizzly/01_04-Demo Creating Our Starter Application.mp4 21.0 MB
  • mp401. GET-ing Started With Grizzly/01_05-Our Books API.mp4 2.0 MB
  • mp401. GET-ing Started With Grizzly/01_06-Demo Adding a Books Resource.mp4 16.1 MB
  • mp402. Testing with JerseyTest/02_01-Configuring the Client and Container.mp4 5.0 MB
  • mp402. Testing with JerseyTest/02_02-Invoking an Endpoint and Evaluating the Results.mp4 4.0 MB
  • mp402. Testing with JerseyTest/02_03-Demo Migrating to JerseyTest.mp4 10.1 MB
  • mp402. Testing with JerseyTest/02_04-Demo Adding Tests for Our Books API.mp4 12.1 MB
  • mp402. Testing with JerseyTest/02_05-Enabling Features with Test Properties (with Demo).mp4 14.3 MB
  • mp402. Testing with JerseyTest/02_06-A Failing Test of Our Resource.mp4 11.5 MB
  • mp403. Dependency Injection and POST Support/03_01-Dependency Injection with HK2 and @Context.mp4 5.1 MB
  • mp403. Dependency Injection and POST Support/03_02-Injecting Our Own Objects into a Resource (with Demo).mp4 9.7 MB
  • mp403. Dependency Injection and POST Support/03_03-Demo Refactoring into an Application Class.mp4 11.2 MB
  • mp403. Dependency Injection and POST Support/03_04-Adding POST Support (with Demo).mp4 8.7 MB
  • mp403. Dependency Injection and POST Support/03_05-Demo Updating Tests with POST Support.mp4 21.9 MB
  • mp404. Asynchronous RESTful Resources/04_01-Synchronous vs. Asynchronous Requests.mp4 5.7 MB
  • mp404. Asynchronous RESTful Resources/04_02-Async Annotations, AsyncResponse.mp4 4.9 MB
  • mp404. Asynchronous RESTful Resources/04_03-Making Our DAO Async with Guava.mp4 7.1 MB
【影视】 Pluralsight - Modern Asynchronous JavaScript
收录时间:2017-02-09 文档个数:109 文档大小:1.3 GB 最近下载:2025-05-15 人气:2943 磁力链接
  • mp401.Callbacks/0112.Solution.mp4 22.3 MB
  • mp401.Callbacks/0111.Challenge Synchronize Multiple Callbacks.mp4 17.4 MB
  • mp401.Callbacks/0101.Callback Nesting Nightmare.mp4 14.4 MB
  • mp401.Callbacks/0105.Callbacks.mp4 14.3 MB
  • mp401.Callbacks/0103.What You Need to Know.mp4 11.5 MB
  • mp401.Callbacks/0114.One-shot Events.mp4 9.4 MB
  • mp401.Callbacks/0107.Con Seams Rip Across Program.mp4 8.8 MB
  • mp401.Callbacks/0102.What You Will Get out of This Course.mp4 8.1 MB
  • mp401.Callbacks/0113.Parallelism Wouldn't This Be Nice.mp4 7.9 MB
  • mp401.Callbacks/0115.Takeaways.mp4 6.9 MB
  • mp401.Callbacks/0108.Con Another Error Mechanism.mp4 6.8 MB
  • mp401.Callbacks/0110.Con Difficult to Understand.mp4 5.4 MB
  • mp401.Callbacks/0109.Con Hard to Reuse Error-handling Logic.mp4 3.5 MB
  • mp401.Callbacks/0106.Double-edged Sword Explicit Async Seams.mp4 2.5 MB
  • mp401.Callbacks/0104.How to Use This Course.mp4 981.2 kB
  • mp402.Lab Setup/0202.Operation Examples.mp4 18.7 MB
  • mp402.Lab Setup/0206.A Few Pointers About Using Mocha.mp4 15.0 MB
  • mp402.Lab Setup/0207.Callback Examples.mp4 14.0 MB
  • mp402.Lab Setup/0204.WebStorm Settings.mp4 10.1 MB
  • mp402.Lab Setup/0205.Auto Running Tests.mp4 7.9 MB
【影视】 Asynchronous C# 5.0
收录时间:2017-02-09 文档个数:19 文档大小:747.7 MB 最近下载:2025-05-07 人气:1425 磁力链接
  • wmv02. The Await Keyword/03. A Walk Through Decompiled Async Code.wmv 118.5 MB
  • wmv05. Testing/01. Basic Async Testing with MS Test.wmv 90.2 MB
  • wmv04. Parallelism/01. Parallelism Basics.wmv 66.7 MB
  • wmv01. A Quick Tour of Async in C# 5/04. Introducing async and await.wmv 53.2 MB
  • wmv05. Testing/02. Using NUnit and a Time Machine.wmv 52.0 MB
  • wmv03. Blocking/02. Let's Block Some Threads.wmv 49.7 MB
  • wmv02. The Await Keyword/02. Await Basics.wmv 40.7 MB
  • wmv04. Parallelism/02. Parallel Tasks in Completion Order.wmv 37.5 MB
  • wmv02. The Await Keyword/01. The Case for Using Async.wmv 32.2 MB
  • wmv01. A Quick Tour of Async in C# 5/05. Going Deeper What's Going on Here .wmv 29.5 MB
  • wmv01. A Quick Tour of Async in C# 5/07. A Light Refactor, Wrapping Up Our Tour.wmv 29.2 MB
  • wmv03. Blocking/01. What is Blocking .wmv 28.3 MB
  • wmv05. Testing/03. A Deeper Look at Skeet's Time Machine.wmv 24.1 MB
  • wmv03. Blocking/03. What's Going on Under the Hood Do We Care .wmv 23.5 MB
  • wmv01. A Quick Tour of Async in C# 5/03. Sharing Data Between Threads, the Hard Way.wmv 19.1 MB
  • wmv01. A Quick Tour of Async in C# 5/06. Handling Exceptions.wmv 18.9 MB
  • wmv01. A Quick Tour of Async in C# 5/01. Introduction and Our Demo App.wmv 15.1 MB
  • wmv05. Testing/04. Testing Summary, and We Say Goodbye.wmv 13.2 MB
  • wmv01. A Quick Tour of Async in C# 5/02. The Race Condition.wmv 6.2 MB
【影视】 Pluralsight - Getting Started with Asynchronous Programming in dotNET
收录时间:2017-02-08 文档个数:22 文档大小:279.4 MB 最近下载:2025-05-16 人气:1857 磁力链接
  • mp401. Introduction/01_01-Introduction.mp4 816.6 kB
  • mp401. Introduction/01_02-Overview.mp4 2.1 MB
  • mp401. Introduction/01_03-What is Asynchronous Programming.mp4 2.2 MB
  • mp401. Introduction/01_04-Asynchronous vs Parallel Programming.mp4 6.6 MB
  • mp401. Introduction/01_05-Where Have We Seen Asynchronous Programming Before.mp4 1.4 MB
  • mp401. Introduction/01_06-Why.mp4 1.0 MB
  • mp401. Introduction/01_07-Demo Unreliable Applications.mp4 7.1 MB
  • mp401. Introduction/01_08-Summary.mp4 1.7 MB
  • mp402. Understanding the Need for Asynchronous Code/02_01-Introduction.mp4 653.8 kB
  • mp402. Understanding the Need for Asynchronous Code/02_02-Demo From Synchronous to Asynchronous Part 1 Desktop.mp4 31.7 MB
  • mp402. Understanding the Need for Asynchronous Code/02_03-Demo From Synchronous to Asynchronous Part 2 Mobile.mp4 17.1 MB
  • mp402. Understanding the Need for Asynchronous Code/02_04-Summary.mp4 3.8 MB
  • mp403. Applying Asynchronous Programming in .NET/03_01-Introduction.mp4 2.4 MB
  • mp403. Applying Asynchronous Programming in .NET/03_02-Demo More Than Just Task.Run.mp4 41.9 MB
  • mp403. Applying Asynchronous Programming in .NET/03_03-Demo Using Async and Await.mp4 59.7 MB
  • mp403. Applying Asynchronous Programming in .NET/03_04-Demo Async and Await in ASP.NET.mp4 27.0 MB
  • mp403. Applying Asynchronous Programming in .NET/03_05-Summary.mp4 2.9 MB
  • mp404. Deadlocking, State Machines, and What Really Goes On/04_01-Introduction and Overview.mp4 1.2 MB
  • mp404. Deadlocking, State Machines, and What Really Goes On/04_02-Demo Inside Async and Await.mp4 38.8 MB
  • mp404. Deadlocking, State Machines, and What Really Goes On/04_03-Demo Deadlocking.mp4 26.6 MB
共4页 上一页 1 2 3 4 下一页