Here is a brief introduction and package of dotfiles for linux/unix user. I think there are enough informative description about the package. Here is the link: https://github.com/xros/dotfiles Mostly it is very neat for python programming within Vim.…
做跨平台开发时,大家用不同的IDE合作开发,最令人头疼的事就是各种乱码问题. 常用的IDE都支持utf-8编码和unix格式行尾'\n'. 1.XCODE设置文本编码及换行Xcode >> Preferences == Text Editing — Editing:其下有Default text encoding 和default line endings. 2.Eclipse设置文本编码及换行 Menu >> Preferences == General >> Wor…