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

08 2010 档案

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

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

特殊的方法

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

使用类与对象的变量

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

__init__方法

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

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

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

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

引用

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

序列

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

字典

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

元组

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

列表

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

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

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

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

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

create module and call module

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

模块的__name__

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

from..import语句

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

字节编译的.pyc文件

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

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

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

DocStrings
     摘要: docstrings  阅读全文

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

pass
     摘要: pass  阅读全文

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

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

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

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

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

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

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

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

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

for
     摘要: for  阅读全文

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

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

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

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

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

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

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

Exercise 6.12

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

CALENDER
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿

随笔分类

随笔档案

文章分类

文章档案

新闻档案

相册

搜索

  •  

最新评论

阅读排行榜

评论排行榜


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