上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 61 下一页
  2014年7月16日
摘要: 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 阅读(1198) 评论(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 阅读(591) 评论(0) 推荐(0) 编辑
  2014年7月15日
摘要: gem update --system --source http://production.s3.rubygems.org安装截图 阅读全文
posted @ 2014-07-15 22:27 heidsoft 阅读(167) 评论(0) 推荐(0) 编辑
摘要: ###################### 访问权限#####################class HeidSoft##默认方法 def method1 ##### endprotected def method2 ##### endpri... 阅读全文
posted @ 2014-07-15 19:44 heidsoft 阅读(193) 评论(0) 推荐(0) 编辑
摘要: #######################类变量######################class Cloud @@count=0 def initialize(user,password,ip) @user = user @password ... 阅读全文
posted @ 2014-07-15 19:32 heidsoft 阅读(255) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8############################求1到10,20到30,30到40之和###########################sum=0for i in range(1,10): sum+=iprint("Sum from 1 to 10 is ... 阅读全文
posted @ 2014-07-15 09:50 heidsoft 阅读(2466) 评论(0) 推荐(0) 编辑
  2014年7月14日
摘要: ##############################################create ruby a class#@符号表示实例变量,相当于java的private 属性#############################################class Perso... 阅读全文
posted @ 2014-07-14 23:06 heidsoft 阅读(213) 评论(0) 推荐(0) 编辑
摘要: def say_goodnight(name) result ="Good night ." +name return resultenddef say_goodmorning(name) result ="Good morning .#{name}" return resultendde... 阅读全文
posted @ 2014-07-14 18:04 heidsoft 阅读(257) 评论(0) 推荐(0) 编辑
摘要: from:http://addyosmani.com/blog/custom-sublime-text-build-systems-for-popular-tools-and-languages/from:http://blog.csdn.net/hexudong08/article/details... 阅读全文
posted @ 2014-07-14 00:38 heidsoft 阅读(281) 评论(0) 推荐(0) 编辑
  2014年7月13日
摘要: def say_goodnight(name) result ="Good night ." +name return resultenddef say_goodmorning(name) result ="Good morning .#{name}" return resultendde... 阅读全文
posted @ 2014-07-13 23:38 heidsoft 阅读(327) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 61 下一页