随笔:15 文章:206 评论:35 引用:0
C++博客 首页 发新随笔
发新文章 联系 聚合管理

08 2010 档案

vim快捷键总图
     摘要: vim快捷键  阅读全文

posted @ 2010-08-31 18:21 风林 阅读(755) | 评论 (0)  编辑

特殊的方法

posted @ 2010-08-31 18:09 风林 阅读(191) | 评论 (0)  编辑

sys模块
     摘要: sys模块  阅读全文

posted @ 2010-08-31 18:06 风林 阅读(167) | 评论 (0)  编辑

os模块
     摘要: os模块常用函数说明  阅读全文

posted @ 2010-08-31 18:04 风林 阅读(193) | 评论 (0)  编辑

try..finally
     摘要: try...finally  阅读全文

posted @ 2010-08-31 17:19 风林 阅读(287) | 评论 (0)  编辑

raise 引发异常
     摘要: raise,引发异常,自定义异常类  阅读全文

posted @ 2010-08-31 17:12 风林 阅读(1153) | 评论 (0)  编辑

处理异常
     摘要: try..except  阅读全文

posted @ 2010-08-31 17:03 风林 阅读(148) | 评论 (0)  编辑

储存器
     摘要: 存储,Pickle,cPickle  阅读全文

posted @ 2010-08-31 16:54 风林 阅读(139) | 评论 (0)  编辑

文件
     摘要: file,读写文件,write,close  阅读全文

posted @ 2010-08-31 16:33 风林 阅读(151) | 评论 (0)  编辑

使用继承
     摘要: 继承  阅读全文

posted @ 2010-08-31 16:23 风林 阅读(122) | 评论 (0)  编辑

使用类与对象的变量

posted @ 2010-08-31 16:04 风林 阅读(172) | 评论 (0)  编辑

__init__方法

posted @ 2010-08-31 15:39 风林 阅读(304) | 评论 (0)  编辑

posted @ 2010-08-31 15:33 风林 阅读(129) | 评论 (0)  编辑

字符串的方法
     摘要: startwith,in,find,join  阅读全文

posted @ 2010-08-31 14:22 风林 阅读(267) | 评论 (0)  编辑

引用

posted @ 2010-08-31 14:14 风林 阅读(133) | 评论 (0)  编辑

序列

posted @ 2010-08-31 11:41 风林 阅读(147) | 评论 (0)  编辑

字典

posted @ 2010-08-31 11:26 风林 阅读(180) | 评论 (0)  编辑

元组

posted @ 2010-08-31 11:09 风林 阅读(263) | 评论 (0)  编辑

列表

posted @ 2010-08-31 10:54 风林 阅读(154) | 评论 (0)  编辑

数据结构
     摘要: 数据结构  阅读全文

posted @ 2010-08-31 10:38 风林 阅读(123) | 评论 (0)  编辑

dir()函数
     摘要: dir  阅读全文

posted @ 2010-08-31 10:36 风林 阅读(482) | 评论 (0)  编辑

create module and call module

posted @ 2010-08-31 10:31 风林 阅读(283) | 评论 (0)  编辑

模块的__name__

posted @ 2010-08-31 10:20 风林 阅读(269) | 评论 (0)  编辑

from..import语句

posted @ 2010-08-31 10:16 风林 阅读(280) | 评论 (0)  编辑

字节编译的.pyc文件

posted @ 2010-08-31 10:13 风林 阅读(201) | 评论 (0)  编辑

使用sys模块
     摘要: sys  阅读全文

posted @ 2010-08-31 10:11 风林 阅读(209) | 评论 (0)  编辑

DocStrings
     摘要: docstrings  阅读全文

posted @ 2010-08-31 09:52 风林 阅读(279) | 评论 (0)  编辑

pass
     摘要: pass  阅读全文

posted @ 2010-08-31 09:44 风林 阅读(64) | 评论 (0)  编辑

关键参数
     摘要: 关键参数  阅读全文

posted @ 2010-08-31 09:39 风林 阅读(122) | 评论 (0)  编辑

带默认值的形参
     摘要: 带默认值的形参  阅读全文

posted @ 2010-08-31 09:35 风林 阅读(598) | 评论 (0)  编辑

global全局变量
     摘要: global  阅读全文

posted @ 2010-08-31 09:26 风林 阅读(139) | 评论 (0)  编辑

Hello World
     摘要: hello,def  阅读全文

posted @ 2010-08-31 09:07 风林 阅读(119) | 评论 (0)  编辑

for
     摘要: for  阅读全文

posted @ 2010-08-31 08:48 风林 阅读(94) | 评论 (0)  编辑

the functions of python
     摘要: raw_input,rang,len  阅读全文

posted @ 2010-08-31 08:46 风林 阅读(86) | 评论 (0)  编辑

Exercise 7.3 编写一个带有两个 int 型形参的函数,产生第一个参数的第二个参数次幂的值。编写程序传递两个 int 数值调用该函数,请检验其结果。
     摘要: Exercise 7.3  阅读全文

posted @ 2010-08-25 16:28 风林 阅读(697) | 评论 (0)  编辑

VS2008格式化代码
     摘要: 代码格式化  阅读全文

posted @ 2010-08-25 13:11 风林 阅读(1720) | 评论 (0)  编辑

Exercise 6.12

posted @ 2010-08-19 21:58 风林 阅读(185) | 评论 (0)  编辑

CALENDER
<2012年12月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

常用链接

留言簿

随笔分类

随笔档案

文章分类

文章档案

新闻档案

相册

搜索

  •  

最新评论

阅读排行榜

评论排行榜


Powered By: 博客园
模板提供沪江博客