码迷,mamicode.com
首页 >  
搜索关键字:apache-commons    ( 1065个结果
[redis] The type org.apache.commons.pool2.impl.GenericObjectPoolConfig cannot be resolved.It is indirectly referenced from required .class files 报错解决方法
在导入与redis有关的项目时,经常报下面的错误: The type org.apache.commons.pool2.impl.GenericObje1ctPoolConfig cannot be resolved.It is indirectly referenced from required ...
分类:Web程序   时间:2018-09-05 14:57:07    阅读次数:315
第十篇 IO流技术(十)
package com.zzp.commons; import java.io.File; import org.apache.commons.io.FileUtils; /** * * 大小 * @author java * */ public class CIOTest01 { public s... ...
分类:其他好文   时间:2018-09-05 09:10:15    阅读次数:197
org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver '
问题摘要: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedE ...
分类:数据库   时间:2018-09-03 19:32:04    阅读次数:364
Commons包详解
Apache Commons包含了很多开源的工具,用于解决平时编程经常会遇到的问题,减少重复劳动。项目地址http://commons.apache.org/ Commons BeanUtils 提供对Java反射和自省API的包装。 依赖包:Commons Codec、Commons Loggin ...
分类:其他好文   时间:2018-08-30 00:20:32    阅读次数:176
Java工具-检验ftp服务器的指定文件是否存在
import org.apache.commons.net.ftp.FTP; import org.apache.commons.net.ftp.FTPClient; import org.apache.commons.net.ftp.FTPReply; /** * 检验指定路径的文件是否存在ftp... ...
分类:编程语言   时间:2018-08-29 16:55:34    阅读次数:207
下載地址
http://www.oracle.com/technetwork/java/javase/downloads/index.html JAVA下載地址 http://commons.apache.org/logging/ Apache Commons Logging API 下載地址 http:// ...
分类:其他好文   时间:2018-08-27 21:37:57    阅读次数:135
Java实用类库之StringUtils
org.apache.commons.lang.StringUtils 作为jdk中lang包的补充 检查CharSequence是否为空,null或者空格 CharSequence (CharBuffer, Segment, String, StringBuffer, StringBuilder) ...
分类:编程语言   时间:2018-08-26 13:49:20    阅读次数:204
2018-08-10期 MapReduce实现双色球近10年每个号码中奖次数统计
package cn.itcast.bigdata.shsq;import java.io.IOException;import org.apache.commons.lang.StringUtils;import org.apache.hadoop.io.LongWritable;import org.apache.hadoop.io.Text;import org.apache.hadoop.
分类:其他好文   时间:2018-08-11 15:34:48    阅读次数:157
FTPClient TLS 与 FTP 进行数据传输异常:Remote host closed connection during handshake
环境:java JDK 1.8、org.apache.commons net 3.6.jar、端口已放开 解决方法:自己定义一个类继承FTPSClient,重载_prepareDataSocket_(final Socket socket)方法,添加了TLS的session hash支持并扩展了密钥 ...
分类:其他好文   时间:2018-08-10 14:36:24    阅读次数:3933
贴一段java读取hdfs 解压gz zip tar.gz保存到hdfs的代码
main.java; java.io.*; java.util.LinkedList; java.util.List; java.util.zip.*; org.apache.commons.compress.archivers.ArchiveException; org.apache.commons.compress.archivers.ArchiveInputStream; org.
分类:编程语言   时间:2018-08-10 11:37:53    阅读次数:249
1065条   上一页 1 ... 24 25 26 27 28 ... 107 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!