搜索
为您找到约
158
个磁力链接/BT种子,耗时 0 毫秒。
排序:
相关程度
热度
文件大小
添加时间
最近访问
Lynda.com - Foundations of Programming. Fundamentals
00 Introduction/0002 Making the most of this course.mov
25.8 MB
00 Introduction/0001 Welcome.mov
8.4 MB
00 Introduction/0003 Using the exercise files.mov
924.6 kB
00 Introduction/0002 Making the most of this course.srt
3.2 kB
00 Introduction/0001 Welcome.srt
2.1 kB
00 Introduction/0003 Using the exercise files.srt
1.4 kB
01 Programming Basics/0101 What is programming.mov
73.0 MB
01 Programming Basics/0103 Writing source code.mov
69.6 MB
01 Programming Basics/0102 What is a programming language.mov
66.0 MB
01 Programming Basics/0104 Compiled and interpreted languages.mov
5.8 MB
01 Programming Basics/0104 Compiled and interpreted languages.srt
9.4 kB
01 Programming Basics/0101 What is programming.srt
8.5 kB
01 Programming Basics/0103 Writing source code.srt
8.2 kB
01 Programming Basics/0102 What is a programming language.srt
6.8 kB
02 Core Programming Syntax/0201 Why JavaScript.mov
54.0 MB
02 Core Programming Syntax/0202 Creating your first program in JavaScript.mov
36.0 MB
02 Core Programming Syntax/0203 Requesting input.mov
20.1 MB
02 Core Programming Syntax/0202 Creating your first program in JavaScript.srt
10.7 kB
02 Core Programming Syntax/0203 Requesting input.srt
7.7 kB
02 Core Programming Syntax/0201 Why JavaScript.srt
6.9 kB
[磁力链接]
添加时间:
2017-02-11
大小:
1.2 GB
最近下载:
2025-11-22
热度:
11992
Rust Programming Part 1 Rust Programming Foundations
Module 1 Rust Programming Essentials/Lesson 4 Understanding Enums/005. 4.4 Defining and using enums with data.mp4
63.8 MB
Module 2 Rust Ownership and Borrowing/Lesson 7 Understanding Borrowing in Rust/003. 7.2 Understanding the Rust borrow checker.mp4
59.7 MB
Module 2 Rust Ownership and Borrowing/Lesson 6 Understanding Ownership in Rust/005. 6.4 Defining static global scope.mp4
59.2 MB
Module 2 Rust Ownership and Borrowing/Lesson 6 Understanding Ownership in Rust/006. 6.5 Defining static mutable variables - Part 1.mp4
57.6 MB
Module 1 Rust Programming Essentials/Lesson 4 Understanding Enums/003. 4.2 Defining and using simple enums - Part 2.mp4
55.9 MB
Module 2 Rust Ownership and Borrowing/Lesson 7 Understanding Borrowing in Rust/005. 7.4 String slice techniques.mp4
55.1 MB
Module 1 Rust Programming Essentials/Lesson 4 Understanding Enums/007. 4.6 Using the Result enum.mp4
53.0 MB
Module 1 Rust Programming Essentials/Lesson 2 Understanding Rust Variables and Types/005. 2.4 Additional techniques.mp4
51.3 MB
Module 1 Rust Programming Essentials/Lesson 4 Understanding Enums/006. 4.5 Using the Option enum.mp4
50.6 MB
Module 1 Rust Programming Essentials/Lesson 5 Using Compound Types and Collections/006. 5.5 Creating and using maps.mp4
50.6 MB
Module 1 Rust Programming Essentials/Lesson 5 Using Compound Types and Collections/005. 5.4 Creating and using vectors.mp4
48.7 MB
Module 1 Rust Programming Essentials/Lesson 3 Implementing Flow Control/003. 3.2 Matching.mp4
48.3 MB
Module 2 Rust Ownership and Borrowing/Lesson 6 Understanding Ownership in Rust/002. 6.1 Understanding local scope.mp4
47.5 MB
Module 2 Rust Ownership and Borrowing/Lesson 6 Understanding Ownership in Rust/004. 6.3 Defining static local scope - Part 2.mp4
46.6 MB
Module 1 Rust Programming Essentials/Lesson 3 Implementing Flow Control/002. 3.1 If-tests.mp4
43.1 MB
Module 2 Rust Ownership and Borrowing/Lesson 6 Understanding Ownership in Rust/003. 6.2 Defining static local scope - Part 1.mp4
41.6 MB
Module 2 Rust Ownership and Borrowing/Lesson 7 Understanding Borrowing in Rust/004. 7.3 Introduction to string slices.mp4
40.5 MB
Module 2 Rust Ownership and Borrowing/Lesson 7 Understanding Borrowing in Rust/002. 7.1 Understanding simple borrowing.mp4
39.4 MB
Module 1 Rust Programming Essentials/Lesson 2 Understanding Rust Variables and Types/003. 2.2 Floating-point types.mp4
38.8 MB
Module 2 Rust Ownership and Borrowing/Lesson 7 Understanding Borrowing in Rust/007. 7.6 Array slice techniques.mp4
38.8 MB
[磁力链接]
添加时间:
2024-03-03
大小:
1.6 GB
最近下载:
2025-11-21
热度:
9356
Lynda.com - Foundations of Programming Design Patterns
0. Introduction/01. Welcome.f4v
7.3 MB
0. Introduction/02. What you should know before watching this course.f4v
5.7 MB
0. Introduction/03. Using the exercise files.f4v
4.6 MB
1. Design Patterns/01. Understanding the need for design patterns.f4v
1.9 MB
1. Design Patterns/02. What are design patterns.f4v
5.8 MB
1. Design Patterns/03. Using design patterns.f4v
3.2 MB
2. The Strategy Pattern/01. Understanding the pitfalls of inheritance and interfaces.f4v
11.7 MB
2. The Strategy Pattern/02. Encapsulating code that varies.f4v
5.6 MB
2. The Strategy Pattern/03. Programming to an interface.f4v
6.5 MB
2. The Strategy Pattern/04. Setting behavior dynamically.f4v
15.0 MB
2. The Strategy Pattern/05. Exploring the strategy pattern.f4v
3.5 MB
2. The Strategy Pattern/06. Understanding why HAS-A is better than IS-A.f4v
3.2 MB
3. The Observer Pattern/01. Using the observer pattern in the real world.f4v
2.9 MB
3. The Observer Pattern/02. Exploring the observer pattern.f4v
4.0 MB
3. The Observer Pattern/03. Understanding the observer pattern.f4v
3.4 MB
3. The Observer Pattern/04. Implementing the observer pattern.f4v
19.7 MB
3. The Observer Pattern/05. Using Java's Observer and Observable classes.f4v
5.8 MB
3. The Observer Pattern/06. Implementing the observer pattern with Java's Observer and Observable classes.f4v
11.6 MB
3. The Observer Pattern/07. The advantages of loose coupling.f4v
4.1 MB
4. The Decorator Pattern/01. Creating chaos with inheritance.f4v
6.1 MB
[磁力链接]
添加时间:
2017-02-22
大小:
352.8 MB
最近下载:
2025-11-21
热度:
6921
Lynda.com - Foundations of Programming Object-Oriented Design.iso
Lynda.com - Foundations of Programming Object-Oriented Design.iso
1.2 GB
[磁力链接]
添加时间:
2017-02-11
大小:
1.2 GB
最近下载:
2025-11-16
热度:
5738
[ CourseWikia.com ] Rust Programming Part 1 - Rust Programming Foundations
~Get Your Files Here !/Lesson 4 Understanding Enums/005. 4.4 Defining and using enums with data.mp4
63.8 MB
~Get Your Files Here !/Lesson 7 Understanding Borrowing in Rust/003. 7.2 Understanding the Rust borrow checker.mp4
59.7 MB
~Get Your Files Here !/Lesson 6 Understanding Ownership in Rust/005. 6.4 Defining static global scope.mp4
59.2 MB
~Get Your Files Here !/Lesson 6 Understanding Ownership in Rust/006. 6.5 Defining static mutable variables - Part 1.mp4
57.6 MB
~Get Your Files Here !/Lesson 4 Understanding Enums/003. 4.2 Defining and using simple enums - Part 2.mp4
55.9 MB
~Get Your Files Here !/Lesson 7 Understanding Borrowing in Rust/005. 7.4 String slice techniques.mp4
55.1 MB
~Get Your Files Here !/Lesson 4 Understanding Enums/007. 4.6 Using the Result enum.mp4
53.0 MB
~Get Your Files Here !/Lesson 2 Understanding Rust Variables and Types/005. 2.4 Additional techniques.mp4
51.3 MB
~Get Your Files Here !/Lesson 4 Understanding Enums/006. 4.5 Using the Option enum.mp4
50.6 MB
~Get Your Files Here !/Lesson 5 Using Compound Types and Collections/006. 5.5 Creating and using maps.mp4
50.6 MB
~Get Your Files Here !/Lesson 5 Using Compound Types and Collections/005. 5.4 Creating and using vectors.mp4
48.7 MB
~Get Your Files Here !/Lesson 3 Implementing Flow Control/003. 3.2 Matching.mp4
48.3 MB
~Get Your Files Here !/Lesson 6 Understanding Ownership in Rust/002. 6.1 Understanding local scope.mp4
47.5 MB
~Get Your Files Here !/Lesson 6 Understanding Ownership in Rust/004. 6.3 Defining static local scope - Part 2.mp4
46.6 MB
~Get Your Files Here !/Lesson 3 Implementing Flow Control/002. 3.1 If-tests.mp4
43.1 MB
~Get Your Files Here !/Lesson 6 Understanding Ownership in Rust/003. 6.2 Defining static local scope - Part 1.mp4
41.6 MB
~Get Your Files Here !/Lesson 7 Understanding Borrowing in Rust/004. 7.3 Introduction to string slices.mp4
40.5 MB
~Get Your Files Here !/Lesson 7 Understanding Borrowing in Rust/002. 7.1 Understanding simple borrowing.mp4
39.4 MB
~Get Your Files Here !/Lesson 2 Understanding Rust Variables and Types/003. 2.2 Floating-point types.mp4
38.8 MB
~Get Your Files Here !/Lesson 7 Understanding Borrowing in Rust/007. 7.6 Array slice techniques.mp4
38.8 MB
[磁力链接]
添加时间:
2024-01-08
大小:
1.6 GB
最近下载:
2025-11-22
热度:
5522
Linkedin - Programming Foundations APIs and Web Services
4. Using SOAP-Based Web Services/1. SOAP overview.mp4
74.8 MB
2. Understanding Web Services/4. Secure web services.mp4
67.5 MB
5. Developing APIs Using GraphQL/2. The structure of GraphQL queries.mp4
64.4 MB
2. Understanding Web Services/3. Considerations of web services.mp4
60.5 MB
3. Using RESTful APIs and HATEOAS/1. REST overview.mp4
59.1 MB
2. Understanding Web Services/1. Web services overview.mp4
53.8 MB
2. Understanding Web Services/5. Web services APIs and microservices.mp4
47.6 MB
4. Using SOAP-Based Web Services/2. History and future of SOAP.mp4
41.5 MB
3. Using RESTful APIs and HATEOAS/2. Benefits of REST.mp4
39.6 MB
2. Understanding Web Services/2. Advantages of web services.mp4
39.4 MB
5. Developing APIs Using GraphQL/1. GraphQL overview.mp4
38.4 MB
Ex_Files_Prog_Found_APIs_Web.zip
35.8 MB
3. Using RESTful APIs and HATEOAS/3. HATEOAS overview.mp4
30.9 MB
1. Introduction/1. Communicate on the web using services.mp4
25.4 MB
1. Introduction/2. What you should know.mp4
24.8 MB
7. Conclusion/1. Next steps.mp4
20.1 MB
3. Using RESTful APIs and HATEOAS/4. Consume a RESTful API.mp4
16.3 MB
5. Developing APIs Using GraphQL/3. Consume a GraphQL API.mp4
15.9 MB
3. Using RESTful APIs and HATEOAS/7. Document an API.mp4
15.4 MB
3. Using RESTful APIs and HATEOAS/6. Create a RESTful API.mp4
15.0 MB
[磁力链接]
添加时间:
2025-01-16
大小:
838.7 MB
最近下载:
2025-11-21
热度:
5512
Lynda - Foundations of Programming - Discrete Mathematics
0. Introduction/00_01-Welcome-475390.mp4
25.5 MB
0. Introduction/00_02-What you should know-475391.mp4
1.7 MB
0. Introduction/00_03-Using the exercise files-475392.mp4
1.9 MB
1. Discrete Math Uses/01_01-Basics of discrete mathematics-475394.mp4
6.9 MB
1. Discrete Math Uses/01_02-Discrete math for programming-475395.mp4
6.9 MB
1. Discrete Math Uses/01_03-Real-world discrete math-475396.mp4
7.0 MB
1. Discrete Math Uses/01_04-Abstract discrete math-475397.mp4
4.5 MB
2. Sets/02_01-Objects as sets-475399.mp4
7.2 MB
2. Sets/02_02-Set notation-475400.mp4
8.5 MB
2. Sets/02_03-Set operations-475401.mp4
14.4 MB
2. Sets/02_04-Power sets-475402.mp4
10.4 MB
2. Sets/02_05-Sequences and sums-475403.mp4
16.5 MB
2. Sets/02_06-Recursion-475404.mp4
20.0 MB
2. Sets/02_07-Cardinality, disjointness, and partitions-475405.mp4
5.6 MB
2. Sets/02_08-Sets from Cartesian products-475406.mp4
6.9 MB
2. Sets/02_09-Challenge - Practice with sets-475407.mp4
2.0 MB
2. Sets/02_10-Solution - Practice with sets-475408.mp4
16.4 MB
3. Setting Up SML/03_01-Functional programming-475410.mp4
7.3 MB
3. Setting Up SML/03_02-Datatypes-475411.mp4
7.8 MB
3. Setting Up SML/03_03-Characters and strings-475412.mp4
7.9 MB
[磁力链接]
添加时间:
2017-02-09
大小:
602.0 MB
最近下载:
2025-11-14
热度:
5329
Foundations.Of.Programming.Design.Patterns
00. Introduction/00.01. Welcome.f4v
7.3 MB
00. Introduction/00.02. What you should know before watching this course.f4v
5.7 MB
00. Introduction/00.03. Using the exercise files.f4v
4.6 MB
01. Design Patterns/01.01. Understanding the need for design patterns.f4v
1.9 MB
01. Design Patterns/01.02. What are design patterns.f4v
5.8 MB
01. Design Patterns/01.03. Using design patterns.f4v
3.2 MB
02. The Strategy Pattern/02.01. Understanding the pitfalls of inheritance and interfaces.f4v
11.7 MB
02. The Strategy Pattern/02.02. Encapsulating code that varies.f4v
5.6 MB
02. The Strategy Pattern/02.03. Programming to an interface.f4v
6.5 MB
02. The Strategy Pattern/02.04. Setting behavior dynamically.f4v
15.0 MB
02. The Strategy Pattern/02.05. Exploring the strategy pattern.f4v
3.5 MB
02. The Strategy Pattern/02.06. Understanding why HAS-A is better than IS-A.f4v
3.2 MB
03. The Observer Pattern/03.01. Using the observer pattern in the real world.f4v
2.9 MB
03. The Observer Pattern/03.02. Exploring the observer pattern.f4v
4.0 MB
03. The Observer Pattern/03.03. Understanding the observer pattern.f4v
3.4 MB
03. The Observer Pattern/03.04. Implementing the observer pattern.f4v
19.7 MB
03. The Observer Pattern/03.05. Using Java's Observer and Observable classes.f4v
5.8 MB
03. The Observer Pattern/03.06. Implementing the observer pattern with Java's Observer and Observable classes.f4v
11.6 MB
03. The Observer Pattern/03.07. The advantages of loose coupling.f4v
4.1 MB
04. The Decorator Pattern/04.01. Creating chaos with inheritance.f4v
6.1 MB
[磁力链接]
添加时间:
2017-02-11
大小:
352.6 MB
最近下载:
2025-11-14
热度:
4751
Lynda.com - Foundations of Programming - Refactoring Code
4. Data-Focused Refactoring/03 Simplifying method calls and parameter use.flv
75.7 MB
1. Introduction to Refactoring/01 What refactoring is.flv
51.1 MB
1. Introduction to Refactoring/02 What refactoring is not.flv
50.6 MB
6. Conclusion/01 Next steps.flv
48.1 MB
2. Getting Started Method-Level Refactoring/02 Grouping refactorings together.flv
39.8 MB
0. Introduction/02 What you need to know.flv
39.7 MB
2. Getting Started Method-Level Refactoring/08 Refactorings that remove temps.flv
39.4 MB
1. Introduction to Refactoring/05 Code smells.flv
39.4 MB
1. Introduction to Refactoring/03 Why to use refactoring.flv
37.0 MB
1. Introduction to Refactoring/06 Origin of these ideas.flv
28.9 MB
4. Data-Focused Refactoring/02 Working with data clumps.flv
27.8 MB
3. Class- and Condition-Focused Refactoring/01 Move Method.flv
27.6 MB
1. Introduction to Refactoring/04 When to use refactoring.flv
26.2 MB
2. Getting Started Method-Level Refactoring/05 Common code smells for Extract Method.flv
25.3 MB
4. Data-Focused Refactoring/01 Moving and encapsulating fields.flv
24.8 MB
5. Communication and High-Level Refactoring/01 Refining hierarchies.flv
23.6 MB
2. Getting Started Method-Level Refactoring/01 Preparing to refactor.flv
23.4 MB
2. Getting Started Method-Level Refactoring/07 The Inline Method refactoring.flv
22.7 MB
0. Introduction/01 Welcome.flv
19.5 MB
2. Getting Started Method-Level Refactoring/03 Using the Extract Method refactoring.flv
17.5 MB
[磁力链接]
添加时间:
2017-03-01
大小:
767.8 MB
最近下载:
2025-11-19
热度:
4683
Lynda. Foundations of Programming. Software Quality Assurance
4. Areas of Focus/03. Back-end testing.mp4
57.6 MB
3. Tracking Systems/05. What is a bug model.mp4
51.1 MB
3. Tracking Systems/01. Exploring bug bases.mp4
50.6 MB
5. Automation/01. Automatic recording of defects.mp4
47.5 MB
2. Defining a Common Language/04. Defining milestone goals.mp4
46.9 MB
1. Types of Quality Engineers/03. Black-box testing More than just clicking buttons.mp4
44.2 MB
Conclusion/Next steps.mp4
43.0 MB
1. Types of Quality Engineers/01. How to think about quality.mp4
42.2 MB
3. Tracking Systems/06. Interpreting bug models.mp4
40.5 MB
2. Defining a Common Language/01. Understanding your project and quality goals.mp4
39.3 MB
1. Types of Quality Engineers/05. Gray box Thinking past the user interface.mp4
38.8 MB
4. Areas of Focus/02. Identifying possible user scenarios.mp4
37.8 MB
2. Defining a Common Language/03. Using a matrix to define priorities.mp4
35.1 MB
5. Automation/02. Putting unit tests in context.mp4
33.6 MB
5. Automation/03. Testing the interaction between objects.mp4
31.7 MB
3. Tracking Systems/03. Recording defects.mp4
31.6 MB
3. Tracking Systems/02. Test case management systems.mp4
30.3 MB
1. Types of Quality Engineers/04. White box Thinking about your internals from a test perspective.mp4
29.6 MB
4. Areas of Focus/04. Understanding load testing and why it is important.mp4
29.3 MB
2. Defining a Common Language/02. Breaking down and ranking issues by severity.mp4
28.0 MB
[磁力链接]
添加时间:
2017-02-08
大小:
874.5 MB
最近下载:
2025-11-20
热度:
4651
Lynda. Foundations of Programming. Code Efficiency
2. Measurement/3. Detailed monitoring tools Mac.mp4
78.0 MB
1. Approaching Efficiency/5. Areas of efficiency.mp4
63.6 MB
1. Approaching Efficiency/3. The first rule applied to new code.mp4
55.3 MB
3. Memory/1. Core concepts of memory usage.mp4
46.7 MB
2. Measurement/6. Web application tools.mp4
45.2 MB
1. Approaching Efficiency/8. Embrace your constraints.mp4
43.7 MB
2. Measurement/1. Code analysis tools.mp4
43.4 MB
3. Memory/2. The memory footprint of an application.mp4
40.0 MB
1. Approaching Efficiency/7. Rule 4 Always look for the easy win.mp4
38.4 MB
0. Introduction/2. What you should know.mp4
38.4 MB
1. Approaching Efficiency/1. Clearing up the misconceptions.mp4
36.1 MB
1. Approaching Efficiency/4. Rule 2 You don't know the problem.mp4
36.0 MB
1. Approaching Efficiency/9. Areas not covered.mp4
33.8 MB
1. Approaching Efficiency/2. Rule 1 Code efficiency.mp4
28.8 MB
5. Disk-Based and Network Resources/4. Network efficiency.mp4
24.9 MB
4. Algorithmic Efficiency/1. Introduction to algorithmic efficiency.mp4
23.7 MB
1. Approaching Efficiency/6. Rule 3 Understand what's under your control.mp4
23.5 MB
4. Algorithmic Efficiency/6. Introduction to Big O complexity.mp4
22.1 MB
4. Algorithmic Efficiency/2. Basic measurement.mp4
21.1 MB
3. Memory/4. Languages and environment issues.mp4
20.6 MB
[磁力链接]
添加时间:
2017-02-13
大小:
939.1 MB
最近下载:
2025-11-23
热度:
4514
Lynda.com - Foundations of Programming (3 courses)
3 - Object-Oriented Design/9 - Object-Oriented Design Principles/9-4 Introduction to GRASP principles.mp4
77.8 MB
1 - Fundamentals/1 - Programming Basics/1-1 What is programming.mp4
77.3 MB
1 - Fundamentals/8 - Collections/8-1 Working with arrays.mp4
76.6 MB
1 - Fundamentals/1 - Programming Basics/1-3 Writing source code.mp4
74.0 MB
2 - Databases/1 - Understanding Databases/1-1 What are databases.mp4
72.0 MB
1 - Fundamentals/1 - Programming Basics/1-2 What is a programming language.mp4
70.6 MB
1 - Fundamentals/3 - Variables and Data Types/3-1 Introduction to variables and data types.mp4
66.6 MB
2 - Databases/2 - Database Fundamentals/2-4 Describing many-to-many relationships.mp4
61.3 MB
1 - Fundamentals/12 - Introduction to Object Orientation/12-1 Introduction to object-oriented languages.mp4
60.0 MB
3 - Object-Oriented Design/9 - Object-Oriented Design Principles/9-3 Introduction to SOLID principles.mp4
59.0 MB
3 - Object-Oriented Design/2 - Object-Oriented Analysis and Design/2-2 Defining requirements.mp4
57.6 MB
1 - Fundamentals/2 - Core Programming Syntax/2-1 Why JavaScript.mp4
57.6 MB
2 - Databases/3 - Database Modeling Tables/3-3 Identifying columns and selecting data types.mp4
57.6 MB
3 - Object-Oriented Design/3 - Utilizing Use Cases/3-1 Understanding use cases.mp4
52.4 MB
2 - Databases/2 - Database Fundamentals/2-3 Defining table relationships.mp4
52.1 MB
3 - Object-Oriented Design/1 - Core Concepts/1-2 What is an object.mp4
50.3 MB
3 - Object-Oriented Design/1 - Core Concepts/1-3 What is a class.mp4
44.3 MB
1 - Fundamentals/10 - Input and Output/10-2 Reading and writing from the DOM.mp4
43.2 MB
2 - Databases/2 - Database Fundamentals/2-5 Transactions and the ACID test.mp4
40.2 MB
2 - Databases/1 - Understanding Databases/1-2 Exploring databases and database management systems.mp4
39.0 MB
[磁力链接]
添加时间:
2017-02-12
大小:
3.3 GB
最近下载:
2025-11-20
热度:
4478
Lynda.com - Foundations of Programming Databases
[1] Understanding Databases/1. What are databases.wmv
82.6 MB
[2] Database Fundamentals/4. Describing many-to-many relationships.wmv
65.9 MB
[3] Database Modeling - Tables/3. Identifying columns and selecting data types.wmv
55.4 MB
[2] Database Fundamentals/3. Defining table relationships.wmv
52.9 MB
[2] Database Fundamentals/5. Transations and the ACID test.wmv
44.9 MB
[1] Understanding Databases/2. Exlporing Databases and DBMS.wmv
43.0 MB
[2] Database Fundamentals/1. The features of a relational database.wmv
39.0 MB
[2] Database Fundamentals/6. Introduction to Structured Query Language (SQL).wmv
37.2 MB
[3] Database Modeling - Tables/2. Planning your database.wmv
34.2 MB
[2] Database Fundamentals/2. Exploring unique values and primary keys.wmv
33.3 MB
[5] Database Modeling - Optimization/2. First normal form.wmv
31.9 MB
[3] Database Modeling - Tables/1. Introduction to database modeling.wmv
31.8 MB
[5] Database Modeling - Optimization/3. Second normal form.wmv
25.6 MB
[5] Database Modeling - Optimization/5. Database denormalization.wmv
25.3 MB
[5] Database Modeling - Optimization/4. Third normal form.wmv
21.6 MB
[6] Database Modeling - Querying/5. Joining tables.wmv
21.4 MB
[5] Database Modeling - Optimization/1. Understanding normalization.wmv
21.0 MB
[7] Database Modeling - Indexing and Optimization/2. Understanding write conflicts.wmv
20.1 MB
[7] Database Modeling - Indexing and Optimization/1. Understanding Indexes.wmv
19.9 MB
[8] Database Options/4. NoSQL databases.wmv
19.8 MB
[磁力链接]
添加时间:
2017-02-08
大小:
960.7 MB
最近下载:
2025-11-22
热度:
4318
Advanced Foundations of Python Programming 2021 Training
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/10 Module 10_ Python Calendars/002 Creating Custom Calendars.mp4
63.1 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/08 Module 8_ Comprehensions/003 List Comprehension 3.mp4
61.8 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/08 Module 8_ Comprehensions/005 Set Comprehension.mp4
58.7 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/08 Module 8_ Comprehensions/004 Dictionary Comprehension.mp4
52.2 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/07 Module 7_ Decorators/003 Decorators part 2.mp4
50.6 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/01 Module 1_ Introduction + Advanced Collections/008 Building Counters 2.mp4
48.0 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/08 Module 8_ Comprehensions/006 Tuple Comprehension.mp4
40.9 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/05 Module 5_ Generators/003 Generators part 2.mp4
40.4 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/04 Module 4_ Iterators and Iterables/002 Iterators and Iterables part 1.mp4
39.9 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/01 Module 1_ Introduction + Advanced Collections/006 The DefaultDict in Python 2.mp4
39.1 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/01 Module 1_ Introduction + Advanced Collections/012 The OrderedDict in Python 3.mp4
36.5 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/08 Module 8_ Comprehensions/002 List Comprehension 2.mp4
36.3 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/02 Module 2_ Advanced Functions/009 Memory view 3.mp4
36.3 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/04 Module 4_ Iterators and Iterables/003 Iterators and Iterables part 2.mp4
34.3 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/02 Module 2_ Advanced Functions/011 Mapping Objects + Lambda 2.mp4
33.7 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/02 Module 2_ Advanced Functions/003 Zipping and Unzipping iterables 3.mp4
32.4 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/09 Module 9_ Logging in Python/002 Building logger.mp4
32.3 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/03 Module 3_ The Power of Args and Kwargs/003 The __kwargs in Python.mp4
31.8 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/05 Module 5_ Generators/002 Generators part 1.mp4
31.2 MB
[TutsNode.com] - Advanced Foundations of Python Programming 2021 Training/02 Module 2_ Advanced Functions/015 Enumerate an object 3.mp4
29.9 MB
[磁力链接]
添加时间:
2022-02-17
大小:
1.4 GB
最近下载:
2025-11-19
热度:
3986
Lynda.com - Foundations of Programming. Object-Oriented Design
00. Introduction/00 05. Reviewing software development methodologies.mov
38.7 MB
00. Introduction/00 03. What to expect from this course.mov
29.1 MB
00. Introduction/00 01. Welcome.mov
16.3 MB
00. Introduction/00 04. Exploring object-oriented analysis, design, and development.mov
15.8 MB
00. Introduction/00 02. Who this course is for.mov
11.7 MB
01. Core Concepts/01 02. What is an object.mov
50.3 MB
01. Core Concepts/01 03. What is a class.mov
44.3 MB
01. Core Concepts/01 05. What is encapsulation.mov
35.2 MB
01. Core Concepts/01 06. What is inheritance.mov
33.6 MB
01. Core Concepts/01 07. What is polymorphism.mov
31.6 MB
01. Core Concepts/01 04. What is abstraction.mov
25.9 MB
01. Core Concepts/01 01. Why we use object-orientation.mov
25.4 MB
02. Object-Oriented Analysis and Design/02 02. Defining requirements.mov
57.6 MB
02. Object-Oriented Analysis and Design/02 01. Understanding the object-oriented analysis and design processes.mov
25.0 MB
02. Object-Oriented Analysis and Design/02 03. Introduction to the Unified Modeling Language (UML).mov
17.8 MB
03. Utilizing Use Cases/03 01. Understanding use cases.mov
52.4 MB
03. Utilizing Use Cases/03 02. Identifying the actors.mov
34.5 MB
03. Utilizing Use Cases/03 03. Identifying the scenarios.mov
28.5 MB
03. Utilizing Use Cases/03 05. Employing user stories.mov
21.5 MB
03. Utilizing Use Cases/03 04. Diagramming use cases.mov
20.6 MB
[磁力链接]
添加时间:
2017-02-11
大小:
1.2 GB
最近下载:
2025-11-22
热度:
3975
Lynda. Foundations of Programming. Web Services
1. Understanding Web Services/01. What is a web service.mp4
80.2 MB
1. Understanding Web Services/05. Web service standards SOAP, REST, OData, and more.mp4
72.3 MB
3. Using RESTful Web Services/01. What is REST.mp4
64.7 MB
1. Understanding Web Services/04. Message formats XML, JSON, and everything else.mp4
58.3 MB
5. Securing Web Services/02. Securing web services with HTTP Basic security.mp4
57.0 MB
2. Using SOAP-Based Web Services/02. Examining SOAP request and response formats.mp4
56.9 MB
1. Understanding Web Services/06. Discovering useful web services.mp4
46.2 MB
2. Using SOAP-Based Web Services/01. What is SOAP.mp4
44.2 MB
2. Using SOAP-Based Web Services/03. Understanding SOAP data types.mp4
43.6 MB
5. Securing Web Services/03. Working with API keys.mp4
43.5 MB
1. Understanding Web Services/03. Transport protocols HTTP vs. everything else.mp4
42.6 MB
2. Using SOAP-Based Web Services/07. Calling the service from Java with JAX-WS.mp4
37.4 MB
2. Using SOAP-Based Web Services/08. Choosing a SOAP implementation.mp4
36.3 MB
4. Using OData (Open Data Protocol)/02. Creating OData request URIs.mp4
34.5 MB
3. Using RESTful Web Services/05. Creating a read-only web service in PHP.mp4
33.7 MB
5. Securing Web Services/01. Encrypting web service messages.mp4
32.1 MB
1. Understanding Web Services/02. Exploring the history of web services.mp4
28.9 MB
Conclusion/Next steps.mp4
24.8 MB
2. Using SOAP-Based Web Services/06. Calling the service from a Windows desktop client.mp4
23.9 MB
3. Using RESTful Web Services/03. Sending RESTful requests.mp4
23.6 MB
[磁力链接]
添加时间:
2017-02-08
大小:
1.0 GB
最近下载:
2025-11-20
热度:
3956
Lynda.com - Foundations of Programming - Test-Driven Development
1 - Introduction to Test-Driven Development (TDD)/124398_01_03_BC30_QandA.mp4
59.6 MB
1 - Introduction to Test-Driven Development (TDD)/124398_01_02_BC30_WhatIsTDD.mp4
50.0 MB
1 - Introduction to Test-Driven Development (TDD)/124398_01_01_BC30_WhatKind.mp4
45.6 MB
2 - Getting Started/124398_02_02_BC30_Assertions.mp4
43.7 MB
2 - Getting Started/124398_02_03_BC30_AssertCode.mp4
40.4 MB
3 - Working with Tests/124398_03_01_BC30_Process.mp4
39.1 MB
2 - Getting Started/124398_02_01_XR15_Frameworks.mp4
22.9 MB
5 - Additional Topics/124398_05_01_XR15_Mock.mp4
21.4 MB
0 - Introduction/2 - What you need to know.mp4
21.0 MB
3 - Working with Tests/124398_03_04_XR15_Multiple.mp4
20.7 MB
0 - Introduction/1 - Welcome.mp4
15.5 MB
3 - Working with Tests/124398_03_05_XR15_Naming.mp4
15.4 MB
6 - Conclusion/124398_06_01_XR15_NextSteps.mp4
15.0 MB
2 - Getting Started/124398_02_05_XR15_SimpleTest.mp4
14.8 MB
3 - Working with Tests/124398_03_02_XR15_Adding.mp4
10.8 MB
4 - Individual Techniques/124398_04_03_XR15_Setup.mp4
10.6 MB
5 - Additional Topics/124398_05_03_XR15_Recommend.mp4
10.0 MB
5 - Additional Topics/124398_05_02_XR15_CC.mp4
9.5 MB
4 - Individual Techniques/124398_04_02_XR15_Exceptions.mp4
9.1 MB
4 - Individual Techniques/124398_04_01_XR15_Return.mp4
8.6 MB
[磁力链接]
添加时间:
2017-02-12
大小:
501.4 MB
最近下载:
2025-11-22
热度:
3861
Lynda - Programming Foundations - Compleat Course Collection - [AhLaN]
Lynda - Programming Foundations - Programming for Kids [AhLaN]/7 - 6. Programming in the Real World/21 - Programming hardware - Arduino and Raspberry Pi.mp4
140.8 MB
Lynda - Programming Foundations - Programming for Kids [AhLaN]/7 - 6. Programming in the Real World/18 - Building and controlling a real robot - LEGO Mindstorms.mp4
109.8 MB
Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]/2 - 1. Collections/10 - Solution - Working with a collection.mp4
108.3 MB
Lynda - Programming Foundations - Discrete Mathematics [AhLaN]/7 - 6. Proofs Made Easy/38 - Write a general outline for a proof.mp4
95.8 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/4 - 3. Using SOAP-Based Web Services/15 - SOAP overview.mp4
74.8 MB
Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]/5 - 4. Working with Strings/23 - Solution - Strings.mp4
71.3 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/2 - 1. Understanding Web Services/06 - Secure web services.mp4
67.5 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/5 - 4. Developing APIs Using GraphQL/21 - The structure of GraphQL queries.mp4
64.4 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/3 - 2. Using RESTful APIs and HATEOAS/08 - REST overview.mp4
59.1 MB
Lynda - Programming Foundations - Programming for Kids [AhLaN]/4 - 3. Graphical Programming on the iPad/06 - iPad apps for very young kids.mp4
54.8 MB
Lynda - Programming Foundations - Test-Driven Development [AhLaN]/1 - Introduction/03 - What is test-driven development (TDD).mp4
53.7 MB
Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]/3 - 2. Iteration/15 - Solution - Creating a for loop.mp4
52.8 MB
Lynda - Programming Foundations - Beyond the Fundamentals [AhLaN]/8 - 7. Debugging/34 - Solution - Debugging.mp4
51.3 MB
Lynda - Programming Foundations - Discrete Mathematics [AhLaN]/8 - 7. Advanced Discrete Math Topics/48 - Cryptography.mp4
47.6 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/2 - 1. Understanding Web Services/07 - Web services, APIs, and microservices.mp4
47.6 MB
Lynda - Programming Foundations - Object-Oriented Design [AhLaN]/3 - 2. Requirements/12 - Defining requirements.mp4
42.5 MB
Lynda - Programming Foundations - Design Patterns [AhLaN]/9 - Conclusion/47 - Applying patterns.mp4
41.7 MB
Lynda - Programming Foundations - APIs and Web Services [AhLaN]/4 - 3. Using SOAP-Based Web Services/16 - History and future of SOAP.mp4
41.5 MB
Lynda - Programming Foundations - Object-Oriented Design [AhLaN]/5 - 4. Domain Modeling/25 - Identifying class responsibilities.mp4
40.7 MB
Lynda - Programming Foundations - Test-Driven Development [AhLaN]/3 - 2. TDD Structure and Syntax/15 - ✓ Challenge - Performance.mp4
39.8 MB
[磁力链接]
添加时间:
2021-03-29
大小:
10.0 GB
最近下载:
2025-11-20
热度:
3794
Lynda.com - Foundations of Programming. Refactoring Code (2013 RUS)
0. Introduction/0_01. Welcome.mp4
9.2 MB
0. Introduction/0_02. What you need to know.mp4
26.4 MB
1. Introduction to Refactoring/1_01. What refactoring is.mp4
36.7 MB
1. Introduction to Refactoring/1_02. What refactoring is not.mp4
37.9 MB
1. Introduction to Refactoring/1_03. Why to use refactoring.mp4
27.8 MB
1. Introduction to Refactoring/1_04. When to use refactoring.mp4
19.1 MB
1. Introduction to Refactoring/1_05. Code smells.mp4
30.1 MB
1. Introduction to Refactoring/1_06. Origin of these ideas.mp4
20.5 MB
2. Getting Started - Method-Level Refactoring/2_01. Preparing to refactor.mp4
16.4 MB
2. Getting Started - Method-Level Refactoring/2_02. Grouping refactorings together.mp4
28.3 MB
2. Getting Started - Method-Level Refactoring/2_03. Using the Extract Method refactoring.mp4
7.0 MB
2. Getting Started - Method-Level Refactoring/2_04. Extract Method with parameters and variables.mp4
3.9 MB
2. Getting Started - Method-Level Refactoring/2_05. Common code smells for Extract Method.mp4
12.7 MB
2. Getting Started - Method-Level Refactoring/2_06. Using IDEs for the Extract Method refactoring.mp4
10.2 MB
2. Getting Started - Method-Level Refactoring/2_07. The Inline Method refactoring.mp4
14.2 MB
2. Getting Started - Method-Level Refactoring/2_08. Refactorings that Remove temps.mp4
15.3 MB
2. Getting Started - Method-Level Refactoring/2_09. Refactorings that Add temps.mp4
6.8 MB
3. Class-Focused and Condition-Focused Refactoring/3_01. Move Method.mp4
11.1 MB
3. Class-Focused and Condition-Focused Refactoring/3_02. Extract Class and Inline Class.mp4
2.4 MB
3. Class-Focused and Condition-Focused Refactoring/3_03. Making conditions easier to read.mp4
5.9 MB
[磁力链接]
添加时间:
2017-02-15
大小:
457.5 MB
最近下载:
2025-11-22
热度:
3754
Lynda.com - Foundations of Programming. Test-Driven Development (2013 RUS HD)
0. Вступление/0_01. Приветствие.mp4
27.3 MB
0. Вступление/0_02. Что нужно знать.mp4
15.0 MB
1. Знакомство с разработкой через тестирование (TDD)/1_01. Какой это вид тестирования.mp4
28.2 MB
1. Знакомство с разработкой через тестирование (TDD)/1_02. Что такое TDD.mp4
33.9 MB
1. Знакомство с разработкой через тестирование (TDD)/1_03. Частые вопросы и заблуждения.mp4
42.4 MB
2. Начало работы/2_01. Использование фреймворков для юнит-тестирования.mp4
20.8 MB
2. Начало работы/2_02. Понимание утверждений.mp4
32.4 MB
2. Начало работы/2_03. Использование утверждений в программировании.mp4
19.1 MB
2. Начало работы/2_04. Создание теста.mp4
4.1 MB
2. Начало работы/2_05. Создание теста в программе Eclipse.mp4
10.4 MB
3. Работа с тестами/3_01. Процесс TDD.mp4
19.6 MB
3. Работа с тестами/3_02. Добавление тестов и удаление дублирования.mp4
7.2 MB
3. Работа с тестами/3_03. Тестирование приватности.mp4
4.0 MB
3. Работа с тестами/3_04. Создание нескольких тестовых методов.mp4
13.8 MB
3. Работа с тестами/3_05. Имена юнит-тестов и тестовых методов.mp4
11.3 MB
4. Отдельные техники/4_01. Тестирование возвращаемых значений.mp4
6.2 MB
4. Отдельные техники/4_02. Создание теста для ожидаемых исключений.mp4
6.8 MB
4. Отдельные техники/4_03. Подготовка и завершение тестов.mp4
8.2 MB
4. Отдельные техники/4_04. Частые вопросы.mp4
5.4 MB
5. Дополнительные темы/5_01. Знакомство с Mock-объектами.mp4
16.2 MB
[磁力链接]
添加时间:
2017-02-08
大小:
363.1 MB
最近下载:
2025-11-17
热度:
3427
共8页
上一页
1
2
3
4
5
下一页