登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Java
  2. 代码类别:文件操作
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. txt2ecl

  txt转excel 色谱分析仪生成txt格式文档转换 对其他文件不适用(txt2excel for a special txt)

5
下载
83
浏览
2013-11-28发布

2. StudySrcCodeCoolReader

  这dome个实现了Txt文件解码 加载 分页 对于编写TXT阅读器有很大的帮助!~(This dome a Txt file decoder implements paging load TXT reader for writing a great help! ~)

6
下载
71
浏览
2013-11-12发布

3. StudySrcCodeCoolReader

  这dome个实现了Txt文件解码 加载 分页 对于编写TXT阅读器有很大的帮助!~(This dome a Txt file decoder implements paging load TXT reader for writing a great help! ~)

6
下载
69
浏览
2013-11-12发布

4. notebook

  实现记事本的一些简单功能,包括文件的打开,保存,复制,粘贴等。(Achieve some simple notepad functions, including file open, save, copy, paste and so on.)

3
下载
60
浏览
2013-11-06发布

5. notebook

  实现记事本的一些简单功能,包括文件的打开,保存,复制,粘贴等。(Achieve some simple notepad functions, including file open, save, copy, paste and so on.)

3
下载
63
浏览
2013-11-06发布

6. wenjiangeshid

  程序员会用到的文件格式,不是很全也许有用(Programmers will use the file format is not very wide may be useful)

2
下载
65
浏览
2013-05-15发布

7. ReadBinaryTest

  读取文件,以十六进制形式存储于txt文件中(Read the file, stored in a TXT file in hexadecimal form)

3
下载
90
浏览
2013-05-06发布

8. poi-bin-3.8-20120326.tar

  poi导出Excel jar 下载对以有很大帮助(poi export Excel jar Download a great help to have)

15
下载
77
浏览
2012-10-26发布

9. FileUtil

  简单实现文件(夹)的复制、移动、删除、获取大小等操作 复制文件或者目录,复制前后文件完全一样。 删除一个文件或者目录 。 移动文件或者目录,移动前后文件完全一样,如果目标文件夹不存在则创建。 重命名文件或文件夹 。 读取文件或者目录的大小 。 判断一个文件是否存在 。 本地某个目录下的文件列表(不递归) 。 递归目录下的所有文件。 将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!) 获得文件大小(Simple implementation file (folder) copy, move, delete, size and other operations for Copy files or directories, copy files around the same. Delete a file or directory. Moving files or directories, move files around the same, if the target folder does not exist is created. Rename the file or folder. Read the file or directory size. Determine whether a file exists. Local list of files in a directory (not recursive). Recursive directory of all files. Write the string specified file (when the path specified in the parent folder does not exist, it will maximize to create, save to ensure success!) Get file size)

14
下载
70
浏览
2011-12-26发布

10. TikaFile

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

4
下载
81
浏览
2011-11-17发布

11. pdf2tiff

  pdf转换为tiff格式的图片,支持多页格式。(trans pdf to tiff.)

39
下载
75
浏览
2011-10-09发布

12. rename2

  批量重命名WORD文档小程序,采用Apeche poi(Batch rename WORD document applet, using Apeche poi)

3
下载
70
浏览
2011-06-17发布

13. 2009012939_zhuxin

  桌面搜索小工具,可以实现文件搜索和文本检索(desktop search tool)

8
下载
73
浏览
2011-05-26发布

14. pdfword

  将PDF转换为WORD 准确率很高 很不错的一个软件 (Will be converted to WORD PDF high accuracy a very good software)

12
下载
86
浏览
2010-06-30发布

15. addText

  使用IO实现txt文本的追加,和字符串操作,有兴趣可以看看(Txt text using the IO to achieve additional, interested can look at)

3
下载
86
浏览
2010-06-17发布

16. NaiveBayes

说明:  朴素贝叶斯分类,从weka中提取的,希望大家多多指正(nativebayes)

1
下载
120
浏览
2010-04-07发布

17. RenameFile

运行文件dist重命名控制器.jar">

3
下载
90
浏览
2009-05-04发布

18. javadirtree

  java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了; ftm.setShowHidenFiles(true) //设置是否显示隐藏文件 ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部 (java realization of the system directory tree control// into the following categories of import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All)

24
下载
81
浏览
2008-06-19发布

19. Filetest

  一个java开发的文件操作的小例子,欢迎大家使用(Development of a java file operations of small examples, welcome to use)

2
下载
62
浏览
2008-01-04发布