java把多个文件打成zip压缩包
import java.io.*;import org.apache.tools.zip.ZipOutputStream;import org.apache.tools.zip.ZipEntry;pu...
el表达式在<% %>中使用
[attachment=496]c:forEach items=${listp} var=answer varStatus=i begin=0 end=1 c:if test=${answer.ISB...
c:forEach跳出循环两种解决方法
先了解下c:forEach的属性current当前这次迭代的(集合中的)项index当前这次迭代从 0 开始的迭代索引count当前这次迭代从 1 开始的迭代计数first用来表明当前这轮迭代是否为第...
My Eclipse 错误:multiple operations have reported errors.select an error to view its details.
My Eclipse 错误:multiple operations have reported errors.select an error to view its details.[attachme...
ibatis传递数组参数
需要这样查询select grp_id,name from c_group cg where cg.PARENTID in (10540,80937,102046,131886,134205,1443...
本地清除SVN密码解决方案
很简单 找到安装目录:C:\Documents and Settings\Administrator\Application Data\Subversion\auth需要删除auth下面的所有文件夹,...
javascript:alert(document.referrer)网站来源分析
javascript:alert(document.referrer)网站来源分析在你访问的网页地址栏中输入javascript:alert(document.referrer)会显示这个网页的是从哪...
DbVisualizer数据库管理工具(支持大部分数据库)
DbVisualizer是一个完全基于JDBC的跨平台数据库管理工具,内置SQL语句编辑器(支持语法高亮),凡是具有JDBC数据库接口的数据库都可以管理,已经在Oracle, Sybase, DB2,...
不用第三个变量交换2个值
面试的时候遇到过这样的问题。不借助第三个变量让2个变量交换值。 public static void main(String[] args) {int a = 10;int b = 12;a = b...
MyEclipse 8.6上搭建Android开发环境
1,基本环境准备:安装JDK1.5以上,Eclipse3.3以上版本.(MyEclipse也可以),笔者安装了JDK1.6和MyEclipse 8.6。JDK1.6MyEclipse 8.62,下载A...