引言
2023年被某寶算法推薦而購買的一本書,這本書採用了一種新穎而引人入勝的方式來傳達智慧——通過漫畫。
下面為個人根據原書內容配合工具做的翻譯,當然漫畫中的部分英文有點”抽象“沒法理解實際單詞,如果存在錯誤歡迎在評論區指出。
Introduce(介紹)
Go exploring -- Share what you discover -- Do something. Anything -- E
引言
如標題所言,本文介紹JVM的三個時間如何區分,用户時間,系統時間和真實時間的區別是什麼。
Source
GC Logging – user, sys, real – which time to use? Gandhi
In the Garbage Collection log file, 3 types of time are reported for every single GC ev
引言
2023年被某寶算法推薦而購買的一本書,這本書採用了一種新穎而引人入勝的方式來傳達智慧——通過漫畫。
下面為個人根據原書內容配合工具做的翻譯,當然漫畫中的部分英文有點”抽象“沒法理解實際單詞,如果存在錯誤歡迎在評論區指出。
Introduce(介紹)
Go exploring -- Share what you discover -- Do something. Anything -- E
引言
你好,我是阿東,本文繼續分享《How to be interesting》的書籍翻譯和解讀。
第二個步驟,作者鼓勵我們由被動變為主動。
Introduce(介紹)
Go exploring -- Share what you discover -- Do something. Anything -- Embrace your weirdness -- Have a cause -- Min
Source
GC Logging – user, sys, real – which time to use? Gandhi
In the Garbage Collection log file, 3 types of time are reported for every single GC event:
在垃圾回收日誌文件中,每個 GC 事件都會報告 3 種類型的時間:
‘user’
Source
https://dev.mysql.com/doc/refman/8.0/en/datetime.html
Mysql 官方文檔解釋
TheDATE,DATETIME, andTIMESTAMPtypes are related.
DATE"、"DATETIME "和 "TIMESTAMP "類型是相關的。
This section describes their character
Source
Pass arguments into a function - Linux Bash Shell Scripting Tutorial Wiki (cyberciti.biz)
Let us see how to pass parameters to a Bash function.
讓我們看看如何向 Bash 函數傳遞參數。
A shell function is nothi
原文
https://www.baeldung.com/java-gc-logging-to-file
1. Overview
Garbage collection is a marvel of the Java programming language providing us with automatic memory management.
垃圾回收是 Java 編程語言的一個奇蹟,它為我們
引言
中文翻譯是ExecutorService使用指南,整體看下來入門但是能通過本文快速概覽和學習Executors的使用。
ExecutorService是JDK的一個API,它簡化了異步模式下的任務運行。一般來説,ExecutorService會自動提供一個線程池和一個用於向其分配任務的API。
1. Java ExecutorService 指南
A Guide to the Java Ex
NameServ啓動腳本分析
mqnamesrv 啓動命令
這裏直接摘錄了官方文檔:
Start NameServer
### Start Name Server first
$ nohup sh mqnamesrv
### Then verify that the Name Server starts successfully
$ tail -f ~/logs/rocketmqlogs/nam
Try to Avoid -XX:+UseGCLogFileRotation
Source:https://dzone.com/articles/try-to-avoid-xxusegclogfilerotation
Developers take advantage of the JVM argument -XX:+UseGCLogFileRotation to rotate GC log fi