浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 279 280 281 282 283 284 285 286 287 ··· 630 下一页

2012年11月27日

摘要: 多态_python的小窝_百度空间 多态 什么是多态(Polymorphism)?按字面的意思就是“多种形状”。引用Charlie Calverts对多态的描述——多态性是允许你将父对象设置成为和一个或更多的他的子对象相等的技术,赋值之后,父对象就可以根据当前赋值给它的子对象的特性以不同的方式运作(摘自“Delphi4 编程技术内幕”)。简单的说,就是一句话:允许将子类类型的指针赋值给父类类型的指... 阅读全文
posted @ 2012-11-27 09:49 lexus 阅读(201) 评论(0) 推荐(0)

2012年11月26日

摘要: Python Module of the Week - Python Module of the WeekPyMOTW »Python Module of the WeekThe Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples. ... 阅读全文
posted @ 2012-11-26 14:46 lexus 阅读(882) 评论(0) 推荐(0)

摘要: Standard Exception Classes in Python 1.5Standard Exception Classes in Python 1.5(updated for Python 1.5.2 -baw)User-defined Python exceptions can be either strings or Python classes. Since classes ha... 阅读全文
posted @ 2012-11-26 14:00 lexus 阅读(269) 评论(0) 推荐(0)

摘要: Standard Exception Classes in Python 1.5Fatal BreakageMore serious is breaking error handling code. This usually happens because the error handling code expects the exception or the value associated ... 阅读全文
posted @ 2012-11-26 14:00 lexus 阅读(209) 评论(0) 推荐(0)

摘要: Area under a curve [Home] How to calculate areas under a function graph.This topic is part of the TCS FREE high school mathematics 'How-to Library', and will help you to calculate area... 阅读全文
posted @ 2012-11-26 13:15 lexus 阅读(397) 评论(0) 推荐(0)

摘要: Python 处理 ini 格式文件 | ConfigParser的使用 [Python俱乐部]Python 处理 ini 格式文件 | ConfigParser的使用ini文件格式概述ini 文件是文本文件,ini文件的数据格式一般为:[Section1 Name] KeyName1=value1 KeyName2=value2 ... [Section2 Name] KeyName1... 阅读全文
posted @ 2012-11-26 11:43 lexus 阅读(319) 评论(0) 推荐(0)

摘要: 125 def load_conf_from_file(self,ini_file):126 """127 从配置文件加载参数128 """129 key_fist_part=""130 for line in codecs.open(ini_file,"r","utf-8"):131 #忽略#注释行132 if line.strip()=="" or line.strip()[0]=="#":1... 阅读全文
posted @ 2012-11-26 11:40 lexus 阅读(242) 评论(0) 推荐(0)

摘要: ini文件_百度百科ini文件目录 简介 INI文件名 格式 节 参数(键=值) 注解 ini文件实例 展开简介 .ini 文件是Initialization File的缩写,即初始化文件。是windows的系统配置文件所采用的存储格式,统管windows的各项配置,一般用户就用windows提供的各项图形化管理界面就可实现相同的配置了,但在某些情况,还是要直接编辑.ini才方便,一般只有很熟悉w... 阅读全文
posted @ 2012-11-26 10:41 lexus 阅读(224) 评论(0) 推荐(0)

2012年11月25日

摘要: 。。。 阅读全文
posted @ 2012-11-25 23:17 lexus 阅读(223) 评论(0) 推荐(0)

摘要: PyTables - Getting the most *out* of your dataWhat is PyTables?PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data... 阅读全文
posted @ 2012-11-25 19:06 lexus 阅读(635) 评论(0) 推荐(0)

摘要: HI,我正在使用360安全浏览器安卓版(http://mse.360.cn),看到一篇不错内容分享给你:【Solidot | 巴西秘鲁反对亚马逊申请.Amazon顶级域名】,http://internet.solidot.org/article.pl?sid=12/11/22/0948208&from=rss 阅读全文
posted @ 2012-11-25 18:39 lexus 阅读(426) 评论(0) 推荐(0)

摘要: 使用metawebblog API小柯帮了大忙3 阅读全文
posted @ 2012-11-25 18:27 lexus 阅读(156) 评论(0) 推荐(0)

摘要: GnuTLS 3.1.5 发布,TLS加密协议库 http://www.oschina.net/news/35094/gnutls-3-1-5 阅读全文
posted @ 2012-11-25 18:23 lexus 阅读(278) 评论(0) 推荐(0)

摘要: GnuTLS 3.1.5 发布,TLS加密协议库 http://www.oschina.net/news/35094/gnutls-3-1-5 阅读全文
posted @ 2012-11-25 18:22 lexus 阅读(268) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 18:15 lexus 阅读(148) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 18:12 lexus 阅读(119) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 13:12 lexus 阅读(149) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 13:11 lexus 阅读(120) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 13:10 lexus 阅读(147) 评论(0) 推荐(0)

摘要: haha 阅读全文
posted @ 2012-11-25 13:08 lexus 阅读(131) 评论(0) 推荐(0)

上一页 1 ··· 279 280 281 282 283 284 285 286 287 ··· 630 下一页