参考资料:
http://sebug.net/paper/books/dive-into-python3/native-datatypes.html
http://blog.csdn.net/hazir/article/details/101597091、Boolean【布尔型】# coding.....
分类:
编程语言 时间:
2014-07-22 23:10:15
阅读次数:
371
/// /// 取文本左边内容 /// /// 文本 /// 标识符 /// 左边内容 public
static string GetLeft(string str, string s) ...
分类:
其他好文 时间:
2014-04-29 11:26:47
阅读次数:
362
1)python平台https://www.python.org/downloads/2)打包工具cx-freeze(python3以上版本打包工具)http://cx-freeze.sourceforge.net/py2exehttp://sourceforge.net/projects/py2e...
分类:
编程语言 时间:
2014-04-28 08:47:06
阅读次数:
620
#-*-coding:utf-8-*-importurllibimporthttp.cookiejarascookielibimporturllib.requestasurllib2#创建cookiecookie=cookielib.CookieJar()cookieProc=urllib2.HTT...
分类:
编程语言 时间:
2014-04-28 07:50:10
阅读次数:
748
python3以上版本打包exe需要扩展软件:cx_freeze下载地址:http://cx-freeze.sourceforge.net/1)安装后在\Python32\Scripts\cxfreeze.bat和\Python32\Scripts\cxfreeze-quickstart.bat文件...
分类:
其他好文 时间:
2014-04-28 06:45:29
阅读次数:
592
3.1 Installing mod_pythonTo install mod_python,
we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure
Apache so that it can ...
分类:
编程语言 时间:
2014-04-28 04:52:46
阅读次数:
735