Welcome to iEasynote
Technical articles & developer tools by Chris
Latest Articles
View all articles
学习得到了什么
有人问:“你总是在学习,通过学习,最终得到了什么?” 答:“什么都没有得到。” 他再问:“那您还学习做什么呢?” 微笑:“不过我可以告诉你我失去的东西。我失去愤怒、纠结、狭隘、挑剔和指责、悲观和沮丧;失去了肤浅、短视;失去了无知、干扰和障碍。” 学习的真谛不是做加法,而是做减法;提升的目的不是为了得到,而是放弃迷妄,剔除怒恨怨恼烦和贪嗔痴慢疑! ...
Read moreClosures in Swift
*Closures* are self-contained blocks of functionality that can be passed around and used in your cod...
QuickSort
Like [Merge Sort](http://quiz.geeksforgeeks.org/merge-sort/), QuickSort is a Divide and Conquer algo...
Set in C++ Standard Template Library (STL)
Sets are a type of associative containers in which each element has to be unique, because the value ...
Git Commands Cheat Sheet
##### Introduction Git commands are an essential lesson that every developer needs to master at s...