道喜技术日记 .^. 天天红玉世界

Rails Ruby MacOSX 。。。创新来自于刻苦的实践和勤奋的思考... www.hhtong.com


Rails世界:发布Rails 2.3.5版本的Rails插件ActiveFPDF

Gudao Luo2010-01-31 at 19:21发表的

2010-01-01-activefpdf

代码世界:灰色对象、灰色操作、灰色关联和灰色。。。

Gudao Luo2010-01-28 at 20:57发表的

2010-01-28-dirty
  • 专业名称翻译
    • 灰色对象(Dirty Objects)、灰色操作(Dirty Operations)、灰色关联(Dirty Associations)和灰色(Dirty)。。。

网上精品:编辑器Vim最好的快捷图

Gudao Luo2010-01-27 at 20:19发表的

2010-01-28-vim
  • 说明
    • 注意所有使用方法与其说明关系,其中在使用方法中,{}一般是说明符号。

软件包世界:最新IBM DB2 gem驱动软件包

Gudao Luo2010-01-26 at 22:20发表的

2010-01-26-ibm-db2
评论: 0 (view/add your own) 标记: Rails, db2, gem, ibm

网络图书世界:《Ruby on Rails Web Mashup Projects》

Gudao Luo2010-01-25 at 07:20发表的

2010-01-25-ebook

命令世界:在帮助信息中Rails命令没有说明的使用方法

Gudao Luo2010-01-24 at 03:48发表的

2009-12-16 1914:Users:gudao:Documents:blogs-images:2009-12:2009-12-16 1914-rails-old-version
2009-12-16 1914-rails-old-version
创建任何过去版本的Rails程序
rails _2.2.2_ app_name
  • 参考资料
    • http://stackoverflow.com/questions/379141/specifying-rails-version-to-use-when-creating-a-new-application
    • http://craiccomputing.blogspot.com/2008/06/using-older-versions-of-rails.html
    • http://bbs.chinaonrails.com/topic/view/1994.html
    • http://ruby.geraldbauer.ca/rails-downgrade.html
    • http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/6a7883e4d67e5606
    • http://guides.rubyonrails.org/command_line.html

网上精品:《通向Rails3:入门》

Gudao Luo2010-01-23 at 23:58发表的

2010-01-24-rails3
  • 看看评论
    • Fantastic post!
    • Excellent Post.
    • Very nice post though.

网站推荐:Ruby和Rails社区最新新闻

Gudao Luo2010-01-21 at 00:08发表的

2010-01-21-envylabs

Mac世界:在Mac上,如何删除自动启动软件或者驱动程序?

Gudao Luo2010-01-20 at 21:20发表的

2010-01-20 2209-delete-driver
  • 问题说明
    • 最近使用了一台打印机Brother 7840W MFC。在Mac上安装了该打印机的驱动程序。后来不再使用了该打印机。

      每次电脑启动就会出现该打印机的驱动程序,明显感到电脑速度慢了下来。该驱动程序就成为了名副其实的垃圾软件。

      这样,就想要把该打印机的驱动程序卸载。“上山容易下山难”。如何从我的Mac上彻底删除该驱动程序?答案请看下面。
第一步
使用上面图,从打印机列表中,删除这个Brother打印机。
或者
在目录/Users/gudao/Library/Printers(gudao是使用者名称)中,
删除这个Brother打印机的相关文件。请小心!
第二步
ps aux | grep Brother
输出结果:
...
... /Library/Printers/Brother/Utilities/Server/NETserver.app/Contents/MacOS/NETserver -psn_0
... /Library/Printers/Brother/Utilities/Server/USBserver.app/Contents/MacOS/USBserver -psn_0
... /Library/Printers/Brother/Utilities/ControlCenter/ControlCenter.app/Contents/MacOS/Contr
...
第三步
$ launchctl list
...
732 - [0x0-0x18018].com.brother.utility.NETserver
726 - [0x0-0x17017].com.brother.utility.USBserver
725 - [0x0-0x16016].ControlCenter
724 - [0x0-0x15015].com.blacktree.Quicksilver
723 - [0x0-0x14014].com.apple.iTunesHelper
722 - [0x0-0x13013].com.techSmith.jing
721 - [0x0-0x12012].com.apple.speech.synthesis.SpeechSynthesisServer
697 - [0x0-0xf00f].com.brother.LOGINserver
第四步
$ launchctl
launchd% remove .ControlCenter
launchctl remove error: No such process
launchd% remove [0x0-0x16016].ControlCenter
launchd% remove [0x0-0x18018].com.brother.utility.NETserver
launchd% remove [0x0-0x17017].com.brother.utility.USBserver
launchd% remove [0x0-0xf00f].com.brother.LOGINserver
launchd% exit
$
第五步
$ ls -al /Library/Preferences/
...
com.apple.loginitems.plist
loginwindow.plist
...
第六步
$ sudo rm /Library/Preferences/com.apple.loginitems.plist
$ sudo rm /Library/Preferences/loginwindow.plist
第七步
重新启动电脑
第八步
$ rm -rf /Library/Printers/Brother

Ruby世界:2009年Rails框架企业管理开源软件

Gudao Luo2010-01-08 at 17:03发表的

2010-01-10-eldorado

Ruby世界:2009年最佳Rails内容管理软件

Gudao Luo2010-01-07 at 23:35发表的

内容管理软件
  • 内容管理软件CMS
    • Seed http://seed.mediacollectiveslice.com/
    • Railscasts http://github.com/ryanb/railscasts
    • Refinery http://refinerycms.com/ (2009年最佳Rails内容管理软件)
    • Browsercms http://www.browsercms.org/
    • Instiki http://instiki.org/show/HomePage
    • Simplelog http://simplelog.net/

Ruby语言:2009年聚合新闻网站

Gudao Luo2010-01-04 at 23:04发表的

Ruby世界:2009年项目开发及其文档API网站

Gudao Luo2010-01-03 at 23:23发表的

github-2010-01-06
评论: 0 (view/add your own) 标记: Rails, Ruby, rdoc

Ruby世界:2009年博客网站回顾

Gudao Luo2010-01-02 at 00:48发表的

rubyinside-2010-01-06 2312