<!doctype html> <html> <head> <meta charset='UTF-8'> </head>…
手机刮刮乐HTML5代码, 使用原型prototype扩展了一个clearArc 清除圆内像素的功能, 此功能未完成扇形清除功能, 此外,在清除圆内的像素时,还有点瑕疵,右边和下边…
//依赖模块 var fs = require('fs'); var request = require("request"); var cheerio = r…
$(window).load(function() { var p = Raphael('canvas'); p.cx = 0, p.cy = 0, p.cs = 1; p.can…
<html> <head> <meta charset='utf-8'/> <title>Snake</title> &…
/ * Goofy 2011-11-29 * 图像处理:根据传递过来的坐标参数,x,y,w,h,依次为选取的x坐标,y坐标,w宽度,h高度 通过imagecopy()方法将该区域c…
<!doctype html> <html lang="en"> <head> <meta charset="…
function setCookie (name, value, expires, path, domain, secure){ var today = new Date(); t…
<script type="text/javascript"> //保留两位小数 //功能:将浮点数四舍五入,取小数点后2位 function to…
/* To Title Case 1.1.1 * David Gouch <http://individed.com> * 23 May 2008 * License:…
本程序能够实现转换字符,并能去掉字符中间的空格,并且单击Bttton可以实现复制代码功能。有待进一步改进。请多多指教。未完成实现去左空格,右空格功能。 去空格,转字符,复制代码 &…
/** * 格式化日期 * @param format * @returns */ Date.prototype.format = function(format) { var o…