893 words 1 mins.

# String String is immutable String class uses final keyword, so no class can inherit it it doesn't have any method to modify the string String is treated as a const, it's thread safe Whenever you do strig concatenation, appending one string to the end of the string (uses + operator), it...
1.6k words 1 mins.

# Feelings and Emotions calm down (somebody) / calm (somebody) down = feel less angry or upset "You need to calm down and tell me what happened!" “The students were worried about the exam, and it took me ages to calm them down.” cheer up (somebody) / cheer (somebody) up = make...
999 words 1 mins.

Question: How do you sort by Student name or age ? We can use Comparable, and the Custom class should extend "Comparable" class and override the compareTo method. # Comparable Comparable class has only one method: apublic int compareTo(){ return 0 ; // <- return...
4.3k words 4 mins.

# 爆裂:未來社會的 9 大生存原則 選讀這本 2018 年出版書的原因,純粹是因為太好奇我們未來的世界究竟會變成怎樣的世界,到底需要甚麼樣的 "生存原則"。但事實上,作者們在序言裡就已經告訴讀者,我們已經來到了 "未來",但我們的思想仍停在過去。書裡有一句話:"我們集體思維已經嚴重落後於科技發展的現狀"。本書的目的,是幫助讀者更好的在複雜且充滿不確定性的社會做好準備,學習 "新的角色",讓我們的思維跟上科技發展的速度,與現代世界對接。 #...
1.5k words 1 mins.

# 讀書筆記:如何成為有效學習的高手 書的作者:Cal Newport # 學習的技巧 # 停止假用功,花的時間多不代表有效喔。 對於學生來說,完成的功課 = 所費時間 x 注意力強度。 而假用功的特點就是注意力太低了,得花更多的時間,我們該學會加強注意力從而減少付出更多的時間。 # 提升效率的步驟 001 管理你的時間:5 分鐘清單法 需要工具: 日歷 ,一份單子(每天能帶上的,也可以從筆記本撕下的一張紙之類的) 方法:把要做的事情和其截止時間寫在日歷,並簡單在單子寫上每天的任務,再花 5 分鐘寫今天的安排。 重點:1)寫上時間。比如:"11:00 -...
3k words 3 mins.

# 曾國藩家書(精選白話文紀念版) 如果沒有數錯的話,這本《曾國藩家書》只有 153 通家書,然而這是我第一次讀別人的家書,第一次讀初步了解曾國藩先生的故事。家書裡除了看到大部份給家人們(尤其是給他弟弟們)的訓誡外,更多的是關於他的爲人處世之道。關於他生平等事蹟,希望在讀下一本書《曾國藩的正面與側面》的時候可以有更深入的了解! 書的編譯者把曾國藩先生的家書翻釋成白話文,並且分成十個部份(十個主題),包括學習、修身、家族、教育、職場、領導力、用人、財富、社交、和養生。下面,摘錄我比較印象深刻的文字(白話文)。 #...
2.9k words 3 mins.

在網上搜到一條題目挺有意思的,需要好好理解 Java 裡的 hashcode() 和 Equals() # Question Question: Why the amap size is 3? Instead of 4 even though we called put() method 3 times * Question 2: Fixed the code(Apple class) * to let the map treat the apples with the same color as the same key. * So the amap size will be 1....
2.6k words 2 mins.

[[Lintcode problems]] Algorithm: #binarysearch Level: #medium Time Complexity: #Ologn Tags: #rotated URL:62 · Search in Rotated Sorted Array - LintCode # Description Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2 ). You are...
1.7k words 2 mins.

書的作者:張萌 # 讀書筆記總結 在我看來,人生效率手冊,是一本由許多不同的工具所組成的工具書,幫助你更加高效率的工作和學習。也許有些概念或詞你早已聽過了,比如說 "滿 10000 個小時就可以修煉成大師"、“21 天養成一個習慣 "、" 刻意練習 "、" 蕃茄工作法 "、" 目標管理 SMART 法則 "等等。我們先不管" 是否練習一千小時就能成大師 "或"21...