摘要:
阅读全文
摘要:
地址: http://laker.me/blog/ ,采用hexo+github+koding 阅读全文
摘要:
临时博客http://blog.segmentfault.com/younglaker 阅读全文
摘要:
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 阅读全文
摘要:
本来今天在QQ空间里想回复别人对我的回复,但是比尔呢那没有回复按钮,我就打算点回复我,然后修改成别人的名字。但是发现这个“回复某某某”是个整体,不能只删除名字。我很好奇这是什么构造。看了下源码,竟然是用button,name里的值存放了QQ号和昵称,设置onclick为return false。外面一层也不是我想象中的textarea,而是div,加上了textinput、textarea的class。感觉好奇葩。我决定看看其他网站是怎么处理的。(测试环境chrome) 来到我最信任的google+,他的做法和空间里一样,用button和div。而且G+更强化这种用法,不论是点击... 阅读全文
摘要:
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 阅读全文