首页 磁力链接怎么用

[UdemyCourseDownloader] Learn Java the Easy Way Build Desktop & Android Mobile Apps

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2021-1-20 00:40 2024-9-29 05:00 249 2.83 GB 115
二维码链接
[UdemyCourseDownloader] Learn Java the Easy Way Build Desktop & Android Mobile Apps的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 09. GUI BubbleDraw Graphics + GUI/5. Grouping bubbles by checkbox.mp478.58MB
  2. 01. Introduction/1. Introduction.mp416.15MB
  3. 01. Introduction/2. Getting Started Installing Java.mp417.8MB
  4. 01. Introduction/3. Installing Eclipse IDE for Java Developers.mp424.13MB
  5. 01. Introduction/4. Installing Eclipse's WindowBuilder Editor.mp416.44MB
  6. 01. Introduction/5. Installing Android Studio.mp48.26MB
  7. 01. Introduction/6. Bonus Video Java+Eclipse+Android Studio on Windows PCs.mp433.95MB
  8. 01. Introduction/7. JShell Hello, Java!.mp48.41MB
  9. 01. Introduction/8. Using Variables in JShell.mp412.82MB
  10. 01. Introduction/9. Printing Output in JShell.mp47.96MB
  11. 01. Introduction/10. Wrapup JShell Commands.mp413.97MB
  12. 02. App 1 Build a Hi-Lo Guessing Game!/1. Designing a Guessing Game App.mp47.65MB
  13. 02. App 1 Build a Hi-Lo Guessing Game!/2. Starting Eclipse.mp47.19MB
  14. 02. App 1 Build a Hi-Lo Guessing Game!/3. Configuring Eclipse like a pro!.mp44.58MB
  15. 02. App 1 Build a Hi-Lo Guessing Game!/4. Creating your first project.mp45.51MB
  16. 02. App 1 Build a Hi-Lo Guessing Game!/5. Using the Scanner class for input.mp48.79MB
  17. 02. App 1 Build a Hi-Lo Guessing Game!/6. Generating random numbers.mp47.55MB
  18. 02. App 1 Build a Hi-Lo Guessing Game!/7. Getting user input from the keyboard.mp48.69MB
  19. 02. App 1 Build a Hi-Lo Guessing Game!/8. If conditions.mp49.98MB
  20. 02. App 1 Build a Hi-Lo Guessing Game!/9. Running the app in Eclipse.mp44.95MB
  21. 02. App 1 Build a Hi-Lo Guessing Game!/10. Adding a Play Again loop.mp423.7MB
  22. 02. App 1 Build a Hi-Lo Guessing Game!/11. Testing the game.mp48.48MB
  23. 02. App 1 Build a Hi-Lo Guessing Game!/12. Review What you've learned so far.mp420.27MB
  24. 02. App 1 Build a Hi-Lo Guessing Game!/13. Bonus How to avoid common errors.mp421.72MB
  25. 02. App 1 Build a Hi-Lo Guessing Game!/14. Programming Challenge Exercise.mp42.89MB
  26. 02. App 1 Build a Hi-Lo Guessing Game!/15. Challenge Solution Counting tries.mp419.56MB
  27. 03. Designing a GUI Desktop App in Java/1. Intro to the GUI Guessing Game.mp49.53MB
  28. 03. Designing a GUI Desktop App in Java/2. Starting a GUI project.mp417.59MB
  29. 03. Designing a GUI Desktop App in Java/3. Using the WindowBuilder Editor.mp421.85MB
  30. 03. Designing a GUI Desktop App in Java/4. Adding GUI components.mp433.2MB
  31. 03. Designing a GUI Desktop App in Java/5. Advanced GUI design.mp433.3MB
  32. 03. Designing a GUI Desktop App in Java/6. Naming GUI elements.mp423.66MB
  33. 03. Designing a GUI Desktop App in Java/7. Connecting the GUI to your programming code.mp423.49MB
  34. 03. Designing a GUI Desktop App in Java/8. Adding a method to check the user's guess.mp442.5MB
  35. 03. Designing a GUI Desktop App in Java/9. Creating a newGame() method.mp416.8MB
  36. 03. Designing a GUI Desktop App in Java/10. Running the game.mp430.46MB
  37. 03. Designing a GUI Desktop App in Java/11. Handling user events.mp430.95MB
  38. 03. Designing a GUI Desktop App in Java/12. Improving the UX.mp439.36MB
  39. 03. Designing a GUI Desktop App in Java/13. Handling errors and exceptions.mp444.83MB
  40. 03. Designing a GUI Desktop App in Java/14. Customizing the GUI.mp411.13MB
  41. 03. Designing a GUI Desktop App in Java/15. Programming Challenge Exercises.mp43.72MB
  42. 03. Designing a GUI Desktop App in Java/16. Solution Counting the tries left.mp425.44MB
  43. 03. Designing a GUI Desktop App in Java/17. Bonus Winning and losing!.mp419.03MB
  44. 04. Creating Your First Android App/1. Intro to the Android Guessing Game app.mp44.52MB
  45. 04. Creating Your First Android App/2. Setting up the Android Guessing Game.mp411.05MB
  46. 04. Creating Your First Android App/3. Navigating the Design View in Android Studio.mp49.24MB
  47. 04. Creating Your First Android App/4. Adding GUI components to the layout.mp415.01MB
  48. 04. Creating Your First Android App/5. Naming GUI components for easy programming.mp418.5MB
  49. 04. Creating Your First Android App/6. Connecting the GUI to your code.mp425.7MB
  50. 04. Creating Your First Android App/7. Adding the checkGuess() method.mp423.4MB
  51. 04. Creating Your First Android App/8. Adding the newGame() method.mp49.58MB
  52. 04. Creating Your First Android App/9. Handling user events in Android.mp410.17MB
  53. 04. Creating Your First Android App/10. Running on the Android Emulator.mp421.52MB
  54. 04. Creating Your First Android App/11. Running the app on a real Android device!.mp428.94MB
  55. 04. Creating Your First Android App/12. Improving the UX.mp448.85MB
  56. 04. Creating Your First Android App/13. Programming Challenge Exercise.mp43.14MB
  57. 04. Creating Your First Android App/14. Challenge Solution Counting the Tries Left.mp49.18MB
  58. 05. Deciphering Secret Messages/1. Intro to the Secret Messages app.mp413.91MB
  59. 05. Deciphering Secret Messages/2. Setting up the app... and Intro to Strings!.mp445.71MB
  60. 05. Deciphering Secret Messages/3. Adding characters and values.mp435.73MB
  61. 05. Deciphering Secret Messages/4. Just the words, ma'am ).mp438.46MB
  62. 05. Deciphering Secret Messages/5. Creating a custom encryption key.mp438.13MB
  63. 05. Deciphering Secret Messages/6. Review.mp428.2MB
  64. 05. Deciphering Secret Messages/7. Programming Challenge Exercise.mp416MB
  65. 05. Deciphering Secret Messages/8. Challenge Solution Encode it again, Sam!.mp421.22MB
  66. 06. Building Advanced GUIs with Swing/1. Setting up the GUI Secret Messages app.mp411.72MB
  67. 06. Building Advanced GUIs with Swing/2. Designing and naming the GUI.mp417.86MB
  68. 06. Building Advanced GUIs with Swing/3. Encoding messages with a method.mp421.16MB
  69. 06. Building Advanced GUIs with Swing/4. Handling button events.mp425.84MB
  70. 06. Building Advanced GUIs with Swing/5. Finishing and testing the app.mp424.75MB
  71. 06. Building Advanced GUIs with Swing/6. Adding a slider to the GUI.mp427.75MB
  72. 06. Building Advanced GUIs with Swing/7. Cracking codes with the slider.mp424.98MB
  73. 06. Building Advanced GUIs with Swing/8. Review and UX finishing touches.mp421.68MB
  74. 06. Building Advanced GUIs with Swing/9. Programming challenge exercise.mp411.25MB
  75. 06. Building Advanced GUIs with Swing/10. Challenge solution Encode numbers, too!.mp425.03MB
  76. 07. Build a Social, Mobile Secret Messages App!/1. Intro to the Secret Messages mobile app.mp42.87MB
  77. 07. Build a Social, Mobile Secret Messages App!/2. Setting up the GUI for Secret Messages.mp430.52MB
  78. 07. Build a Social, Mobile Secret Messages App!/3. Adding a SeekBar and wiring up the GUI.mp420.45MB
  79. 07. Build a Social, Mobile Secret Messages App!/4. Reusing the encode() method.mp424.95MB
  80. 07. Build a Social, Mobile Secret Messages App!/5. Running the app.mp423.35MB
  81. 07. Build a Social, Mobile Secret Messages App!/6. Review and programming challenge exercise.mp420.96MB
  82. 07. Build a Social, Mobile Secret Messages App!/7. Challenge solution Press to encodedecode.mp422.46MB
  83. 08. Draw Colorful Bubbles with Your Mouse!/1. Intro to the BubbleDraw app.mp49.33MB
  84. 08. Draw Colorful Bubbles with Your Mouse!/2. Setting up the BubbleDraw project.mp414.52MB
  85. 08. Draw Colorful Bubbles with Your Mouse!/3. Adding the app frame.mp414.89MB
  86. 08. Draw Colorful Bubbles with Your Mouse!/4. Creating a bubble class.mp417.63MB
  87. 08. Draw Colorful Bubbles with Your Mouse!/5. Using an ArrayList.mp421.92MB
  88. 08. Draw Colorful Bubbles with Your Mouse!/6. Drawing with paintComponent().mp426.04MB
  89. 08. Draw Colorful Bubbles with Your Mouse!/7. Handling mouse events.mp445.78MB
  90. 08. Draw Colorful Bubbles with Your Mouse!/8. Drag and draw!.mp438.73MB
  91. 08. Draw Colorful Bubbles with Your Mouse!/9. Changing bubble sizes with the mouse wheel.mp446.62MB
  92. 08. Draw Colorful Bubbles with Your Mouse!/10. Animating bubbles with the timer.mp451.16MB
  93. 08. Draw Colorful Bubbles with Your Mouse!/11. Floating random bubbles.mp442.1MB
  94. 08. Draw Colorful Bubbles with Your Mouse!/12. Bouncing bubbles with collision detection.mp461.94MB
  95. 08. Draw Colorful Bubbles with Your Mouse!/13. Programming challenge exercises.mp475.8MB
  96. 08. Draw Colorful Bubbles with Your Mouse!/14. Solution 1 No bubble left behind!.mp451.96MB
  97. 08. Draw Colorful Bubbles with Your Mouse!/15. Solution 2 Start and stop the timer!.mp436.29MB
  98. 09. GUI BubbleDraw Graphics + GUI/1. Intro to the GUI BubbleDraw app.mp46.08MB
  99. 09. GUI BubbleDraw Graphics + GUI/2. Setting up the app, and adding transparency!.mp429.44MB
  100. 09. GUI BubbleDraw Graphics + GUI/3. Setting up the GUI.mp425.08MB
  101. 09. GUI BubbleDraw Graphics + GUI/4. Wiring the GUI to your code.mp459.98MB
  102. 09. GUI BubbleDraw Graphics + GUI/6. Review and programming challenge exercises.mp447.81MB
  103. 09. GUI BubbleDraw Graphics + GUI/7. Solution 1 Add a pause button.mp434.12MB
  104. 09. GUI BubbleDraw Graphics + GUI/8. Solution 2 A hard bounce.mp446.32MB
  105. 10. The Multi-Touch BubbleDraw Mobile App!/1. Multi-touch BubbleDraw app setup.mp425.27MB
  106. 10. The Multi-Touch BubbleDraw Mobile App!/2. Adding variables and a constructor.mp433.13MB
  107. 10. The Multi-Touch BubbleDraw Mobile App!/3. Building the bubble class.mp426.71MB
  108. 10. The Multi-Touch BubbleDraw Mobile App!/4. Drawing bubbles with onDraw().mp445.95MB
  109. 10. The Multi-Touch BubbleDraw Mobile App!/5. Threaded animation with Runnable.mp437.59MB
  110. 10. The Multi-Touch BubbleDraw Mobile App!/6. Testing animation with 100 bubbles.mp411.11MB
  111. 10. The Multi-Touch BubbleDraw Mobile App!/7. Drawing by touch.mp445.7MB
  112. 10. The Multi-Touch BubbleDraw Mobile App!/8. Drawing with multi-touch!.mp424.87MB
  113. 10. The Multi-Touch BubbleDraw Mobile App!/9. Review and programming challenge exercises.mp465.87MB
  114. 10. The Multi-Touch BubbleDraw Mobile App!/10. Bonus Adding a counter for the number of bubbles.mp469.15MB
  115. 10. The Multi-Touch BubbleDraw Mobile App!/11. Solution Multi+Single-touch bubbles.mp449.1MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统