2014年12月23日

后端开发

摘要: 语言: python服务器: apache数据库: mysqlandroid推送服务: socket编程 阅读全文

posted @ 2014-12-23 02:41 LeePotato 阅读(157) 评论(0) 推荐(0)

2014年10月17日

python

摘要: 拼接字符串:>>> x="hello">>> y="world">>> x+y'helloworld' 将python值转换为字符串三种方法:str函数把值转换为字符串,repr函数以表达式形式表示值,反引号. raw_input函数会把所有输入当作原始数据放入字符串中. 阅读全文

posted @ 2014-10-17 11:48 LeePotato 阅读(151) 评论(0) 推荐(0)

导航