- 博客(6)
- 收藏
- 关注
转载 正则表达式
var regexEnum = { intege: "^-?[1-9]\\d*$error整数", //整数 num1: "^[1-9]\\d*$error正整数", //正整数 intege2: "^-[1-9]\\d*$error负整数", //负整数 ...
2011-05-11 17:44:00
98
转载 SQL2005中row_number()等函数的用法
2005比2000新增了几个函数,分别是row_number()、rank()、dense_rank()、ntile(),下面以实例分别简单讲解一下。 create table gg(sname varchar(10),sort varchar(10),num int) go insert into gg select '白芍','根茎类',55 union all...
2011-05-06 16:00:00
147
转载 Asp.net 读取本地Excel
后台代码—————————————— using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
2011-05-05 15:49:00
217
转载 使用Jquery 将DropDownlist的选中值赋给label
jquery代码------------------- $(function() { $("#DropDownList1").bind("change", function() { $("#Label1").text($("#DropDownList1 option:selected").text()); }...
2011-05-04 15:32:00
129
转载 Jquery 绑定时间
jquery 显示本地时间/ 带日期、星期/ UTC 引用jquery 库:<script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.jclock.js"></script> ...
2011-05-03 14:11:00
121
转载 Jquery 全选、反选
引用Jquery 库jquery-1.4.1-vsdoc.js 等 Jquery脚本代码—————————————————————— $(function() { $('#inputCheck').click(function() { $("input[name='Checkbox1']").attr("checked", $(this).att...
2011-05-03 13:41:00
76
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅