摘要: python3 http.client 网络请求一:get 请求'''Created on 2014年4月21日@author: dev.keke@gmail.com'''import http.client#简单的GET请求con = http.client.HTTPConnection('www... 阅读全文
posted @ 2014-04-21 22:34 cocoajin 阅读(15027) 评论(0) 推荐(0) 编辑
摘要: python import 错误 TypeError: 'module' object is not callable在这里,有 Person.py test.py; 在 test.py 里面 import Person 总是调用方法出错Person.pyclass Person: def _... 阅读全文
posted @ 2014-04-21 21:40 cocoajin 阅读(2374) 评论(0) 推荐(0) 编辑
摘要: 以下是 mac 下 Eclipse Kepper的设置一:设置中文编码 1:打开Eclipse--Preference-->general--->editor---->Spelling 下面的 编码改为 utf-8; 默认是 US_ASCII2: 同样是 Preference 配置页面-->Gen... 阅读全文
posted @ 2014-04-21 15:45 cocoajin 阅读(1478) 评论(0) 推荐(0) 编辑
摘要: 初识 NoSQL Databases RethinkDBrethinkDB所有数据都是基于 json的Document; 官网:http://rethinkdb.com/ github:https://github.com/rethinkdb/rethinkdb一:mac os 安装 rethi... 阅读全文
posted @ 2014-04-21 14:09 cocoajin 阅读(1545) 评论(0) 推荐(0) 编辑