会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
真阿当
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
81
下一页
2011年3月24日
google的javascript编码规范
摘要: 原文地址:http://docs.kissyui.com/docs/html/styleguide/google/javascriptguide.xml
阅读全文
posted @ 2011-03-24 12:57 真阿当
阅读(59)
评论(0)
推荐(0)
编辑
2011年3月18日
python 函数相关
摘要: [ 装饰器:]#!/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日
python 数字相关
摘要: 工厂: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 真阿当
阅读(120)
评论(0)
推荐(0)
编辑
2011年3月13日
python推荐的模块结构
摘要: (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 真阿当
阅读(99)
评论(0)
推荐(0)
编辑
2011年3月11日
[转] 学习服务器端的JavaScript_Node.js
摘要: 原文地址: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)
编辑
python 处理websocket
摘要: 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)
编辑
django处理websocket
摘要: 原文地址:http://pypi.python.org/pypi/django-websocket
阅读全文
posted @ 2011-03-11 14:23 真阿当
阅读(122)
评论(0)
推荐(0)
编辑
2011年3月8日
google的python编码规范
摘要: 原文地址:http://google-styleguide.googlecode.com/svn/trunk/pyguide.html
阅读全文
posted @ 2011-03-08 12:35 真阿当
阅读(97)
评论(0)
推荐(0)
编辑
2011年2月24日
[转] 虚拟座谈会:TDD有多美?
摘要: 原文地址:http://www.infoq.com/cn/articles/virtual-panel-tdd
阅读全文
posted @ 2011-02-24 11:04 真阿当
阅读(132)
评论(0)
推荐(0)
编辑
2011年2月11日
产品所有者也应该是Scrum教练吗?
摘要: 原文地址:http://www.infoq.com/cn/news/2011/02/should-po-also-be-sm【感想】: 在看scrum的理论时,我的认识是productor owner 和scrum master是职责截然不同的两个角色,很多时候他们应该是对立的,一个为产品负责,一...
阅读全文
posted @ 2011-02-11 12:24 真阿当
阅读(105)
评论(0)
推荐(0)
编辑
上一页
1
···
18
19
20
21
22
23
24
25
26
···
81
下一页