摘要:
I always want to try the chromium os . It requires ubuntu 12.04 64 bit. It makes me to put off my reinstall ubuntu plan because I want to update to the newest ubuntu. I have read some aticles about chromium os, it can install in virtual machine, so I don't have to worry about the updating plan.1 阅读全文
摘要:
1.Basic usage and description1.1.bind( eventType [, eventData ], handler(eventObject) )http://api.jquery.com/bind/Description:Attach a handler to an event for the elements.Unbind function: unblnd()1.2.live( events, handler(eventObject) )http://api.jquery.com/live/ Remoed from 1.9 versionDescription: 阅读全文
摘要:
Jekyll is a blog-aware, static site generator in Ruby http://jekyllrb.com1. Install ruby.Dont install ruby 2.0, it cant install jekyll. Use ruby 1.9, I tried ,it worked well.http://pan.baidu.com/s/1iP2j8And add the ruby path like(in win):C:\Ruby193\bin\;2. If you use window , install devkithttp://pa 阅读全文
摘要:
All these plugins you can install by package controller.1.First installpluin"SASS" It providesyntax highlighting and tab/code completion for Sass and SCSS files2.Installpluin "SublimeOnSaveBuild"It can trigger a build on each save. It just trigger the ".sublime-build" f 阅读全文
摘要:
All these plugins you can install by package controller.1.CoffeeScript It providesyntaxhighlight, code auto compelement, compile coffee into javascript, recompile and so on. Shotcuts: alt+shift+t - Run a Cake task alt+shift+r - Run some CoffeeScript (puts/print is available for outpu... 阅读全文
摘要:
The CoffeeScript compiler is itselfwritten in CoffeeScript, using theJison parser generator. The command-line version ofcoffeeis available as aNode.jsutility.1. Install Nodejs The most easy way is to download the msi filre fromhttp://nodejs.org/. If you don't know how to install msi file ,you... 阅读全文
摘要:
Today I open my sublime, it always alert this message and can't highlight and compile my coffee files.Error loading syntax file "Packages/CoffeeScript/Syntaxes/CoffeeScript.tmLanguage": Error parsing plist xml: Failed to open file In file "Packages/CoffeeScript/Syntaxes/CoffeeScri 阅读全文