Skip to content

Commit

Permalink
Mysql答案
Browse files Browse the repository at this point in the history
  • Loading branch information
whx123 committed May 24, 2020
1 parent 8b2a664 commit e8cdebb
Show file tree
Hide file tree
Showing 4 changed files with 1,007 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
守护线程是运行在后台的一种特殊进程。它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。在 Java 中垃圾回收线程就是特殊的守护线程。
守护线程是运行在后台的一种特殊进程。它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。在 Java 中垃圾回收线程就是特殊的守护线程。

Loading

0 comments on commit e8cdebb

Please sign in to comment.