潮起,日落 日出,潮又退场 懒春潮夏,凉秋寒冬 这世界,凹凸不平 就像你起伏的胸脯
Mixin in Java
什么是Mixin 维基百科的解释是: In object-oriented programming languages, a mixin is a class that contains methods for use by other classes without having to be the parent class of those other classes. How those other classes gain access to the mixin’s methods depends on the language. Mixins are sometimes described as being “included” rather than “inherited”. 简...
诗二(你的江河)
我愿化作江河,在你的城市 默默流过这一生 用浪头敲打彼岸,拍醒礁石 待你来我身边,赶在最后一日斑驳黄昏 数一遍碎云 洗一次长发 落一回脚 我是你的江河,在...
How to Do great work
最近Paul Graham写了一篇博客,阐述了他对“如何做事(工作)”的一些观点,致于你做的事情是否是Great的, 我想对普通人来说可能并不重...
如何画软件系统架构图
最近看了一篇如何画软件架构图的博客,结合个人的一些经验,整理总结一下。 一图胜千言 当你要描述一个复杂系统中各个组件之间的交互关系,组件之间还存...