本站已收录 番号和无损神作磁力链接/BT种子 

[UdemyCourseDownloader] Learn Java Programming Crash Course

种子简介

种子名称: [UdemyCourseDownloader] Learn Java Programming Crash Course
文件类型: 视频
文件数目: 142个文件
文件大小: 6.5 GB
收录时间: 2020-6-3 19:31
已经下载: 3
资源热度: 119
最近下载: 2024-6-23 22:08

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:ee50246a5940c8578e9e3c33bc9ce06f85c8aa62&dn=[UdemyCourseDownloader] Learn Java Programming Crash Course 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[UdemyCourseDownloader] Learn Java Programming Crash Course.torrent
  • 01. Introduction and Course Information/8. Install and Configure IntelliJ Mac Java 11.mp4144.68MB
  • 01. Introduction and Course Information/1. Course Introduction.mp488.64MB
  • 01. Introduction and Course Information/2. What is Java.mp448.05MB
  • 01. Introduction and Course Information/5. Install JDK 11 Windows.mp454.84MB
  • 01. Introduction and Course Information/6. Install and Configure IntelliJ Windows Java 11.mp4105.79MB
  • 01. Introduction and Course Information/7. Install JDK 11 Mac.mp436.28MB
  • 01. Introduction and Course Information/9. Install JDK 11 Linux.mp468.46MB
  • 01. Introduction and Course Information/10. Install and Configure IntelliJ Linux Java 11.mp497.63MB
  • 01. Introduction and Course Information/11. Creating the First IntelliJ Project.mp460MB
  • 01. Introduction and Course Information/12. Structure of a Java Program.mp431.46MB
  • 01. Introduction and Course Information/13. Dot Notation Part 1.mp461.26MB
  • 01. Introduction and Course Information/14. Dot Notation Part 2.mp465.84MB
  • 01. Introduction and Course Information/15. Summary.mp445.18MB
  • 02. Starting to Code/1. Your Programming Careers Questions Answered.mp439.51MB
  • 02. Starting to Code/3. Introduction.mp442.83MB
  • 02. Starting to Code/4. Variables.mp438.93MB
  • 02. Starting to Code/5. Using var vs an Explicit type.mp455.06MB
  • 02. Starting to Code/6. Finish and Run Game.mp423.24MB
  • 02. Starting to Code/7. Why use Variables.mp465.63MB
  • 02. Starting to Code/8. Challenge.mp425.86MB
  • 02. Starting to Code/9. Naming Conventions.mp462.29MB
  • 02. Starting to Code/10. Naming Conventions Challenge.mp414.59MB
  • 02. Starting to Code/11. Challenge Solution.mp475.29MB
  • 02. Starting to Code/12. Summary.mp449.3MB
  • 03. Writing to and reading from the Console/1. Introduction.mp445.28MB
  • 03. Writing to and reading from the Console/2. Console Input with nextLine.mp442.73MB
  • 03. Writing to and reading from the Console/3. Reading the Input from the HammerBitcoin Game.mp481.3MB
  • 03. Writing to and reading from the Console/4. Console Input Text and Numbers.mp467.41MB
  • 03. Writing to and reading from the Console/5. Reading Numbers in HammerBitcoin.mp439.17MB
  • 03. Writing to and reading from the Console/6. Console Output Text and String Formatting.mp427.67MB
  • 03. Writing to and reading from the Console/7. String Format Alignment.mp450.41MB
  • 03. Writing to and reading from the Console/8. More About String Formatting.mp494.53MB
  • 03. Writing to and reading from the Console/9. Summary.mp441.47MB
  • 04. Java Types and Expressions/1. Introduction.mp425.94MB
  • 04. Java Types and Expressions/3. int and long.mp418.97MB
  • 04. Java Types and Expressions/4. float and double.mp431.67MB
  • 04. Java Types and Expressions/5. float and double Precision.mp447.95MB
  • 04. Java Types and Expressions/6. BigDecimal and Floating Point Accuracy.mp455.11MB
  • 04. Java Types and Expressions/7. BigDecimal Accuracy.mp462.09MB
  • 04. Java Types and Expressions/8. Expressions.mp451.98MB
  • 04. Java Types and Expressions/9. Boolean Expressions.mp438MB
  • 04. Java Types and Expressions/10. Compound Boolean Expressions.mp447.52MB
  • 04. Java Types and Expressions/11. Truth Tables.mp412.2MB
  • 04. Java Types and Expressions/12. Boolean Variables.mp455.74MB
  • 04. Java Types and Expressions/13. Booleans in HammerBitcoin.mp454.36MB
  • 04. Java Types and Expressions/14. Boolean Expression Challenge Solution.mp463.72MB
  • 04. Java Types and Expressions/15. Classes and Objects.mp420.17MB
  • 04. Java Types and Expressions/16. Classes and Class Instances.mp436.63MB
  • 04. Java Types and Expressions/17. Members and Fields.mp434.73MB
  • 04. Java Types and Expressions/18. Class Constructors.mp438.53MB
  • 04. Java Types and Expressions/19. Public and Private Members.mp430.26MB
  • 04. Java Types and Expressions/20. Summary.mp426.15MB
  • 05. Flow Control/1. Introduction.mp447.27MB
  • 05. Flow Control/2. Oracle Java Documentation.mp456.83MB
  • 05. Flow Control/3. for Loops.mp424.68MB
  • 05. Flow Control/4. IntelliJ Debugger.mp465.21MB
  • 05. Flow Control/5. More on for Loops.mp428.37MB
  • 05. Flow Control/6. Nested for Loops.mp445.41MB
  • 05. Flow Control/7. Using the Debugger for HammerBitcoin.mp471.56MB
  • 05. Flow Control/8. More Debugging of HammerBitcoin.mp445.25MB
  • 05. Flow Control/9. for Loops in Eliza.mp475.43MB
  • 05. Flow Control/10. Understanding More About Eliza.mp447.53MB
  • 05. Flow Control/11. while Loops.mp477.32MB
  • 05. Flow Control/12. while Loop Challenge Solution.mp420.14MB
  • 05. Flow Control/13. Which Way is Better.mp436.42MB
  • 05. Flow Control/14. do - while Loop.mp442.6MB
  • 05. Flow Control/15. do - while Loop Challenge Solution.mp418.18MB
  • 05. Flow Control/16. Summary.mp437.89MB
  • 06. Flow control ifelse and switch/1. Introduction.mp418.23MB
  • 06. Flow control ifelse and switch/2. if Statement.mp463.82MB
  • 06. Flow control ifelse and switch/3. else.mp435.54MB
  • 06. Flow control ifelse and switch/4. More if and else.mp435.34MB
  • 06. Flow control ifelse and switch/5. if-else Challenge.mp423.42MB
  • 06. Flow control ifelse and switch/6. Challenge Solution.mp463.09MB
  • 06. Flow control ifelse and switch/7. Play Again Challenge Solution.mp441.58MB
  • 06. Flow control ifelse and switch/8. switch Statement.mp452.89MB
  • 06. Flow control ifelse and switch/9. default case.mp433.29MB
  • 06. Flow control ifelse and switch/10. Handling Multiple Cases.mp415.49MB
  • 06. Flow control ifelse and switch/11. Using break in Loops.mp448.55MB
  • 06. Flow control ifelse and switch/12. continue.mp426.48MB
  • 06. Flow control ifelse and switch/13. Scope of break and continue.mp416.89MB
  • 06. Flow control ifelse and switch/14. Ternary Conditional Operator.mp444.52MB
  • 06. Flow control ifelse and switch/15. Ternary Conditional Operator Challenge.mp49.86MB
  • 06. Flow control ifelse and switch/16. Solution to Ternary Conditional Operator Challenge.mp419.65MB
  • 06. Flow control ifelse and switch/17. Summary.mp441.15MB
  • 07. Flow control Methods/1. Introduction.mp428.75MB
  • 07. Flow control Methods/2. Calling Methods.mp438.95MB
  • 07. Flow control Methods/3. Methods Calling Methods.mp427.08MB
  • 07. Flow control Methods/4. Method Parameters.mp433.88MB
  • 07. Flow control Methods/5. Parameter Challenge Solution.mp423.22MB
  • 07. Flow control Methods/6. Brake Challenge Solution.mp438.69MB
  • 07. Flow control Methods/7. Simple Car Game Version 1.mp444.04MB
  • 07. Flow control Methods/8. Adding Libraries.mp441.01MB
  • 07. Flow control Methods/9. Version 2 of Simple Car Game.mp476.84MB
  • 07. Flow control Methods/10. public and private Methods.mp472.79MB
  • 07. Flow control Methods/11. Return a Result from a Method.mp465.53MB
  • 07. Flow control Methods/12. Why Duplicating Code is Bad.mp439.66MB
  • 07. Flow control Methods/13. Refactor Game Removing Duplicate Code.mp456.65MB
  • 07. Flow control Methods/14. Passing by Value.mp441.95MB
  • 07. Flow control Methods/15. Global Variables.mp467.54MB
  • 07. Flow control Methods/16. Refactoring Challenge.mp411.52MB
  • 07. Flow control Methods/17. Challenge Solution.mp440.82MB
  • 07. Flow control Methods/18. Variable Scope.mp453.04MB
  • 07. Flow control Methods/19. Removing Global Variables.mp462.85MB
  • 07. Flow control Methods/20. Scope Challenge and Summary.mp427.32MB
  • 07. Flow control Methods/21. Challenge Solution.mp462.85MB
  • 07. Flow control Methods/22. Solution Continued.mp462.56MB
  • 07. Flow control Methods/23. Summary.mp484.53MB
  • 08. Operators/1. Operators and Operator Precedence.mp420.7MB
  • 08. Operators/2. Primary Operators.mp443.08MB
  • 08. Operators/3. Avoid ++ and -- in Expressions.mp442.6MB
  • 08. Operators/4. Operator Precedence.mp459.48MB
  • 08. Operators/5. Using the Remainder Operator.mp437.01MB
  • 08. Operators/6. Remainder in Rock, Paper, Scissors.mp443.83MB
  • 08. Operators/7. Relational and Conditional Operators.mp420.03MB
  • 08. Operators/8. Short Circuit Evaluation.mp450.91MB
  • 08. Operators/9. Assignment Operators.mp427.82MB
  • 09. Dealing with Strings/1. What is a String.mp453.87MB
  • 09. Dealing with Strings/2. Indexing.mp437.22MB
  • 09. Dealing with Strings/3. String Length Method.mp438.08MB
  • 09. Dealing with Strings/4. IndexOf.mp443.63MB
  • 09. Dealing with Strings/5. Case Insensitive IndexOf.mp446.94MB
  • 09. Dealing with Strings/6. lastIndexOf and Repeated Matches.mp449.85MB
  • 09. Dealing with Strings/7. Processing Matches with replaceFirst and substring.mp467.98MB
  • 09. Dealing with Strings/8. Java String Methods Documentation.mp445.43MB
  • 09. Dealing with Strings/9. String Equality.mp459.09MB
  • 09. Dealing with Strings/10. Value and Reference Types.mp457.55MB
  • 09. Dealing with Strings/11. Strings are Immutable.mp458.25MB
  • 09. Dealing with Strings/12. The StringBuilder Class.mp464.32MB
  • 09. Dealing with Strings/13. Mutable Reference Types Explanation.mp412.89MB
  • 09. Dealing with Strings/14. Equality with Reference Types.mp458.72MB
  • 09. Dealing with Strings/15. Append, Delete and Method Chaining.mp483.75MB
  • 09. Dealing with Strings/16. Challenge Solution.mp427.52MB
  • 09. Dealing with Strings/17. More on Method Chaining.mp437.32MB
  • 09. Dealing with Strings/18. Introduction to Overloaded Methods.mp447.8MB
  • 09. Dealing with Strings/19. toString and valueOf Methods.mp463.81MB
  • 09. Dealing with Strings/20. Searching for Text in a StringBuilder.mp472.63MB
  • 09. Dealing with Strings/21. More Content.mp418.22MB
  • 10. Extra Content/1. Windows Java Command Line Setup.mp446.67MB
  • 10. Extra Content/2. Mac Java Command Line Setup.mp494.49MB
  • 10. Extra Content/3. Linux Java Command Line Setup.mp437.69MB
  • 11. Bonus Material/1. Bonus - Please Watch!.mp415.4MB