python
Byane
这个作者很懒,什么都没留下…
展开
-
encode和decode
使用python编程,如果涉及到中文字符串,常常需要考虑字符串的encode和decode问题。 python里面使用u声明的字符串为unicode类型,eg:astring = u"你好,这是个测试用例",使用type(astring)查看,其类型为unicode(直接显示字符对象,字符编码使用\u分隔); 通过bstring = astring.encode("utf-8")可以得原创 2013-06-16 14:59:44 · 10399 阅读 · 2 评论 -
笔记2013.09.17
1.一个用c语言实现的key-value数据库Sophia,大概看了下用法,感觉挺像bdb的。 官方网址:http://sphia.org/index.html 源码:https://github.com/pmwkaa/sophia 2.Android开发入门资料介绍:http://www.bongizmo.com/blog/android-resources-each-dev原创 2013-09-17 12:40:39 · 860 阅读 · 0 评论 -
笔记2013.09.18
1. hadoop / SQL / python脚本? http://www.chrisstucchio.com/blog/2013/hadoop_hatred.html 2.android API 对照表 Code name Version API level(no code name) 1.0 API level 1(no code name) 1.1 API原创 2013-09-18 12:44:51 · 844 阅读 · 0 评论