Summary of Learning progress bar textbook learning content
11th Chapter
1, static sleep () for the process to pause the specified time, the unit is milliseconds
2. A thread is marked as a daemon thread, and the JVM automatically terminates at the end of all non-daemon threads
3, the thread has the priority, the greater the number of priority higher. If the priority is the same, the flow execution
4. After the thread completes the run () method, it will enter dead
5. Once a thread is grouped into a group, it cannot be replaced
13th Chapter
1, the measurement of time
Greenwich Mean Time GMT
World Time UT
International Atomic Time TAI
World Coordination Time UTC
Unix time (does not consider a leap second correction to express a moment on the axis)
2, the key P427
3. Introduction of Annual Calendar
Julian Calendar (four years a leap)
Gregorian calendar
ISO 8601 standard Format
4. Time zone Z offset one hour per 15 longitude
5, obtain the system time: systems. Currenttimemillis () []
6. Java.text.DateFormat Processing String Time format
7. Directly build SimpleDateFormat You can use the pattern string to customize the format
8, calendar instance can get a date information or to operate on the time date
9, the comparison date can be used after () and before ()
10, Java.util.TimeZone Getdefault can get the default time zone information []
Other (sentiment, thinking, etc., optional)
This week is rather busy. More experiments. Chapter 12 does not look very much, the concrete will fill in. Feel that the 13th chapter is relatively simple compared to before
Learning progress Bar
|
Number of lines of code |
Study time |
Number of Blogs |
Learning sentiment |
Other |
| Goal |
|
|
|
|
|
| Week Six |
700/2170 |
15/83 |
2/8 |
|
|
| Seventh Week |
400/2570 |
10/93 |
2/10 |
|
|
20145123 Liu Senming "Java Programming" Seventh Week study summary