To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

上一页 1 2 3 4 5 6 ··· 12 下一页

2014年4月2日 #

angularjs ngRoute demo

摘要: Document A - Mail 阅读全文

posted @ 2014-04-02 15:35 Ijavascript 阅读(665) 评论(0) 推荐(0) 编辑

angularjs $watch demo

摘要: Document {{item.title}} {{item.price | currency}} {{item.price*item.quantity | currency}} Total: {{totalCart() | currency}} Discount: {{bill.discount | currency}} Subtotal {{bill.subtotal | currency}} ... 阅读全文

posted @ 2014-04-02 14:53 Ijavascript 阅读(366) 评论(0) 推荐(0) 编辑

2014年3月28日 #

Html5 Geolocation demo

摘要: HTML5 Geolocation距离跟踪器HTML5 Geolocation距离跟踪器该浏览器不支持HTML5 Geolocation。当前位置:纬度?经度?准确度?本次移动距离:0 千米总计移动距离:0 千米 Starting Location (lat, lon): ???°, ???° Current Location (lat, lon): ???°, ???° Distance ... 阅读全文

posted @ 2014-03-28 13:09 Ijavascript 阅读(752) 评论(0) 推荐(0) 编辑

2014年3月25日 #

webapp 开发之iScroll 学习

摘要: demo.html Document Header this is prod 1 pic this is prod 2 pic t... 阅读全文

posted @ 2014-03-25 13:07 Ijavascript 阅读(354) 评论(0) 推荐(0) 编辑

2014年3月18日 #

Backbone seajs demo2

摘要: Document define('DemoApp', ['jquery', 'underscore', 'backbone', 'DemoCollection', 'DemoView', 'DemoRoute', 'DemoBooksDetail'], function (require, exports, module) { 'use strict'; var DemoCollection = require('DemoCollection& 阅读全文

posted @ 2014-03-18 15:41 Ijavascript 阅读(464) 评论(0) 推荐(0) 编辑

Backbone seajs

摘要: Document define('DemoModel', ['jquery', 'underscore', 'backbone'], function (require, exports, module) { 'use strict'; var DemoModel = Backbone.Model.extend({ defaults: function () { return { id: '', alt... 阅读全文

posted @ 2014-03-18 00:12 Ijavascript 阅读(302) 评论(0) 推荐(0) 编辑

2014年3月11日 #

Seajs demo

摘要: index.html Document Home About Contact Hi I'm the home page! Hi I'm the about page! Hi I'm the contact page! define(['jquery', 'underscore', 'backbone'], function (require, exports, module) { var ApplicationRoute = Backbone.Router.extend({ ... 阅读全文

posted @ 2014-03-11 00:25 Ijavascript 阅读(495) 评论(0) 推荐(0) 编辑

2014年2月28日 #

Bootstrap plugin编写

摘要: 滚动demo: Document 1 2 3 4 日期选择器: ;(function ($) { 'use strict'; var wisdomRoot = '.wisdom-quan-date'; var Digit = function (element) { this.$element = $(element); this.d... 阅读全文

posted @ 2014-02-28 14:08 Ijavascript 阅读(306) 评论(0) 推荐(0) 编辑

2014年2月14日 #

Getting Started with Mongoose and Node.js – A Sample Comments System | Dev Notes

摘要: In this post, we’re going to be creating a sample comments system using Node, Express and Mongoose.Mongoose provides an object oriented interface for using MongoDB in Node.Everything in Mongoose starts with a Schema. Each schema maps to a MongoDB collection and defines the shape of the documents wit 阅读全文

posted @ 2014-02-14 15:33 Ijavascript 阅读(304) 评论(0) 推荐(0) 编辑

2014年2月8日 #

Grunt :任务自动管理工具

摘要: 来自《JavaScript 标准参考教程(alpha)》,by 阮一峰在Javascript的开发过程中,经常会遇到一些重复性的任务,比如合并文件、压缩代码、检查语法错误、将Sass代码转成CSS代码等等。通常,我们需要使用不同的工具,来完成不同的任务,既重复劳动又非常耗时。Grunt就是为了解决这个问题而发明的工具,可以帮助我们自动管理和运行各种任务。简单说,Grunt是一个自动任务运行器,会按照预先设定的顺序自动运行一系列的任务。这可以简化工作流程,减轻重复性工作带来的负担。Grunt基于Node.js,安装之前要先安装Node.js,然后运行下面的命令。sudo npm install 阅读全文

posted @ 2014-02-08 10:09 Ijavascript 阅读(1233) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 ··· 12 下一页