Iconic ????????Iconic 是非常漂亮而且是开源的前端框架,使用 HTML5 来开发混合移动端应用。 Reactive Coffee ????????????Reactive Coffee 是轻量级的 CoffeeScript 库/DSL,为反应式编程和...
分类:
其他好文 时间:
2014-09-12 22:13:14
阅读次数:
234
ISBN Title Price 3476896 My first HTML $53 Coffee Tea Milk Coffee Tea Milk
分类:
Web程序 时间:
2014-09-12 20:35:04
阅读次数:
174
Test.java package?com.demo_type.pattern.template;
public?class?Test?{
public?static?void?main(String[]?args)?{
System.out.println("制备咖啡...");
RefreshBeverage?coffee?=?new...
分类:
其他好文 时间:
2014-09-10 23:59:51
阅读次数:
484
安装小工具:brew install treephantomjs casperjs 安装:install node.js -->npm install -g coffee-script phantomjs casperjsredis安装:brew install redis
分类:
其他好文 时间:
2014-08-27 16:05:57
阅读次数:
174
Node-dev模块的安装 Node-dev 是开发nodejs必备模块, 可以当有js文件修改后 自动去重启nodejs进程, 这样就不用每次ctrl+c 终止在重启了 而且不仅支持js文件, .json .node .coffee 文件格式都支持? 同时还可以安装...
分类:
其他好文 时间:
2014-08-07 19:26:30
阅读次数:
213
源自:http://www.en8848.com.cn/read/proseessay/lz/239065.html 1. Buy someone's coffee. 为他人买杯咖啡 It's just coffee -- no one needs coffee, so this doesn't r...
#先说说我为什么写这些吧 - 当程序猿太苦逼了,真的,时间久了,真没有搬砖的成就感高,好歹人家能盖栋楼(身材也能练得不错),咱们指不定哪天来个熊孩子把硬盘格了就啥也没了。 - 这学期明显没把心放在前端上....
分类:
其他好文 时间:
2014-07-21 13:25:20
阅读次数:
287
受益于grunt这么久,继续分享关于grunt的一些技巧。grunt确实是前端项目中不可或缺的提升效率的工具。第一次接触grunt是在去年7月份,开始有接触LESS、Coffee Script的等需要编译的模板才能使用的,所以grunt就有了很大的用处。当然除了编译,还有一部分的工作就是压缩,gru...
分类:
其他好文 时间:
2014-07-18 17:32:39
阅读次数:
289
node.js中安装Coffeescript1.我的node.js安装目录2.node.js 全局模块所在目录3.node.js安装coffeescript1 npm install -g coffee-script至此理论上node.js中已经安装好coffeescript编译器了,不过我第二次安...