摘要: js:jq:(js的那个在我的项目上不是很好用自己写了一个jq的) var step = 59; $('#btn').val('重新发送60'); var _res = setInterval(function() { $("#btn").attr("disabled", true);//设置di... 阅读全文
posted @ 2014-11-07 13:55 死神的遗迹 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 2013-12-07 19:15:29|分类:Web前端|标签:html|举报|字号订阅$.ajax({type: "post",url: "index.php",data: "id="+uid,dataType:"json",success : function(){alert(1);},erro... 阅读全文
posted @ 2014-11-07 08:57 死神的遗迹 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/fangxing80/article/details/6106228 阅读全文
posted @ 2014-11-05 16:20 死神的遗迹 阅读(89) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/sollion/article/details/4515179 阅读全文
posted @ 2014-09-10 11:33 死神的遗迹 阅读(101) 评论(0) 推荐(0) 编辑
摘要: jquery.validate 学习笔记(验证form表单工具)在网上找了一些资料,很多对表单验证的工具需要指明表单的控件的name 或者 id,就需要自己写JS代码来指明哪些控件需要添加校验,如果页面很多,自己JS的工作量还是比较大的,还不如自己写代码去校验,因此我选择了jquery.valida... 阅读全文
posted @ 2014-08-01 10:06 死神的遗迹 阅读(262) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-07-08 17:23 死神的遗迹 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/code/snippet_197014_15251 阅读全文
posted @ 2014-07-08 14:13 死神的遗迹 阅读(102) 评论(0) 推荐(0) 编辑
摘要: //pbak是要检查是否为空的文件夹路径 if (Directory.GetDirectories(pbak).Length > 0 || Directory.GetFiles(pbak).Length > 0) { Response.Write(""); } 阅读全文
posted @ 2014-07-04 15:40 死神的遗迹 阅读(5379) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/www314599782/article/details/6400034 阅读全文
posted @ 2014-07-01 17:33 死神的遗迹 阅读(132) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_78efec150100ynvf.html 阅读全文
posted @ 2014-07-01 17:29 死神的遗迹 阅读(202) 评论(0) 推荐(0) 编辑