码迷,mamicode.com
首页 >  
搜索关键字:apache-commons    ( 1065个结果
给视频打水印及音频格式转换
packagecom.d3.picture.util;importjava.io.BufferedReader;importjava.io.InputStreamReader;importjava.util.ArrayList;importjava.util.List;importorg.apache.commons.io.IOUtils;importorg.apache.commons.lang.math.NumberUtils;importorg.apache.log4j.Logger;publiccla..
分类:其他好文   时间:2015-04-14 20:03:39    阅读次数:162
junit spring
import org.apache.commons.lang3.StringUtils;import org.apache.xbean.spring.context.ClassPathXmlApplicationContext;import com.opensymphony.xwork2.inter...
分类:编程语言   时间:2015-04-14 16:25:49    阅读次数:156
java.lang.UnsupportedClassVersionError: Bad version number in .class file (unable to load class org.
1、错误描述 严重: Exception starting filter struts2 java.lang.UnsupportedClassVersionError: Bad version number in .class file (unable to load class org.apache.commons.lang3.StringUtils) at org.apache.catal...
分类:编程语言   时间:2015-04-13 22:58:54    阅读次数:211
如何利用Java高效读取大文件
在内存中读取 读取一个大约1G的文件 文件流 Apache Commons IO流...
分类:编程语言   时间:2015-04-08 16:29:56    阅读次数:148
DBUtils使用(对jdbc的封装)
package com.mysql.demo;import java.sql.SQLException;import java.util.Iterator;import java.util.List;import org.apache.commons.dbutils.QueryRunner;impo...
分类:数据库   时间:2015-04-04 22:21:49    阅读次数:242
运行ava org.apache.axis.client.AdminClient时找不到org.apache.commons.logging.LogFactory
D:\Tomcat 5.0\webapps\axis\WEB-INF\classes>java org.apache.axis.client.AdminClie nt Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.lo gging.LogFactory         at org...
分类:Web程序   时间:2015-04-03 11:20:15    阅读次数:255
Apache HttpClient 连接池的使用
import java.io.IOException; import java.util.Random; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.http.HttpEntity; import org.apache.http.H...
分类:Web程序   时间:2015-04-02 19:17:01    阅读次数:156
Spring DM 2.0 环境配置 解决Log4j问题
搭建 spring dm 2.0 环境出的问题 log4j 的问题解决办法是一、引入SpringDM2.0的Bundle,最后完成如下图所示:注意:要引入slf4j.api、slf4j.log4j、slf4j.org.apache.commons.logging与org.apache.log4j这四...
分类:编程语言   时间:2015-04-01 17:28:10    阅读次数:273
解决Android工程中引入codec.jar包报错问题
在Android项目中使用到了org.apache.commons.codec.jar包下的Hex.encodeHexString(byte[] input)方法进行加密。结果编译通过,运行时总是报java.lang.NoSuchMethodError: org.apache.commons.cod...
分类:移动开发   时间:2015-03-19 00:40:36    阅读次数:235
SolrServer SolrRequest
solrServer实现类HttpSolrServerHttpSolrServer uses the Apache Commons HTTPClient to connect to solr.HttpSolrServer is thread-safe and if you are using the...
分类:其他好文   时间:2015-03-18 15:25:29    阅读次数:234
1065条   上一页 1 ... 86 87 88 89 90 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!