All Articles

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

89 Topics
80 Articles
8 Pages
骂者众,思虑者少,献计者寡,担当着无几
Quick Notes

骂者众,思虑者少,献计者寡,担当着无几

某公司开会,董事长问:谁能说说公司目前存在什么问题? 100多个人上来抢话筒; 又问:谁能说说背后的原因? 一半的人立马消失; 再问:谁能告诉我解决方案? 不到20人举手; “那么有谁想动手试一下?” 结果只剩下了五个人。  ...
C
Chris
66 views
Jan 07, 2021
侥幸和贪婪
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
905 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
605 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
364 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
346 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
565 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
311 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
45 views
Dec 27, 2020
低情商的人讲道理,高情商的人谈感受
Miscellaneous reading

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

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