摘要:
Python list of class attributes - Pythonimportinspect classaClass: aMember=1 defaFunc(): pass inst=aClass() printinspect.getmembers(inst) 阅读全文
posted @ 2012-11-21 15:42
lexus
阅读(238)
评论(0)
推荐(0)
|
摘要:
Python list of class attributes - Pythonimportinspect classaClass: aMember=1 defaFunc(): pass inst=aClass() printinspect.getmembers(inst) 阅读全文
posted @ 2012-11-21 15:42
lexus
阅读(238)
评论(0)
推荐(0)
摘要:
Python list of class attributes - Pythonimportinspect classaClass: aMember=1 defaFunc(): pass inst=aClass() printinspect.getmembers(inst) 阅读全文
posted @ 2012-11-21 15:41
lexus
阅读(230)
评论(0)
推荐(0)
摘要:
Python类中的私有成员(私有函数,私有变量) [Python俱乐部]Python类中的私有成员(私有函数,私有变量)Python中默认的成员函数,成员变量都是公开的(public),而且python中没有类似public,private等关键词来修饰成员函数,成员变量。在python中定义私有变量只需要在变量名或函数名前加上 ”__“两个下划线,那么这个函数或变量就会为私有的了。在内部,pyt... 阅读全文
posted @ 2012-11-21 15:39
lexus
阅读(904)
评论(0)
推荐(0)
摘要:
Wombat vim colorscheme – customized - ChronosboxWombat vim colorscheme – customizedby Felipe 'chronos' Prenholato on Sunday, 30 October/2011, under Colorscheme, Tips, VIM - Vi IMprovededNota: Hi my de... 阅读全文
posted @ 2012-11-21 11:01
lexus
阅读(260)
评论(0)
推荐(0)
摘要:
vim配置文件收集(作为c/c++和脚本开发的环境) - StamHe的专栏 - 博客频道 - CSDN.NET vim配置文件收集(作为c/c++和脚本开发的环境) 分类: Linux系统配置 2009-03-04 23:28 3430人阅读 评论(0) 收藏 举报vim配置文件收集(作为c/c++和脚本开发的环境)http://forum.ubuntu.org.cn... 阅读全文
posted @ 2012-11-21 10:58
lexus
阅读(244)
评论(0)
推荐(0)
摘要:
twilight256.vim - A color scheme that imitates the Twilight theme for TextMate : vim onlinetwilight256.vim : A color scheme that imitates the Twilight theme for TextMate script karmaRating 25/13, ... 阅读全文
posted @ 2012-11-21 10:34
lexus
阅读(340)
评论(0)
推荐(0)
摘要:
vi/vim使用进阶: 乱花渐欲迷人眼 – 语法高亮 | 易水博客下载截止到2005年3月所有colorscheme的汇总,你可以在其中找到一个自己喜欢的。安装colorscheme时,只需要把它们拷贝到.vim/color目录下就行了。 阅读全文
posted @ 2012-11-21 10:24
lexus
阅读(173)
评论(0)
推荐(0)
摘要:
vim配色方案colorscheme设置_Web开发_web前端_web后端_linux_ubuntu学习_百度空间vim配色方案colorscheme设置记录一下备忘:编辑当前用户目录下的.vimrc文件,在里面添加配色设置:cdsudo vi .vimrc添加:colorscheme desert查看系统当前版本vim所预装的配色文件:cd /usr/share/vim/vim72/color... 阅读全文
posted @ 2012-11-21 10:11
lexus
阅读(304)
评论(0)
推荐(0)
摘要:
vimcolorschemetest - Vim Color Scheme Test - Google Project HostingSummaryVim Color Scheme Test showcases the color schemes that are available in vim.org using examples in several file types.Last Upda... 阅读全文
posted @ 2012-11-21 10:08
lexus
阅读(154)
评论(0)
推荐(0)
摘要:
我的vim colorscheme - 白色之夜 - 博客园我的vim colorschemeyerik_day.vim 样例yerik_night.vim 样例猛击这里下载 阅读全文
posted @ 2012-11-21 10:05
lexus
阅读(249)
评论(0)
推荐(0)
摘要:
alias name 阅读全文
posted @ 2012-11-21 10:04
lexus
阅读(180)
评论(0)
推荐(0)
摘要:
Ubuntu Gutsy-配置VIM下面的Python环境_Ubuntu高地_百度空间不知道为什么,我的vi安装了vim-python以后依然没有语法加亮和自动缩进功能,使用起来非常的不顺手。今天下定决心,自己Google一下,终于搞定。完成以后有一下功能:1、Python语法加亮2、自动缩进3、自动补全4、自动完成哈哈,用起来是否顺手。在这里记录一下,配置过程。1、安装软件包,最好安装vim-f... 阅读全文
posted @ 2012-11-21 00:00
lexus
阅读(301)
评论(0)
推荐(0)
|