浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年7月25日

摘要: in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的reference:htt... 阅读全文
posted @ 2010-07-25 23:44 lexus 阅读(254) 评论(0) 推荐(0)

摘要: in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的reference:htt... 阅读全文
posted @ 2010-07-25 23:41 lexus 阅读(194) 评论(0) 推荐(0)

摘要: in template first line type code as follows:%# -*- coding: gb2312 -*-in controller writeresponse.content_type = 'text/html; charset=gb2312'感觉到阅读代码的能力增强了,最近的问题都是通过阅读代码,修改代码,揍活代码,优雅改良,解决问题的 阅读全文
posted @ 2010-07-25 23:39 lexus 阅读(174) 评论(0) 推荐(0)

摘要: 关于百度收录gb2312页面http://www.baidu.com/s?wd=tag%3A%B0%D9%B6%C8&pn=10#!/usr/bin/env python#encoding=gb18030a="百度主题推广"import urllibprint urllib.quote(a)print "============"b="%B0%D9%B6%C8"print urllib.u... 阅读全文
posted @ 2010-07-25 21:31 lexus 阅读(158) 评论(0) 推荐(0)

摘要: 你下载的.egg包就可以运行./easy_install xxx.egg来安装了reference:http://bigtoy4boy.com/blog/tag/python/ 阅读全文
posted @ 2010-07-25 08:38 lexus 阅读(441) 评论(0) 推荐(0)