`
文章列表
mac butler mac下比较好的字体: courier, courier new speed up terminal: sudo rm -f /private/var/log/asl/*.asl 如果你想访问的主机没有显示出来,你可以使用以下方法进行尝试: 1、Windows主机:smb://xxx.xxx.xxx.xxx 2、Mac主机:afp://xxx.xxx.xxx.xxx 其中xxx.xxx.xxx.xxx为该主机的局域网IP。类似于192.168.1.2 查看类库支持的架构:  file /usr/local/bin/ruby Ports: wge ...

config MacVim

    博客分类:
  • mac
refer to :  http://time.enjoyrails.com/wikis/vim命令大全 1、下载最新的macvim并放到/Users/qmb/Applications/中 , https://github.com/b4winckler/macvim/downloads,MacVim-7_3-53.tbz 2、解压附件中的vim.zip,其中,vimrc 改为 ~/.gvimrc, vim目录改为 ~/.vim一.暂时使用 亦即重启或注销后就失效了。
    *    ★命令模式           o 移动光标                 + h 或 向左方向键(←) → 光标向左移动一个字元                 + j 或 向下方向鍵(↓) → 光标向下移动一个字元                 + k ...
http://www.macports.org/install.php Mac OS X Package (.pkg) Installer The easiest way to install MacPorts on a Mac OS X system is by downloading the dmg for Snow Leopard, Leopard or Tiger and running the system's Installer by double-clicking on the pkg contained therein,     following the on-scr ...
一、安装TextMate 首先去网上下载一个TextMate_1.5.9.dmg镜像安装包,双击后执行文件夹中的TextMate。 然后再下载一个TextMate.ttf中文字体包,双击进行安装。 二、破解TextMate 1、去除原来的注册码,打开终端,执行如下命令:default
Textmate的goto file功能是我最喜欢的功能,打开想要的文件那叫一个快,支持模糊匹配。比如要打开tasks_controller.rb文件,我一般输入 taskcon就能找到。但还是有爽的地方,那就是不能指定路径查找,在碰到一大批文件名一样的文件就不是那么好用了。比如Rails项目中的 index.html.erb,基本上是一个controller都要有一个,同名文件之多可想而知。直接上图看看就知道了,你也会觉得很头大。   还好我们有:gotofile.tmbundle ,(https://github.com/amiel/gotofile.tmbundle )这个bu ...
1.sed split file: # return file index def sed_split_file(filename)   len = 200000   lines = `wc -l #{filename} | awk '{print $1}'`.strip.to_i   start_at = 1   end_at = len   i = 1   while end_at < lines do     cmd = "sed -n '#{start_at},#{end_at}p' #{filename} > #{filename}_#{i ...
RDOC - Ruby Documentation System http://blog.enjoyrails.com/2008/07/14/ruby187-and-rails-210-api/ http://rdoc.sourceforge.net/doc/index.html rdoc是生成ruby代码api文档的工具,跟javadoc的功能类似,在命令行中输入rdoc,它能够遍历当前目录的ruby源代码文件(以.rb 或.rbw为扩展名)进行解析然后生成规范的ruby api文档。可以用rdoc --help来查看具体的命令行参数。rdoc对注释内的特殊标签进行解析并将输出格式化。 ...
1、rails gems cd  /usr/lib/ruby/gems/1.8/gems/activerecord-2.3.5/lib/active_record #这个路径因你的ruby安装路径不同而不同ls aggregations.rb          dynamic_finder_match.rb            schema_dumper.rb association_preload.rb   dynamic_scope_match.rb             schema.rb
1 - Installing RVM $ sudo gem install rvm  $ (rvm-install已过时)     $ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) Finally put this lines in your .bash_profile or .bashrc:   if [[ -s $HOME/.rvm/scripts/rvm ]] ; then           source $HOME/.rvm/scripts/rvm   fi Restart yo ...
直接在命令行(CMD)执行: sudo gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n (以上是一行,一次输入并执行)   bundle install 时有一个gem出错 下面的gem就不会被安装 [simon@localhost]#rails c                              Could not find gem 'sqlite3-ruby (>= 0, runti ...
Changing from Prototype to Jquery For default Rails implements ajax requests with prototype, we need to change it to work with jquery.First, download the rails.js equivalent with jquery from  github   Copy the rails.js under the src folder to your public/javascripts/.In our layout "appli ...
之前的项目用的是prototype  ,许多功能是用prototype实现的 现在项目要使用jquery,就必须混用 也可以只用jquery There is a problem with using them together though: Prototype came up with this nice function called $() which is slightly more than a shortcut to document.getElementById(). This function is the main function in Prototype. ...
Web开发者不会注意到由 “AJAX(Asynchronous JavaScript And XML)”所带来的激情。不费力气就能创建像Google Suggest那样的智能网站或者像Gmail那样基于Web的应用程序,这在很大程度上要归功于这种技术。然而,伴随着AJAX应用程序的发展,我们发 现了它的一些不足之处,我们发现它的安全漏洞也在逐渐变大,就像慢慢地把基于AJAX的站点放入了一颗定时zhadan中。 AJAX的好处 在当年“Web应用程序”的美好时代,事情非常简单。你填写了一个表单,点击“提交”按钮,然后当前屏幕就消失了,等待一小会儿后你就转入到了下一个页面。今天 ...
一、http_load 程序非常小,解压后也不到100K http_load以并行复用的方式运行,用以测试web服务器的吞吐量与负载。但是它不同于大多数压力测试工 具,它可以以一个单一的进程运行,一般不会把客户机搞死。还可以测试HTTPS类的网站请求。 下载地址:http://soft.vpser.net/test/http_load/http_load-12mar2006.tar.gz 安装很简单 #tar zxvf http_load-12mar2006.tar.gz #cd http_load-12mar2006 #make && make ...
Global site tag (gtag.js) - Google Analytics