摘要: 这个是一个什么插件呢? 这是一个显示对其线的插件 ,感觉蛮好用的,习惯让代码整齐的vimer必不可缺哦但是这个插件有一个问题,这个是文档里面作者原本的话INTRODUCTION *indentLine-introduction*This plugin is used for displaying thin vertical lines at each indentationlevel for code indented with spaces. For code indented with tabs, I thinkthere is no need to support it, using : 阅读全文
posted @ 2013-09-14 10:47 花瓣奶牛 阅读(4663) 评论(0) 推荐(0)
摘要: Python 2.7.4 (default, Apr 19 2013, 18:32:33) [GCC 4.7.3] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> class Person: #我自定义的类... def setname(self,name):... self.name=name... >>> list=[ ] #建立一个空列表>>&g 阅读全文
posted @ 2013-09-14 00:33 花瓣奶牛 阅读(1275) 评论(0) 推荐(0)