Skip to content

Commit 0787fba

Browse files
committed
Update Java基础知识.md
1 parent 3fc7ced commit 0787fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/Java基础知识.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
7. 支持网络编程并且很方便( Java 语言诞生本身就是为简化网络编程设计的,因此 Java 语言不仅支持网络编程而且很方便);
8181
8. 编译与解释并存;
8282

83-
> 修正(参见: [issue#544](https://github.com/Snailclimb/JavaGuide/issues/544)):C++11开始(2011年的时候),C++就引入了多线程库,在windows、linux、macos都可以使用`std::thread``std::async`来创建线程。
83+
> 修正(参见: [issue#544](https://github.com/Snailclimb/JavaGuide/issues/544)):C++11开始(2011年的时候),C++就引入了多线程库,在windows、linux、macos都可以使用`std::thread``std::async`来创建线程。参考链接:http://www.cplusplus.com/reference/thread/thread/?kw=thread
8484
8585
## 3. 关于 JVM JDK 和 JRE 最详细通俗的解答
8686

0 commit comments

Comments
 (0)