摘要:
Vim是从 vi 发展出来的一个文本编辑器。代码补完、编译及错误跳转等方便编程的功能特别丰富 简单的来说, vi 是老式的字处理器,不过功能已经很齐全了,但是还是有可以进步的地方。 vim 则可以说是程序开发者的一项很好用的工具。 连 vim 的官方网站 (http://www.vim.org) 自 阅读全文
摘要:
环境安装: 1.安装wget,作用是从网上下载资源,为了一步到位,还需要安装gcc 这样wget才能运行 不然会出现这个错误 Searching for GCC...The path "" is not valid path to the gcc binary.Would you like to c 阅读全文
摘要:
Exception Type: TemplateSyntaxError Exception Value: Could not parse the remainder: '(count)' from 'range(count) Invalid filter: 'get_range' Exception 阅读全文