René's URL Explorer Experiment


Title: 轻松学Java(Head First Java) - Yet another Chinese Head First Java book.

Description: 《Head First Java》 中文版,Yet another Chinese Head First Java book.

direct link

Domain: java.xfoss.com

theme-color#ffffff

Links:

轻松学Java(Head First Java)https://java.xfoss.com/index.html
1. 快速投身于 Java:破冰https://java.xfoss.com/Ch01_Dive_in_A_Quick_Dip_Breaking_the_Surface.html
2. 类与对象:对象村之旅https://java.xfoss.com/Ch02_Class_and_Objects_A_Trip_to_Objectville.html
3. 原生与引用变量:了解你的那些变量https://java.xfoss.com/Ch03_Primitives_and_References_Know_Your_Variables.html
4. 用到实例变量的那些方法:对象行为机制https://java.xfoss.com/Ch04_Methods_Use_Instance_Variables_How_Objects_Behave.html
5. 编写一个程序:方法之附加力量https://java.xfoss.com/Ch05_Writing_a_Program_Extra-Strength_Methods.html
6. 了解 Java API:运用 Java 的库https://java.xfoss.com/Ch06_Get_to_Know_The_Java_API_Using_the_Java_Library.html
7. 继承与多态:在对象村更好的过活https://java.xfoss.com/Ch07_Inheritance_and_Polymorphism_Better_Living_in_Objectville.html
8. 接口及抽象类https://java.xfoss.com/Ch08_Interfaces_and_Abstract_Classes.html
9. 构造器与垃圾回收:对象的生与死https://java.xfoss.com/Ch09_Constructors_and_Garbage_Collection_Life_and_Death_of_an_Object.html
10. 数字与静态元素:数字为要https://java.xfoss.com/Ch10_Numbers_and_Statics_Numbers_Matter.html
11. 异常处理:冒险行为https://java.xfoss.com/Ch11_Exception_Handling_Risky_Behavior.html
12. 得到图形用户界面:一个甚为形象的故事https://java.xfoss.com/Ch12_Getting_GUI_A_Very_Graphic_Story.html
13. 运用 Swing:工作于 Swing 之上https://java.xfoss.com/Ch13_Using_Swing_Work_on_Your_Swing.html
14. 序列化为文件 I/O:保存对象https://java.xfoss.com/Ch14_Serialization_and_File_I_O_Saving_Objects.html
15. 网络通信与线程:构造连接https://java.xfoss.com/Ch15_Networking_and_Threads_Make_a_Connection.html
16. 集合与泛型:数据结构https://java.xfoss.com/Ch16_Collections_and_Generics_Data_Structure.html
17. 打包、JARs 与部署:发布代码https://java.xfoss.com/Ch17_Package_JARs_and_Deployment_Release_Your_Code.html
18. 远端部署与 RMI:分布式计算https://java.xfoss.com/Ch18_Remote_Deployment_with_RMI_Distributed_Computing.html
19. 附录 A:十个几乎会进到本书的题目https://java.xfoss.com/Ch19_Appendix_A.html
20. 附录 B:其他要点https://java.xfoss.com/Ch20_Appendix_B.html
https://github.com/gnu4cn/learningJava
Java 编程学习项目 ☕️https://java.xfoss.com#java-编程学习项目-
java.xfoss.comhttps://java.xfoss.com
mdbook 本地运行https://java.xfoss.com/src/howto_read_locally.html
0. 环境搭建https://java.xfoss.com#0-环境搭建
Java Downloads | jdk.java.nethttps://jdk.java.net/java-se-ri/11
Gradlehttps://gradle.org/
SDKMAN!http://sdkman.io/
Apache Mavenhttp://maven.apache.org/
1. 关于文件/目录结构https://java.xfoss.com#1-关于文件目录结构
2. 使用 exec-maven-pluginhttps://java.xfoss.com#2-使用-exec-maven-plugin
3. build.gradle.kts 文件中的 kotlin dsl 语法https://java.xfoss.com#3-buildgradlekts-文件中的-kotlin-dsl-语法
Kotlin 之美 -- DSL 篇https://juejin.cn/post/6844903569372479501
目录https://java.xfoss.com#目录
基础https://java.xfoss.com#基础
类与对象:对象村之旅https://java.xfoss.com/docs/Ch02_Class_and_Object_A_Trip_to_Objectville.html
原生与引用:熟知你的变量https://java.xfoss.com/docs/Ch03_Primitives_and_References_Know_Your_Variables.html
方法对实例变量的使用:对象的行为方式https://java.xfoss.com/docs/Ch04_Methods_Use_Instance_Variables_How_Objects_Behave.html
实战编程:给方法赋能https://java.xfoss.com/docs/Ch05_Writing_a_Program_Extra-Strength_Methods.html
了解Java API:使用Java的库https://java.xfoss.com/docs/Ch06_Get_to_Know_The_Java_API_Using_the_Java_Library.html
继承和多态机制https://java.xfoss.com#继承和多态机制
继承与多态:追求对象村的更好生活https://java.xfoss.com/docs/Ch07_Inheritance_and_Polymorphism_Better_Living_in_Objectville.html
接口与抽象类https://java.xfoss.com/docs/Ch08_Interfaces_and_Abstract_Classes.html
编译器、堆与栈https://java.xfoss.com#编译器堆与栈
构造器与垃圾回收: 对象的生与死https://java.xfoss.com/docs/Ch09_Constructors_and_Garbage_Collection_Life_and_Death_of_an_Object.html
数字与静态值:数字为要https://java.xfoss.com/docs/Ch10_Numbers_and_Statics_Numbers_Matter.html
例外处理:危险行为https://java.xfoss.com/docs/Ch11_Exception_Handling_Risky_Behavior.html
GUIhttps://java.xfoss.com#gui
获得GUI:一个甚为形象的故事https://java.xfoss.com/docs/Ch12_Getting_GUI_A_Very_Graphic_Story.html
运用 Swing: 在 Swing 上干活https://java.xfoss.com/docs/Ch13_Using_Swing_Work_on_Your_Swing.html
对象序列化与数据结构https://java.xfoss.com#对象序列化与数据结构
对象序列化与文件的输入/输出:对象保存https://java.xfoss.com/docs/Ch14_Serialization_and_File_I_O_Saving_Objects.html
联网与线程:构造连接https://java.xfoss.com/docs/Ch15_Networking_and_Threads_Make_a_Connection.html
集合与泛型:数据结构https://java.xfoss.com/docs/Ch16_Collections_and_Generics_Data_Structure.html
完结https://java.xfoss.com#完结
打包、JARS与部署:发布代码https://java.xfoss.com/docs/Ch17_Package_JARs_And_Deployment_Release_Your_Code.html
使用 RMI 特性进行远端部署:分布式计算https://java.xfoss.com/docs/Ch18_Remote_Deployment_with_RMI_Distributed_Computing.html
附录https://java.xfoss.com#附录
附录 A:十个本书未列入正式章节的方面https://java.xfoss.com/docs/Ch19_Appendix.html
附录 B: 其他要点https://java.xfoss.com/docs/Ch20_Appendix_B.html
https://java.xfoss.com/Ch01_Dive_in_A_Quick_Dip_Breaking_the_Surface.html
https://java.xfoss.com/Ch01_Dive_in_A_Quick_Dip_Breaking_the_Surface.html
微信https://java.xfoss.com#slide-1
支付宝https://java.xfoss.com#slide-2

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.