摘要: http://www.cnblogs.com/webabcd/category/322723.html http://www.html5rocks.com/en/tutorials/canvas/notearsgame/#toc-player-movement 阅读全文
posted @ 2012-03-20 17:01 火腿骑士 阅读(141) 评论(0) 推荐(0)
摘要: The MVC ControllersThe only functionality of the "HomeController" implemented in the "HomeController.cs" is to load the "Index.aspx" page. Collapse | Copy Codeusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespac 阅读全文
posted @ 2012-03-20 16:40 火腿骑士 阅读(339) 评论(0) 推荐(0)
摘要: json2.js/* http://www.JSON.org/json2.js 2010-03-20 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.crockford.com/jsmin.html USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LOAD . 阅读全文
posted @ 2012-03-20 15:49 火腿骑士 阅读(817) 评论(0) 推荐(0)
摘要: /** * jQuery BASE64 functions * * <code> * Encodes the given data with base64. * String $.base64Encode ( String str ) *<br /> * Decodes a base64 encoded data. * String $.base64Decode ( String str ) * </code> * * Encodes and Decodes the given data in base64. * This encoding is desig 阅读全文
posted @ 2012-03-20 15:38 火腿骑士 阅读(787) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title></head><body> <canvas id="canvas" height="400" width="600" style="background: #333;"></canvas> <script type=" 阅读全文
posted @ 2012-03-20 14:09 火腿骑士 阅读(919) 评论(0) 推荐(0)