摘要: With语句是什么?Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make something happen. A very good example for this is the s... 阅读全文
posted @ 2016-10-23 20:08 一夜星辰 阅读(896) 评论(0) 推荐(0) 编辑
摘要: vim 编码方式的设置和所有的流行文本编辑器一样,Vim 可以很好的编辑各种字符编码的文件,这当然包括UCS-2、UTF-8 等流行的 Unicode 编码方式。然而不幸的是,和很多来自 Linux 世界的软件一样,这需要你自己动手设置。 Vim 有四个跟字符编码方式有关的选项: encoding、fileencoding、fileencodings、termencoding (这些选项可能的取值... 阅读全文
posted @ 2016-10-23 16:32 一夜星辰 阅读(3991) 评论(0) 推荐(0) 编辑