2013年12月2日

摘要: 登陆 //登陆链接 用户: 密码: 阅读全文
posted @ 2013-12-02 09:22 寂寞成灾 阅读(290) 评论(0) 推荐(0) 编辑

2013年9月18日

摘要: 前台 即将过期账册提醒>> 账册名称 经营单位... 阅读全文
posted @ 2013-09-18 14:39 寂寞成灾 阅读(239) 评论(0) 推荐(0) 编辑

2011年10月26日

摘要: 代码1.JS链表代码(网上的)View Code /** * 单向链表 * by snandy 2011 * */LinkedList = function(){ function Node(data, next) { this.data = data || null; this.next = next || null;}Node.prototype = { getValue: function() { return this.data; }, setValue: function(obj) { this.data = obj;... 阅读全文
posted @ 2011-10-26 17:34 寂寞成灾 阅读(264) 评论(0) 推荐(0) 编辑

2011年10月11日

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>Print Game</title> <script type="text/javascript" 阅读全文
posted @ 2011-10-11 11:46 寂寞成灾 阅读(213) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head> <title>lazy load page</title> <script type="text/javascript& 阅读全文
posted @ 2011-10-11 11:43 寂寞成灾 阅读(483) 评论(0) 推荐(0) 编辑

导航