2014年7月16日
摘要: package mainimport "fmt"func main() { fmt.Printf("Hello, world.\n")} 阅读全文
posted @ 2014-07-16 00:34 heidsoft 阅读(157) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8from sys import argvscript,first,second,third = argvprint "the script is=",scriptprint "the first is=",firstprint "the second is=",second... 阅读全文
posted @ 2014-07-16 00:31 heidsoft 阅读(375) 评论(0) 推荐(0) 编辑
摘要: from:http://blog.makto.me/post/2012-11-01/pypi-mirrorfrom:http://www.pypi-mirrors.org/ from:http://pypi.hustunique.com/from:http://pypi.douban.com/作为 ... 阅读全文
posted @ 2014-07-16 00:12 heidsoft 阅读(1199) 评论(0) 推荐(1) 编辑
摘要: #!/usr/bin/env python"""Bootstrap setuptools installationTo use setuptools in your package's setup.py, include thisfile in the same directory and add ... 阅读全文
posted @ 2014-07-16 00:10 heidsoft 阅读(593) 评论(0) 推荐(0) 编辑