Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd11423

Browse files
committed
fix(howto/sockets.po): 修改 rst 語法
gh-466
1 parentbda9e39 commitfd11423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎howto/sockets.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ msgstr ""
539539
"的情況下會發生什麼?你的 socket 很可能會處於阻塞狀態。TCP 是一種可靠的協議,"
540540
"它在放棄連線之前會等待很長很長的時間。如果你正在使用執行緒,整個執行緒基本上"
541541
"已經無法使用。在這方面,你無法做太多事情。只要你不做一些愚蠢的事情,比如在"
542-
"執行阻塞式讀取時持有一個鎖,那麼執行緒並不會消耗太多資源。**不要**\ 試圖終止"
542+
"執行阻塞式讀取時持有一個鎖,那麼執行緒並不會消耗太多資源。*不要*\\ 試圖終止"
543543
"執行緒 - 執行緒比程序更有效的部分原因是它們避免了與自動回收資源相關的開銷。換"
544544
"句話說,如果你確實設法終止了執行緒,整個程序可能會出現問題。"
545545

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp