【已解决】Flask中的线程或进程间通信
crifan 8年前 (2016-11-10) 7196浏览 0评论
折腾: 【无法解决】Flask中用pickle去保存Websocket对象出错:TypeError a class that defines __slots__ without defining __getstate__ cannot be pick...
在路上on the way - 走别人没走过的路,让别人有路可走
crifan 8年前 (2016-11-10) 7196浏览 0评论
折腾: 【无法解决】Flask中用pickle去保存Websocket对象出错:TypeError a class that defines __slots__ without defining __getstate__ cannot be pick...
crifan 8年前 (2016-11-10) 13929浏览 0评论
折腾: 【已解决】Flask中SQLAlchemy的pagination传入page为2时出错:LookupError “” is not among the defined enum values 期间,看到通过pip去下载...
crifan 8年前 (2016-11-10) 4356浏览 0评论
对于代码: # for debug taskPagination = None if curRole == UserRole.Initiator: taskPaginat...
crifan 8年前 (2016-11-09) 2515浏览 0评论
折腾: 【已解决】Python的Flask中自定义的枚举对象序列化为JSON时出错:TypeError is not JSON serializable 期间,想要去寻找,Python中是否有已经预定义好的,已实现的,类似于IntEnum的Strin...
crifan 8年前 (2016-11-09) 4717浏览 1评论
代码: def jsonToStr(jsonDict, indent=2): return json.dumps(jsonDict, indent=2, ensure_ascii=False) 去把一个对象,其中属性中包含一个自定...
crifan 8年前 (2016-11-09) 3257浏览 0评论
找了下,有几个,在线的免费的,JSON格式化工具,还算不错: 【总结】 总体用下来,感觉是: 1.在线代码格式化 http://tool.oschina.net/codeformat/json 和: JSON格式化高亮工具 – 在线JSO...
crifan 8年前 (2016-11-09) 2743浏览 0评论
flask中代码: curPageTaskList = None # for debug taskPagination = None if curRole == UserRol...
crifan 8年前 (2016-11-09) 2435浏览 0评论
Flask中,出现了递归的import错误 代码: /Users/crifan/dev/dev_root/daryun/Projects/RunningFast/sourcecode/RunningFast-Server/runningfast/re...
crifan 8年前 (2016-11-08) 3597浏览 0评论
iPhone删除手机里照片,批量删除的话, 最多只能: 手动选择后,连续拖动: 而无法,全选,去删除。 搞得我很郁闷 -》我有5000多张,没法一直拖动,累屎了,太慢了。 想要搞清楚如何才能批量删除iPhone中的照片。 想起来了: 之前用了个 a...
crifan 8年前 (2016-11-08) 4814浏览 0评论
2015年 MacBook pro retina SSD MacBook Pro 13" Retina Display Early 2015 Teardown – iFixit 已解决: SSD upgrade to large...