摘要:
Zero to One是一本不错的书,无论你是在职场还是在创业都应该看看先。书中没有告诉你任何的职业技巧,但是很明确的告诉了你应该有的思考方式,告诉你人与机器的关系,告诉成功企业固有的模式以及你为什么是特殊的。我想所有人在自己的职业生涯里都会遇到瓶颈,有的人克服的很好,有的人因此而止步不前。究其根源... 阅读全文
摘要:
Github上的"the way to Go"翻譯有時候真讓人搞不懂,我經常會暈,比如如果需要申明一个在外部定义的函数,你只需要给出函数名与函数签名,不需要给出函数体:func flushICache(begin, end uintptr) // implemented externally什麼意思... 阅读全文
摘要:
Because I forgot to install the Chinese input in this OS, I have to use English input.The first problem which I ran into is "how to import the local f... 阅读全文