在对eml文件进行索引的时候需要先对其进行解析,提取出其中的收件人、发件人、文件内容和附件等信息下边是解析eml文件的一个demo(在运行之前需要先导入mail.jar
和commons-email.jar) 1 package com.jiaoyiping.windowsfilesearch.te...
分类:
其他好文 时间:
2014-05-31 06:11:38
阅读次数:
478
JSONObject与JSONArray的使用一、JAR包简单介绍
要使程序能够执行必须引入JSON-lib包,JSON-lib包同一时候依赖于下面的JAR包: 1.commons-lang.jar
2.commons-beanutils.jar 3.commons-collections.jar4...
分类:
Web程序 时间:
2014-05-30 05:36:18
阅读次数:
199
findContours(shape_threshold, contours_tmp,
hierarchy_tmp,CV_RETR_EXTERNAL,CV_CHAIN_APPROX_TC89_KCOS, Point(0, 0)
);//输入图像shape_threshold发生了改变 all_ed....
分类:
其他好文 时间:
2014-05-30 03:15:59
阅读次数:
382
1 #include 2 #include 3 #include "chain.c"
//include the chain.c to create chain and list 4 #define NUMBER_SCOPE 69000 5
#define ARRAY_SIZE 10...
分类:
其他好文 时间:
2014-05-29 17:01:46
阅读次数:
297
1.在进行qt creator编译qt工程时,报出错误:error while building
deploying project。还可能出现如下提示qt creator needs a tool chain set up to build.
configure a tool chain in p...
分类:
其他好文 时间:
2014-05-29 02:25:59
阅读次数:
532
责任链模式Chain of Responsibility
使多个对象都有机会处理请求,从而避免请求的发送者和接受者间的耦合关系,并沿着这条链传递请求,直到有对象处理它为止
责任链模式关键是建立链接关系,在链中决定谁来处理请求 //抽象处理者 public abstract c...
分类:
其他好文 时间:
2014-05-29 01:35:32
阅读次数:
283
1、使用Apache 的 Commons FileUpload FileUpload下载地址:
http://commons.apache.org/fileupload/ 下载:commons-fileupload-1.2.2-bin.zip
得到:commons-fileupload-1....
分类:
其他好文 时间:
2014-05-22 15:09:24
阅读次数:
216
看了一晚上的海贼王,感觉得学点东西才行。急急忙忙的搭了个Spring环境(spring官网:www.spring.io)eclipse4.3.2jdk
1.7.0_45spring 4.0.5下载spring所需的jar包这里我新建了一个web项目spring,将spring.jar和commons...
分类:
编程语言 时间:
2014-05-22 14:30:53
阅读次数:
368
一、EPC定义
EPC=Event-driven Process Chain(事件驱动过程链)
EPC建模方法最初由Keller, N¨uttgens和Scheer博士在1992年发表的EreignisgesteuerteProzesskette(EPK)基础上形成的一种以状态变化驱动进行业务过程(流程)分析的建模方法,EPC的目标是为分层表达企业的抽象业务提供...
分类:
其他好文 时间:
2014-05-21 15:45:01
阅读次数:
238
搭建项目:1.创建web项目2.引入类库[struts2]asm-3.3.jarasm-commons-3.3.jarasm-tree-3.3.jarcommons-fileupload-1.3.1.jarcommons-io-2.2.jarcommons-lang3-3.1.jarfreemarker-2.3.19.jarognl-3.0.6.jarstruts2-core-2.3.16.1.jarxwork-core-2.3.16.1.jar[hibernate]antlr-2.7..
分类:
其他好文 时间:
2014-05-21 00:45:05
阅读次数:
369