42qu / phone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

相关资料

Gentoo 安装开发环境

npm install -g coffee-script emerge rubygems npm install -g jitter

jQuery Mobile

Backbone.js

sync

每个model实例都有一个对应的uri,一般这个uri为:

// 如果该model属于一个collection [collection.url]/[model.id]

// 如果该model不属于一个collection [model.urlRoot]/[model.id]

Collection.url 定义collection的url Model.urlRoot 定义model的urlRoot

CoffeeScript

Git 技巧

  • git clean -df 删除未跟踪文件,但不包括.gitignore中的
  • git clean -n 测试删除的文件,实际不删除
  • git clean -dfx 删除所有文件

About


Languages

Language:JavaScript 99.0%Language:PHP 0.7%Language:CoffeeScript 0.2%Language:Shell 0.0%