All Articles

Discover insights, tutorials, and stories from our community of developers and thinkers

89 Topics
79 Articles
8 Pages
侥幸和贪婪
Quick Notes

侥幸和贪婪

在报纸上看到一个人买彩票中了100万,大部分人会蠢蠢欲动跑去买,觉得“说不定我也有机会中奖”,觉得这么“幸运的事可能会发生在我身上!”但如果你在报纸上看到一起车祸,50个人只有两个人买了保险,各赔了200万,你会觉得这两个人没买错,但你不会立马去买保险,觉得这么“倒霉的是不可能发生在我身上”!这两件...
C
Chris
2 views
Jan 07, 2021
What I Learned from Learning
Quick Notes

What I Learned from Learning

Reflections on the learning process, knowledge retention, and personal growth through education.
C
Chris
861 views
Jan 07, 2021
Closures in Swift
Swift

Closures in Swift

Closures in Swift: powerful self-contained blocks of functionality. Capture values, create flexible APIs, and write cleaner code with Swift's closure ...
C
Chris
554 views
Dec 30, 2020
QuickSort
Algorithm

QuickSort

QuickSort algorithm deep dive: one of the fastest general-purpose sorting algorithms. Understand partitioning, recursion, and O(n log n) average perfo...
C
Chris
340 views
Dec 30, 2020
Set in C++ Standard Template Library (STL)
C++

Set in C++ Standard Template Library (STL)

Set in C++ STL tutorial: understand the sorted container for unique elements. Learn operations, iterators, and when to use set vs other STL containers...
C
Chris
325 views
Dec 30, 2020
Git Commands Cheat Sheet
Git

Git Commands Cheat Sheet

Git Commands Cheat Sheet: version control essentials at your fingertips. Clone, commit, branch, merge, and collaborate effectively with this quick ref...
C
Chris
514 views
Dec 29, 2020
Important MySQL Commands
MySQL

Important MySQL Commands

Important MySQL commands reference: essential queries for database management. Master CRUD operations, joins, indexing, and administration tasks effic...
C
Chris
283 views
Dec 28, 2020
Professional Competence in the Workplace
Miscellaneous reading

Professional Competence in the Workplace

Essential qualities and skills for success in professional environments.
M
Memory
0 views
Dec 27, 2020
低情商的人讲道理,高情商的人谈感受
Miscellaneous reading

低情商的人讲道理,高情商的人谈感受

低情商讲道理,高情商谈感受。道理是冷的,感受是暖的;道理是对错,感受是理解。人际交往中先处理情绪再处理事情,倾听感受比争论对错更重要。...
M
Memory
1 views
Dec 27, 2020
天赋自然重要,勤奋,立志更重要
Reading

天赋自然重要,勤奋,立志更重要

天赋决定上限,勤奋决定下限。没有勤奋,天赋只是浪费;没有志向,努力失去方向。成功的人不一定最有天赋,但一定最勤奋、最有志向。勤能补拙,志在千里。...
C
Chris
90 views
Dec 26, 2020