`
sanry
  • 浏览: 35179 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
import java.util.concurrent.Executors;import java.util.concurrent.ScheduledExecutorService;import java.util.concurrent.TimeUnit;public class TestMain {        public static void main (String [] args) throws CDREParsexception{        Runnable runnable = new Runnable(){            public void run(){    ...
java 解析ASN.1 编码格式cdr话单文件例子。程序中并没有将文件所有内容正确解析,只是一个例子
1、  list           1、ArrayList   publicclass ArrayList<E> extends AbstractList<E>         implements List<E>, RandomAccess, Cloneable, java.io.Serializable   AbstractList继承了AbstractCollection类实现了
    在Java语言中, abstract class 和interface 是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的 面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互 ...
在配置好weblogic进行测试连接的时候出现了以下问题 Warning! Connectivity to backend database not verified. This is either because required connection pool attribute "TestConnectionsOnReserve" has not been enabled, or an invalid value has been specified for attribute "TestTableName". Please check the s ...
The deployment framework was unable to register with the Data Replication Service. RegisterException due to underlying exception java.lang.NullPointerException 在config.xml的listenaddress中加上IP地址就可以了
刚开始提示:absent line number information 在网上找了如下方法,试了还是不行 第一种方法: 将<javac 中的 debug="true"(使用Ant编译的) 第二种方法: 项目->属性->Java编译器->类文件生成->将行号属性添加至生成的类文件(由调试器使用)->打勾 Project--->Properties---->java Compiler---->classfile Generation 选中下面的复选框,点击Apply后,点击OK就可以了,如果复选框本来是选中的,取消 ...
    研究了好几天用itext生成word目录,在别人的指导下终于做到了这一步:生成标题格式和样式。在生成好的word文档中还要手工生成,插入->引用->索引和目录->目录。如果那位能直接生成目录省去手工操作请指教。我用的包是iText-2.1.7.jar和iText-rtf-2.1.7.jar两个。下面是例子: package com.zfsoft.test; import java.io.FileNotFoundException; import java.io.FileOutputStream; import com.lowagie.text.Document; ...
Global site tag (gtag.js) - Google Analytics