E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Dive
关于动态函数的一点理解 — 《
Dive
Into Python》第十七章学习笔记
关于动态函数的一点理解 - 《DiveIntoPython》第十七章学习笔记平时的笔记都记录在书上,但这次的笔记太长,我准备打印出来用胶水粘到书上。0.写在前面 如果你有机会看到这一章,你会发现他的标题是“动态函数”。也就是说:“本章要讲述面向函数的编程”这一概念。如果你想学习python有没有看过这一章,我强烈推荐你去看。DiveIntoPython先说句题外话,Java中函数只是函数,而不是数
wjason
·
2009-08-06 21:00
JavaScript
编程
python
数字工厂,进行时
转自:http://www.managingautomation.com/maonline/magazine/read/view/Deep_
Dive
_The_Digital_Factory_Is_a_Work_in_Progress
lybra
·
2009-07-07 10:00
manager
prototype
application
each
tools
Visualization
java 与 python (1)
首先贴上
dive
to python 的一段话: 静态类型语言 一种在编译期间就确定数据类型的语言。
kakashi
·
2009-06-06 21:00
java
python
django
VBScript
groovy
<
Dive
into Python>大补贴(2)
赖勇浩(http://laiyonghao.com)第二贴在2.2节函数声明中,DIP讲述了关于函数定义的一些基础知识,后来又在4.2节使用可选参数和命名参数中讲述了关于函数参数的较为深入的话题。函数相关的内容分到两个不同的章节,DIP的内容编排的确是出常人所料,不过今天我们不讨论这个,闲话少说,进入关于函数的更多正题。不定参数在C/C++中,不定参数可以算得上一节提高篇的课程。因为它的va_li
varsoft
·
2009-05-08 00:00
C++
c
.net
python
C#
<
Dive
into Python>大补贴(2)
赖勇浩(http://laiyonghao.com)第二贴在2.2节函数声明中,DIP讲述了关于函数定义的一些基础知识,后来又在4.2节使用可选参数和命名参数中讲述了关于函数参数的较为深入的话题。函数相关的内容分到两个不同的章节,DIP的内容编排的确是出常人所料,不过今天我们不讨论这个,闲话少说,进入关于函数的更多正题。不定参数 在C/C++中,不定参数可以算得上一节提高篇的课程。因为它的
lanphaday
·
2009-05-08 00:00
Decorator
list
python
database
Dictionary
newline
<
Dive
into Python>大补贴(2)
赖勇浩(http://laiyonghao.com)第二贴在2.2节函数声明中,DIP讲述了关于函数定义的一些基础知识,后来又在4.2节使用可选参数和命名参数中讲述了关于函数参数的较为深入的话题。函数相关的内容分到两个不同的章节,DIP的内容编排的确是出常人所料,不过今天我们不讨论这个,闲话少说,进入关于函数的更多正题。不定参数在C/C++中,不定参数可以算得上一节提高篇的课程。因为它的va_li
tibaloga
·
2009-05-08 00:00
python
<
Dive
into Python>大补贴(2)
赖勇浩(http://laiyonghao.com)第二贴在2.2节函数声明中,DIP讲述了关于函数定义的一些基础知识,后来又在4.2节使用可选参数和命名参数中讲述了关于函数参数的较为深入的话题。函数相关的内容分到两个不同的章节,DIP的内容编排的确是出常人所料,不过今天我们不讨论这个,闲话少说,进入关于函数的更多正题。不定参数在C/C++中,不定参数可以算得上一节提高篇的课程。因为它的va_li
javayestome
·
2009-05-08 00:00
C++
c
.net
python
C#
<
Dive
into Python>大补贴(2)
赖勇浩(http://laiyonghao.com)第二贴在2.2节函数声明中,DIP讲述了关于函数定义的一些基础知识,后来又在4.2节使用可选参数和命名参数中讲述了关于函数参数的较为深入的话题。函数相关的内容分到两个不同的章节,DIP的内容编排的确是出常人所料,不过今天我们不讨论这个,闲话少说,进入关于函数的更多正题。不定参数在C/C++中,不定参数可以算得上一节提高篇的课程。因为它的va_li
isiqi
·
2009-05-08 00:00
C++
c
.net
python
C#
python 自省(摘自
dive
into python)
def info(object, spacing=10,collapse=1): """ print methos and doc strings. takes module,class,list,dictionary,or string. """ &n
shrek
·
2009-04-21 21:00
python
python 自省(摘自
dive
into python)
阅读更多definfo(object,spacing=10,collapse=1):"""printmethosanddocstrings.takesmodule,class,list,dictionary,orstring."""methodList=[methodformethodindir(object)ifcallable(getattr(object,method))]processFu
shrek
·
2009-04-21 21:00
Python
python中类的属性(class attribute&data attribute)的解释
python中类的属性(class attribute&data attribute)的解释 2008-01-09 15:56 着实被"
dive
into python"
cai555
·
2009-04-09 17:00
spring
html
编程
python
Blog
python中类的属性(class attribute&data attribute)的解释
python中类的属性(class attribute&data attribute)的解释 2008-01-09 15:56 着实被"
dive
into python"
cai555
·
2009-04-09 17:00
spring
html
编程
python
Blog
python中类的属性(class attribute&data attribute)的解释
python中类的属性(class attribute&data attribute)的解释 2008-01-09 15:56 着实被"
dive
into python"
cai555
·
2009-04-09 17:00
spring
html
编程
python
Blog
python 解析url
摘录了
dive
into python的例子 有两种方法,HTMLParser和SGMLParser 第一种: #-*-coding:utf-8-*- import HTMLParser
canofy
·
2009-03-20 18:00
JavaScript
html
python
Blog
UP
python 解析url
摘录了
dive
into python的例子 有两种方法,HTMLParser和SGMLParser 第一种: #-*-coding:utf-8-*- import HTMLParser
canofy
·
2009-03-20 18:00
JavaScript
html
python
Blog
UP
For Some, It's Time To
Dive
Into Housing Market
多年来,伊丽莎白·吉尔德(Elizabeth Child)的朋友甚至在价格不菲的凤凰城地区也买了大房子,而她仍在租房子。但今年1月份,这位航空公司的客户服务代表和男朋友也拥有了自己的首座房子。这座房子有三室两卫,还有花岗岩台面和一个游泳池。2007年底时它的报价还是34万美元,而他们两人只花220,500美元就买了下来。27岁的吉尔德说,6个月前我还没想过拥有自己的房子。现在我有了,
shake863
·
2009-02-20 14:00
UP
javascript点滴
}, 1000); 引用 http://wiki.mozcn.org/index.php/Firefox:
Dive
_I
xw302
·
2008-12-09 11:00
JavaScript
PHP
脚本
firefox
javascript点滴
}, 1000); 引用 http://wiki.mozcn.org/index.php/Firefox:
Dive
_I
xw302
·
2008-12-09 11:00
JavaScript
PHP
脚本
firefox
<
Dive
into Python>大补贴(1)
<DiveintoPython>大补贴作者:赖勇浩前言前几日发了一篇<为什么<DiveintoPython>不值得推荐>的贴子,有朋友指出这本书虽然不适合初学者,但里面的一些内容还是可以当作提高篇的,最大的问题也许在于它基于老版本的Python,并提出给DIP打补丁的想法。我觉得打补丁的想法还是很有意义的,而我也正好想宣传一下Python的新特性,所以决定写这DIP大补贴这样的系列文章,狗尾续貂,
lanphaday
·
2008-08-31 23:00
数据结构
python
File
database
import
Dictionary
<
Dive
into Python>大补贴(1)
<
Dive
into Python>大补贴 作者:赖勇浩 前言 前几日发了一篇<为什么<
Dive
into Python>不值得推荐>的贴子,有朋友指出这本书虽然不适合初学者,但里面的一些内容还是可以当作提高篇的
isiqi
·
2008-08-31 23:00
数据结构
编程
python
Microsoft
Office
<
Dive
into Python>大补贴(1)
<
Dive
into Python>大补贴 作者:赖勇浩 前言 前几日发了一篇<为什么<
Dive
into Python>不值得推荐>的贴子,有朋友指出这本书虽然不适合初学者,但里面的一些内容还是可以当作提高篇的
tibaloga
·
2008-08-31 23:00
python
<
Dive
into Python>大补贴(1)
<
Dive
into Python>大补贴 作者:赖勇浩 前言 前几日发了一篇<为什么<
Dive
into Python>不值得推荐>的贴子,有朋友指出这本书虽然不适合初学者,但里面的一些内容还是可以当作提高篇的
javayestome
·
2008-08-31 23:00
数据结构
编程
python
Microsoft
Office
<
Dive
into Python>大补贴(1)
<
Dive
into Python>大补贴 作者:赖勇浩 前言 前几日发了一篇<为什么<
Dive
into Python>不值得推荐>的贴子,有朋友指出这本书虽然不适合初学者,但里面的一些内容还是可以当作提高篇的
varsoft
·
2008-08-31 23:00
数据结构
编程
python
Microsoft
Office
为什么《
Dive
into Python》不值得推荐
2010年5月5日更新:我翻译了一篇《非死不可》作为对本文观点的进一步支持和对评论的回复,请见:http://blog.csdn.net/lanphaday/archive/2010/05/05/5558617.aspx 为什么《DiveintoPython》不值得推荐作者:赖勇浩(http://blog.csdn.net/lanphaday)不论是在国内人气最旺的Python社区python-
tibaloga
·
2008-08-28 11:00
python
为什么《
Dive
into Python》不值得推荐
2010年5月5日更新:我翻译了一篇《非死不可》作为对本文观点的进一步支持和对评论的回复,请见:http://blog.csdn.net/lanphaday/archive/2010/05/05/5558617.aspx 为什么《DiveintoPython》不值得推荐作者:赖勇浩(http://blog.csdn.net/lanphaday)不论是在国内人气最旺的Python社区python-
isiqi
·
2008-08-28 11:00
编程
Web
python
正则表达式
读书
为什么《
Dive
into Python》不值得推荐
2010年5月5日更新:我翻译了一篇《非死不可》作为对本文观点的进一步支持和对评论的回复,请见:http://blog.csdn.net/lanphaday/archive/2010/05/05/5558617.aspx 为什么《DiveintoPython》不值得推荐作者:赖勇浩(http://blog.csdn.net/lanphaday)不论是在国内人气最旺的Python社区python-
varsoft
·
2008-08-28 11:00
编程
Web
正则表达式
python
读书
为什么《
Dive
into Python》不值得推荐
2010年5月5日更新:我翻译了一篇《非死不可》作为对本文观点的进一步支持和对评论的回复,请见:http://blog.csdn.net/lanphaday/archive/2010/05/05/5558617.aspx 为什么《DiveintoPython》不值得推荐作者:赖勇浩(http://blog.csdn.net/lanphaday)不论是在国内人气最旺的Python社区pytho
lanphaday
·
2008-08-28 11:00
python
Decorator
正则表达式
单元测试
Google
性能优化
为什么《
Dive
into Python》不值得推荐
2010年5月5日更新:我翻译了一篇《非死不可》作为对本文观点的进一步支持和对评论的回复,请见:http://blog.csdn.net/lanphaday/archive/2010/05/05/5558617.aspx 为什么《DiveintoPython》不值得推荐作者:赖勇浩(http://blog.csdn.net/lanphaday)不论是在国内人气最旺的Python社区python-
javayestome
·
2008-08-28 11:00
编程
Web
python
正则表达式
读书
Windows 上的 Python
看了《
dive
into python》,才知道还有ActivePython 在 Windows 上,安装 Python 有两种选择。
CanBeatle
·
2008-06-19 15:00
编程
windows
python
ide
关于python的资源
Django book的中文翻译 http://djangobook.py3k.cn/
Dive
Into Python 中文版 http://www.woodpecker.org.cn/diveintopython
wutao8818
·
2008-04-27 21:00
python
django
Google
PostgreSQL
FreeBSD
关于python的资源
Django book的中文翻译 http://djangobook.py3k.cn/
Dive
Into Python 中文版 http://www.woodpecker.org.cn/diveintopython
wutao8818
·
2008-04-27 21:00
python
django
Google
PostgreSQL
FreeBSD
告诉自已要记得参加"JBoss Enterprise SOA Platform Deep
Dive
"
CONFIRMATION You're confirmed to attend the following JBoss webcast: SOA Deep
Dive
Date: Thursday
fat1
·
2008-04-15 11:00
PHP
jboss
redhat
jbpm
SOA
笔记--chap 6 异常和文件处理(
dive
into python)
1. range([开始],结束,[间隔步数]) 默认:range(1,结束,1) >>> range(1,20,2) [1, 3, 5, 7, 9, 11, 13, 15, 17, 19] 2.上面的效率比下面的略高,因为print不用执行多次。(for的使用风格) >>> print '\n'.join(['%s=%s'
newand
·
2008-03-11 09:00
C++
c
python
OS
C#
学习python(
dive
into python chapter 5 )
1. java的类的继承用extends,而python只需在类的后面加上"(父类)",而且可以继承多个父类。 2. 当自己创建类方法的时候,第一个参数必须是self,包括init; 当调用父类的方法的时候,必须用self参数,而从自己类的外部,调用类的方法的时候则不必加上self. 3. init方法是可选的,但是一旦定义了,就必须要显式
newand
·
2008-03-07 17:00
python
Dive
into python--3.12. 一次赋多个值
Python for experienced programmers3.12.一次赋多个值在Python中最酷的程序简写之一就是使用序列一次赋多个值。例3.24.一次赋多个值>>>v=('a','b','e')>>>(x,y,z)=v>>>x'a'>>>y'b'>>>z'e'v是一个三元素的序列,(x,y,z)是一个有三个变量的序列。将一个序列赋给另一个,会将v的每个值依次赋给每个变量。它有着许多
sharkw
·
2007-12-17 21:00
关于Python的Type,Module,Class
看下面一段程序及说明(来自
Dive
into python): 例 4.5.
我想我是海
·
2007-07-13 01:00
python
让人眼花缭乱的 RSS 版本0.90、0.91、0.92、0.93、0.94、1.0 和 2.0
/cyber.law.harvard.edu/rss/rss.html 一个介绍什么是RSS的文章《What Is RSS》 http://www.xml.com/pub/a/2002/12/18/
dive
-into-xml.html
ihuashao
·
2007-06-21 18:00
html
Web
PHP
xml
工作
让人眼花缭乱的 RSS 版本0.90、0.91、0.92、0.93、0.94、1.0 和 2.0
cyber.law.harvard.edu/rss/rss.html 一个介绍什么是RSS的文章《What Is RSS》 http://www.xml.com/pub/a/2002/12/18/
dive
-into-xml.html
YuLimin
·
2007-06-21 18:00
html
PHP
Web
Hibernate
xml
让人眼花缭乱的 RSS 版本0.90、0.91、0.92、0.93、0.94、1.0 和 2.0
cyber.law.harvard.edu/rss/rss.html 一个介绍什么是RSS的文章《What Is RSS》 http://www.xml.com/pub/a/2002/12/18/
dive
-into-xml.html
YuLimin
·
2007-06-21 18:00
html
Hibernate
xml
PHP
Web
让人眼花缭乱的 RSS 版本0.90、0.91、0.92、0.93、0.94、1.0 和 2.0
cyber.law.harvard.edu/rss/rss.html 一个介绍什么是RSS的文章《What Is RSS》 http://www.xml.com/pub/a/2002/12/18/
dive
-into-xml.html
YuLimin
·
2007-06-21 18:00
html
xml
PHP
Web
Hibernate
Java的堂弟——Python初体验
虽然
Dive
Into Python中,声明了Everything is Ob
andyyehoo
·
2007-04-10 15:00
java
编程
python
OO
FP
MergeSort
MergeSort is a sample solution from the idea
Dive
- and - Conquer.
willpower
·
2007-03-23 17:00
J#
idea
Python学习
Python学习(一) 主要是学习《
Dive
into Python》 一、下载安装 最新版本:<st1:chsdate month="12" islunardate
jeafyezheng
·
2007-03-01 13:00
windows
python
OS
单元测试
D语言
内存池(MemPool)技术详解
本文已经迁移到:http://cpp.winxgui.com/cn:
dive
-into-memory-pool概述内存池(MemPool)技术备受推崇。
xushiweizh
·
2006-11-22 00:00
struct
vector
object
Google
null
byte
<
Dive
Into Python>节选.
<DiveIntoPython>节选.例 7.14. 处理开始字符 ...>>>phonePattern=re.compile(r'^\D*(\d{3})\D*(\d{3})\D*(\d{4})\D*(\d*)$')1 >>>phonePattern.search('(800)5551212ext.1234').groups()2 ('800','555','1212','1234')>>>
Life & Code
·
2006-10-25 10:00
Dive
Into Python学习日志
def main (argv): try: opts,args = getopt.getopt (argv, "hg:d", ["help","grammar="]) except getopt.GetoptError: usage() sys.exit(2) for opt, arg in opts: if opt in ('-h','--help')
laxsong
·
2006-10-09 22:00
工作
python
list
File
import
python 学习纪录2
今天学习了 <
dive
into python 5.4> 的 chm 电子书,摘要如下。
·
2006-05-04 15:00
python
Dive
into Python 5.4 的官方中文版
今天在python-chinese邮件列表中看到一则好消息,下面的来自maillist Liang Osmond : 已经和原作者联系好了,
Dive
into Python 的官方中文版地址为
xxj
·
2006-04-25 10:00
python
ubuntu
Gmail
Dive
into Python 5.4 的官方中文版
阅读更多今天在python-chinese邮件列表中看到一则好消息,下面的来自maillistLiangOsmond:已经和原作者联系好了,DiveintoPython的官方中文版地址为http://www.woodpecker.org.cn/diveintopython/现在如果您访问http://diveintopython.org/的Chinese已经是新的地址了。或者http://cn.d
xxj
·
2006-04-25 10:00
Python
Ubuntu
Gmail
Dive
into Python 5.4 的官方中文版
DiveintoPython5.4的官方中文版今天在python-chinese邮件列表中看到一则好消息,下面的来自maillistLiangOsmond:已经和原作者联系好了,DiveintoPython的官方中文版地址为http://www.woodpecker.org.cn/diveintopython/现在如果您访问http://diveintopython.org/的Chinese已经是
躺在沙滩上的小猪
·
2006-04-25 10:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他