“可以慢,不能站。”
——服部金太郎
Top
Life
- Jul 26 2018, quoted from 20th-Century Fashion:
- Le temps passe si vite. 时光飞逝。
- La Belle Epoque. 美丽的年代。
- “Clothes make the man. Naked people have little or no influence on society.” - Mark Twain
Reading
Business
Marketing
Tech
- H5游戏开发:游戏引擎入门推荐
- 大公司里怎样开发和部署前端代码
- 大公司是怎么发布静态资源的
- Flexbox and Truncated Text - 使用flexbox布局中,flex items默认设置min-width:auto;,意味着item不能比其内容更小。元素制定text-overflow: ellipsis; 不能生效,因为“min-width:auto”让元素扩大。要覆盖这种行为,需要设置“min-width: 0”或者“overflow: hidden”。
- 用户数据库是用mongodb好,还是用mysql好?
- 如果不确定用 MySQL 还是 MongoDB, 那就不要用 MongoDB。
- 别用mongodb,巨坑;mysql足够。
- 编写Web框架
- 用户登录、鉴权设计
- RESTFUL API设计
- 现代前端技术知识体系
- 10种常见的软件架构模式