上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 81 下一页
  2011年3月24日
摘要: 原文地址:http://docs.kissyui.com/docs/html/styleguide/google/javascriptguide.xml 阅读全文
posted @ 2011-03-24 12:57 真阿当 阅读(59) 评论(0) 推荐(0) 编辑
  2011年3月18日
摘要: [ 装饰器:]#!/usr/bin/env/ pythonfrom time import ctimedef tsfunc(func):~ def wrappedFunc():~ ~ print '[%s] %s() called' % ( ctime(), func.__name__)~ ~ r... 阅读全文
posted @ 2011-03-18 15:27 真阿当 阅读(104) 评论(0) 推荐(0) 编辑
  2011年3月14日
摘要: 工厂:int(), long(), float()绝对值: abs()abs(3) #=> 3 abs(-3) #=> 3浮点型四舍五入: round()round(3) #=> 3.0round(3.45) #=> 3.0round(-3.49) #=> -3.0round(-3.49,1) #... 阅读全文
posted @ 2011-03-14 22:20 真阿当 阅读(119) 评论(0) 推荐(0) 编辑
  2011年3月13日
摘要: (1)起始行(2)模块文档(3)模块导入(4)(全局)变量定义(5)类定义(6)函数定义(7)主程序===============================#/usr/bin/env python"this is a test module"import sysimport osdebug ... 阅读全文
posted @ 2011-03-13 16:30 真阿当 阅读(98) 评论(0) 推荐(0) 编辑
  2011年3月11日
摘要: 原文地址:http://www.grati.org/?p=181http://blog.csdn.net/zhangxin09/archive/2010/08/25/5836777.aspx 阅读全文
posted @ 2011-03-11 21:54 真阿当 阅读(61) 评论(0) 推荐(0) 编辑
摘要: http://pypi.python.org/pypi/websocket-client/0.4http://eventlet.net/doc/examples.html#websocket-server-examplehttps://github.com/mtah/python-websocke... 阅读全文
posted @ 2011-03-11 20:45 真阿当 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://pypi.python.org/pypi/django-websocket 阅读全文
posted @ 2011-03-11 14:23 真阿当 阅读(122) 评论(0) 推荐(0) 编辑
  2011年3月8日
摘要: 原文地址:http://google-styleguide.googlecode.com/svn/trunk/pyguide.html 阅读全文
posted @ 2011-03-08 12:35 真阿当 阅读(94) 评论(0) 推荐(0) 编辑
  2011年2月24日
摘要: 原文地址:http://www.infoq.com/cn/articles/virtual-panel-tdd 阅读全文
posted @ 2011-02-24 11:04 真阿当 阅读(130) 评论(0) 推荐(0) 编辑
  2011年2月11日
摘要: 原文地址:http://www.infoq.com/cn/news/2011/02/should-po-also-be-sm【感想】: 在看scrum的理论时,我的认识是productor owner 和scrum master是职责截然不同的两个角色,很多时候他们应该是对立的,一个为产品负责,一... 阅读全文
posted @ 2011-02-11 12:24 真阿当 阅读(102) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 81 下一页