摘要: 修改SciTEGlobal.properties文件if PLAT_WIN02 position.left=3003 position.top=2004 #Internationalisation设置编码05 code.page=93606 character.set=13207 08 #Indentation设置缩进09 #默认是缩排8位,最好是统一改为4位10 tabsize=411 indent.size=412 #自动缩进13 indent.auto=114 indent.automati... 阅读全文
posted @ 2011-04-11 17:18 Leon&CC 阅读(891) 评论(0) 推荐(0) 编辑
摘要: (1)下载Ruby 网址:http://www.ruby-lang.org/en/downloads/ Windows操作系统:Ruby 1.8.6 One-Click Installer点击下载即可(2)安装Ruby 双击Ruby 1.8.6 One-Click Installer即可安装。默认C:\Ruby(3)环境变量设置将C:\Ruby\bin添加进环境变量当中。注:默认安装完成后自己已经加入到环境变量当中了。(4)下载Rails(地址http://rubyforge.org) 进入cmd控制台输入:geminstallrails--include-dependencies 此命令的作 阅读全文
posted @ 2011-04-11 16:00 Leon&CC 阅读(215) 评论(0) 推荐(0) 编辑