Why shouldn't use component wrap a Route
2016-08-31 11-22-52
by Kamushin
研究下react-route的源码找到如何正确分离route配置的方法
read moredocker-compose: scale and link
2016-08-22 22-54-17
by Kamushin
Learned how to use docker compose to create a scalable web app with nginx.
read more推荐一个更好的Python 环境和包管理工具 canda
2016-08-01 09-47-40
by Kamushin
conda -- 一个更好的Python 环境和包管理工具
read morePython subprocess包中的父子进程沟通
2016-06-02 01-19-24
by Kamushin
Python subprocess包中父子进程如何沟通, 使用不当又会有什么后果。
read moreMySQL auto_increment 的坑
2016-06-02 00-40-14
by Kamushin
这破玩意去年8月就出过故障,今年又出了,贴下去年8月我总结的东西吧,没有干货,完全是mysql文档对应的一些总结
read morePython 调试方法
2016-05-21 15-45-00
by Kamushin
在解决一个线上程序 hang 住的过程中, 研究了几种 Python 调试方法, 总结下各自的优缺点.
read moreLoggers in Python
2016-05-21 15-14-04
by Kamushin
- Loggers will be stored in manager in Python. Handlers will cause resource leak if not removed.