Java help documentation and basic tutorials for beginners, java help documentation
One afternoon, I took a rough look at the Java documentation, got familiar with the general framework and structure of Java, and sorted out useful resources.
Help document:
JSE 8 API English version online HTML Format: http://docs.oracle.com/javase/8/docs/api/index.html
JSE 8 API in English zip Format: http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html
JSE 6 API Chinese version online HTML Format: http://dlc.sun.com.edgesuite.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/latest/html/zh_CN/api/
JDK6 API Chinese zip Format: http://dlc.sun.com.edgesuite.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/latest/html_zh_CN.zip
For more help documentation, refer to the blog http://blog.csdn.net/ly5156/article/details/7044264.
JSE 8 Technical Documents: http://docs.oracle.com/javase/8/
Official basic Tutorial: Getting Started
Learning the Java Language
Essential Java Classes
Although the basic documentation is basic, I have a clear understanding of the Java syntax and the collection framework. (The previous concepts are vague and I have combed them through the basic documents)
Basic Tutorial: http://www.weixueyuan.net/java/rumen/
It only contains the most basic syntax knowledge.
The current editor is JCreator, which is relatively simple and suitable for beginners, but cannot meet your needs (it is inconvenient to query Some APIs when performing Coursera Princeton algorithm class assignments)
I want to switch to Eclipse, but Eclipse is more complicated and requires a little time.
Another experience:
If the document has a Chinese version, you can see the Chinese version. If you can't understand it, you can see the English version. Everything serves the purpose. Do not waste time for installation. (reading English is really tiring and inefficient)
Efficiency improvement:
When searching for materials/compiling programs, you must first tell yourself the target/requirement and then start.
The new problems that arise during the process are determined based on the importance of the current solution. If the current solution is not required, record it.
Wait until the task is completed, and then slowly handle the new problem: currently resolved or included in the to-do list. (This is the idea of GTD)
Beginner in java programming Basics
Baidu, iflytek community, there are many games in resources, in JAVA Development-JAVA instances, but there are no snakes, such as mine clearance, drawing, tank wars, etc, all are source code + instructions, you can refer
I am a beginner in java. I still cannot understand some elementary videos and tutorials.
I also learned the same thing as you at the beginning of java ·
I teach you how to use teacher. One word: 1. Knock! 2. Check it out!
I think about the basics, and I naturally understand it. In comparison, I summarize my shortcomings ·