2013年10月29日
摘要: Sublime Text 2下载: http://www.sublimetext.com/1、安装Package control "View"-->"Show Console" 然后在弹出框,输入:import urllib2,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp) if not os.path.exists(ipp) else None;open(os.path.join(ipp,p 阅读全文
posted @ 2013-10-29 15:14 jian_xie 阅读(254) 评论(0) 推荐(0) 编辑