Java development cold knowledge

1. Timestamp can only be used until 2038, and Timestamp is not applicable after 2038 ( new time types may be introduced )
2. Recursive calls are likely to cause memory leaks (if there is no parent-child relationship, it is not recommended), you can use while instead Or for loop
3. The internal network cannot access the external network server and cannot communicate with each other

Guess you like

Origin blog.csdn.net/qq_33551131/article/details/116942388