apache-commons
apache commons configuration loads property until "," character
I want to load configuration (apache commons conf开发者_JS百科iguration) from a properties file. My program is:[详细]
2023-03-12 04:59 分类:问答Directory size mismatch after file copy
Hopefully someone has seen this before. I\'m trying to copy all directory contents from the source to a different directory, and for this I started using the Commons FileUtils.copyDirec开发者_StackOve[详细]
2023-03-10 12:54 分类:问答Lang ToStringBuilder request parameters logging
I need to log all the request parameters in some situations for debug purposes... I tried using ToStringBuilder.reflectionToString(request), but it still showed memory addresses[详细]
2023-03-09 07:39 分类:问答Java, Apache Commons Configuration XML attributes
I\'m reading config from an XML file using Apache\'s commons.configuration. In one of the sections开发者_开发问答, I have several lines in the form of:[详细]
2023-03-08 02:17 分类:问答Can Apache Commons CLI options parser ignore unknown command-line options?
I am writing a Java application that takes command line arguments which are processed using Apache Commons CLI with the GnuParser.For reasons that are not interesting to get into, I would like it to s[详细]
2023-03-07 01:08 分类:问答java ftp nullpointer exception
I have code to upload a file to a server. import org.apache.commons.net.ftp.FTPClient; import java.io.File;[详细]
2023-03-06 07:08 分类:问答IP fallback in android
I\'m accessing a server for web service calls.When I\'m developing on the same network as the server, I can access the web service by its internal IP address but not its external IP address.However, i[详细]
2023-03-06 06:35 分类:问答Problems deleting a file with Java (apache commons io)
I am calling a C++ Method via JNI which creates two files. A text log file and a pdf file in a given directory. I want to delete these files (if they exist) before executing the JNI method.[详细]
2023-03-05 03:54 分类:问答Java Apache Commons getPercentile() different result that MS Excel percentile
I have an algorithm that calculates the percentile(85) with Apache Commons of a series of values (12 values), for a later evaluation with a threshold to ma开发者_运维知识库ke a decision. The result is[详细]
2023-03-05 00:12 分类:问答SynchronizedSet in apache commons
Why is开发者_如何学Go there Apache\'s Synchronized Set when we have Collection\'s SynchronizedSet?[详细]
2023-03-04 15:36 分类:问答