- 博客(19)
- 资源 (14)
- 收藏
- 关注
转载 jquery-1.4.3.min.js
/*! * jQuery JavaScript Library v1.4.3 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Siz
2012-09-12 11:07:59
1701
转载 jquery.PrintArea.js
(function($) { var printAreaCount = 0; $.fn.printArea = function() { var ele = $(this); var idPrefix = "printArea_"; removePrintArea(idPrefix + printAreaCount);
2012-09-04 13:14:55
910
原创 iframe模拟Ajax 多文件上传
无标题页 jQuery.extend({ CreateUploadIframe: function (id, uri) { //create frame var frameId="UploadFrame";
2012-06-29 18:52:04
616
转载 jquery Form.js
/* * jQuery Form Plugin * version: 2.18 (06-JAN-2009) * @requires jQuery v1.2.2 or later * * Examples and documentation at: http://malsup.com/jquery/form/ * Dual licensed under the MIT and
2012-06-28 13:05:56
956
转载 jquery MetaData.js 源文件
/*�örn Zaefferer, Paul McLanahan * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * Revis
2012-06-28 13:05:22
3254
转载 jquery blockUI.js
/* * jQuery blockUI plugin * Version 2.16 (20-MAR-2009) * @requires jQuery v1.2.3 or later * * Examples at: http://malsup.com/jquery/block/ * Copyright (c) 2007-2008 M. Alsup * Dual lice
2012-06-28 13:02:55
1450
转载 jquery multifile.package.js 上传文件插件javascript 源码
/* ### jQuery Multiple File Upload Plugin v1.47 - 2010-03-26 ### * Home: http://www.fyneworks.com/jquery/multiple-file-upload/ * Code: http://code.google.com/p/jquery-multifile-plugin/ * * D
2012-06-28 12:59:46
866
转载 jquery multifile.js
/* ### jQuery Multiple File Upload Plugin v1.47 - 2010-03-26 ### * Home: http://www.fyneworks.com/jquery/multiple-file-upload/ * Code: http://code.google.com/p/jquery-multifile-plugin/ * * D
2012-06-28 12:56:27
1735
原创 css float闭合问题
网页多列布局时,时常用float 对多列数据布局。每列又包含多个元素,多列布局的背景高度不能自动扩展, 例如:有个块元素 1): 块元素#col1 向左浮动。2): 块元素#col1 内包含多个浮动元素。些时我们可以利用css 中的after伪元素来使得块元素#col闭合。给块元#col素加上ClearFix 类。 .Clea
2012-03-30 16:54:24
373
原创 SQL分页 _2005
SQL创建分页create procedure SP_PageIndex( @pageIndex int, @ItemsCountInEachPage int, @pageCount int out)asbegin
2011-10-14 15:22:32
282
原创 excel 导出乱码问题
加入下面二句中一句就可以了。 1: HttpContext.Current.Response.Charset = "UTF-8"; 2:HttpContext.Current.Response.ContentEncoding = System.Text
2011-10-14 14:51:40
377
原创 解决C# 导出gridview中的数据到excel 时, 全数字时 0 被去掉的问题
System.IO.StringWriter tw = new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter hw = new System.Web.UI.HtmlTextWrite
2011-09-21 15:40:01
1317
原创 导excel数据到word模板
一 Excelstep1:设定模板文件路径:可以放到.xlsm文件中。step2:加入button后在button定义click事件中:加入宏宏function:Sub do_API() Dim data_sheet Dim i
2011-09-16 16:36:05
1509
转载 深入浅出之正则表达式(一)
深入浅出之正则表达式(一)前言:半年前我对正则表达式产生了兴趣,在网上查找过不少资料,看过不少的教程,最后在使用一个正则表达式工具RegexBuddy时发现他的教程写的非常好,可以说是我目前见过最好的正则表达式教程。于是一直想把他翻译过来。这个愿望直到这个五一长假
2011-08-09 16:57:42
316
转载 深入浅出之正则表达式(二)
深入浅出之正则表达式(二)前言:本文是前一片文章《深入浅出之正则表达式(一)》的续篇,在本文中讲述了正则表达式中的组与向后引用,先前向后查看,条件测试,单词边界,选择符等表达式及例子,并分析了正则引擎在执行匹配时的内部机理。本文是Jan Goyvaerts为Reg
2011-08-09 16:56:12
293
转载 excel helper
#region Public static functions /// /// Excute Data Reader /// /// Excel Path /// SQL Query
2011-08-08 14:05:40
466
原创 简单的asp.net gridview模板
HTML: AllowPaging="True" AutoGenerateColumns="False" onrowcancelingedi
2011-08-04 15:49:44
797
原创 Asp.net girdview 导出.csv格式
/// /// export to .csv format /// /// gridview control /// page /// file name public
2011-08-04 15:30:09
572
原创 Barcode 导入Word
最近搞了几天barcord,把barcode导入word文档里,费了不少力气才搞好。在此记下,以防以后会用到。这个东东在网上还真难找到相关的资料。首先在页面上写个html和js(用来选中和取消选中)。 $(document)
2011-08-04 15:21:34
1137
SAS 统计分析与应用从入门到精通
2013-07-01
jquery 帮助文档
2011-11-13
精通Oracle.10g.Pl.SQL编程
2011-11-13
精通CSS:高级Web标准解决方案
2011-11-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人