1、页面代码<!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/xht
JSP中导入导出Excel文件 [原创 2008-10-14 15:58:04] 字号: 大 中 小 POI3的资料整理一.POI简介 Jakarta POI 是apache的子项目,目标是处理ole2对象。它提供了一组操纵Windows文档的Java API 目前比较成熟的是HSSF接口,处理MS Excel(97-2002)对象。它不象我们仅仅是用csv生成的没有格
一 、Select 02 jQuery获取Select选择的Text和Value: 03 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 04 2. var checkText=$("#select_id").fin
1、创建jsArray.prototype.remove = function( item ){ for( var i = 0 ; i < this.length ; i++ ){ if( item == this[i] ) break; } if( i == this.length ) return;
1、创建jsfunction MiaovperfectDragSimple(vElement, fnOnDragStart, fnOnDraging, fnOnDragEnd){var oElementDrag=null;if(typeof vElement == 'string'){oElementDrag=document.getElementById(vElement);}e
1、左边广告<DIV id="floaterleft" style="Z-INDEX: 100; LEFT: 10px; VISIBILITY: visible; WIDTH: 145px; POSITION: absolute; float: left;display: none;" > <div style="width: 1
1、下载wro4j jar包,这里用wro4j-core-1.6.3.jar,wro4j-extensions-1.6.3.jar。将这2个包加到项目。(可以在本文下面的附件中下载)2、配置web.xml在web.xml加上下面的代码: <filter><filter-name>WebResourceOptimizer</filter-name>&l
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号