 | | socrates 提分 V2EX member #49781, joined on 2013-11-15 13:22:49 +08:00 |
socrates's recent replies
定时任务写进 mysql 确实感觉很鸡肋啊,实时的异步写入觉得更有意义一些
可以用 btsync ,或者开源的方案 syncthing
现在库很多,所以很多需要用到算法的地方直接用lib就行了,不过明白算法的时候,会知道lib里面的实现是不是适用
svn的逻辑确实更简单,git需要深入的培训才行
git因为分支差异,经常进入一些很特殊的场景,这个对git的掌握如果不够,很容易陷入不知所措的场景
如文档写到中
object_hook is an optional function that will be called with the result of any object literal decoded (a dict). The return value of object_hook will be used instead of the dict. This feature can be used to implement custom decoders (e.g. JSON-RPC class hinting).
所以,list对象根本不会触发object_hook