登录
首页 » Java » TikaFile

TikaFile

于 2011-11-17 发布 文件大小:1KB
0 209
下载积分: 1 下载次数: 4

代码说明:

  抽取文件,能够读取office、pdf文件(Extract files, the ability to read office, pdf file)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ResearchNewExcel
    操作EXCEL,设置表格格式,数据写入,读出等.EXCEL进程打开,退出等.(Operation EXCEL, format tables, data is written, read, etc.. EXCEL process to open and exit.)
    2011-10-24 09:06:17下载
    积分:1
  • 0515
    同步复制文件夹源码例程运用易语言操作系统界面功能支持库实现同步复制文件或文件夹,易语言命令与DLL命令相比较。(Synchronous replication folder the source routine use easy language interface features of the operating system support library implements synchronous copy a file or folder, easy language command compared DLL command.)
    2013-03-05 21:19:25下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • VC-read-and-write-from-excel
    该文件实现了C语言对EXCELL的读取和写入操作,希望对大家有帮助。(The file C language on EXCELL read and write operations, we hope to.)
    2012-07-15 22:43:29下载
    积分:1
  • add_head
    给二进制地震数据加卷头和道头信息,使之成为sgy文件,(add trace information to seismic data)
    2012-08-11 22:07:57下载
    积分:1
  • altreadsegy
    读取sgy格式文件的代码,可以自己修改,很好用的(Sgy format file reading code, you can make changes, the good)
    2021-02-08 08:59:54下载
    积分:1
  • winpe
    类似Borland公司的Tdump的程序。分析DLL/EXE文件信息(The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland)
    2020-11-05 10:09:54下载
    积分:1
  • logger
    日志模块,日志记录,适用于所有程序,可直接调用。(Logging module, log recording)
    2020-06-20 19:40:02下载
    积分:1
  • BinaryRW
    c#二进制文件读写程序,经过测试,可以运行,适合初学者(C# the binary file to read and write procedures, through the test, you can run, suitable for beginners)
    2016-04-22 11:49:13下载
    积分:1
  • inidemo
    对配置文件的通用访问以及写入操作,本程序提供静态方法(Configuration file access)
    2013-08-06 14:51:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载