資源簡介
java多線程實現dbf轉成xls

代碼片段和文件信息
/*
(C)?Copyright?2015-2017?Alberto?Fernández?
This?library?is?free?software;?you?can?redistribute?it?and/or
modify?it?under?the?terms?of?the?GNU?Lesser?General?Public
License?as?published?by?the?Free?Software?Foundation;?either
version?3.0?of?the?License?or?(at?your?option)?any?later?version.
This?library?is?distributed?in?the?hope?that?it?will?be?useful
but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the?GNU
Lesser?General?Public?License?for?more?details.
You?should?have?received?a?copy?of?the?GNU?Lesser?General?Public
License?along?with?this?library.??If?not?see? .
*/
package?com.linuxense.javadbf;
/**
?*?Indicates?aligment?of?data.?
?*/
public?enum?DBFAlignment?{
/**
?*?Data?is?aligned?to?the?left?(so?padding?data?is?appended?to?the?string)
?*/
LEFT
/**
?*?Data?is?aligned?to?the?right(so?padding?data?is?preppended?to?the?string)
?*/
RIGHT;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-03-04?08:31??dbf2xls\
?????目錄???????????0??2017-03-20?11:06??dbf2xls\.idea\
?????文件?????????346??2017-03-04?08:28??dbf2xls\.idea\deployment.xm
?????文件??????????97??2017-03-04?08:28??dbf2xls\.idea\desc
?????文件?????????203??2017-03-04?08:31??dbf2xls\.idea\encodings.xm
?????目錄???????????0??2017-03-04?08:29??dbf2xls\.idea\inspectionProfiles\
?????目錄???????????0??2017-03-04?08:31??dbf2xls\.idea\libraries\
?????文件?????????266??2017-03-04?08:31??dbf2xls\.idea\libraries\lib.xm
?????文件????????2392??2017-03-04?08:28??dbf2xls\.idea\misc.xm
?????文件?????????261??2017-03-04?08:29??dbf2xls\.idea\modules.xm
?????文件??????????91??2017-03-04?08:28??dbf2xls\.idea\project-template.xm
?????文件???????43033??2017-03-20?11:06??dbf2xls\.idea\workspace.xm
?????文件?????????495??2017-03-04?08:31??dbf2xls\dbf2xls.iml
?????目錄???????????0??2017-03-04?08:50??dbf2xls\lib\
?????文件??????263965??2017-02-27?12:19??dbf2xls\lib\commons-codec-1.9.jar
?????文件???????62050??2017-02-27?12:19??dbf2xls\lib\commons-logging-1.1.3.jar
?????文件??????392972??2017-03-01?08:11??dbf2xls\lib\fastjson-1.2.13.jar
?????文件??????245039??2017-02-27?12:19??dbf2xls\lib\junit-4.11.jar
?????文件??????489884??2017-02-27?12:19??dbf2xls\lib\log4j-1.2.17.jar
?????文件?????2080419??2017-02-27?12:19??dbf2xls\lib\poi-3.11-20141221.jar
?????文件?????1210980??2017-02-27?12:19??dbf2xls\lib\poi-ooxm
?????文件?????5595829??2017-02-27?12:19??dbf2xls\lib\poi-ooxm
?????目錄???????????0??2017-03-04?08:31??dbf2xls\out\
?????目錄???????????0??2017-03-04?08:31??dbf2xls\out\production\
?????目錄???????????0??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\
?????目錄???????????0??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\
?????目錄???????????0??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\linuxense\
?????目錄???????????0??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\
?????文件????????1023??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFAlignment.class
?????文件????????1296??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFba
?????文件????????2728??2017-03-04?08:52??dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFCharsetHelper.class
............此處省略50個文件信息
評論
共有 條評論