对文件管理器的建议 [英] suggestion for a file manager

查看:83
本文介绍了对文件管理器的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在用JAVA制作文件管理器.我需要一些可以添加到文件管理器中的功能的建议.
到目前为止,我已经计划过的功能是:

-基本文件操作(打开,复制,移动,删除,重命名等)
-双窗格
-p2p文件共享(使用JXTA)
文件夹同步


我可以得到一些建议吗?
请用简单的示例和实现方法进行说明.

我也想实现本地文件搜索,但是我不确定该怎么做.

谢谢.

i''m working on making a file manager in JAVA. I need some suggestions for features that can be added to the file manager.
the features that i have planned for so far are:

-basic file operations(open,copy,move,delete,rename etc.)
-dual pane
-p2p file sharing(using JXTA)
-folder sync


can i get a few suggestions?
please explain with simple examples and methods of implementing it.

i also want to implement local file searching, but i''m not sure how exactly to go about it.

Thanks.

推荐答案

建议:
从一个非常基本的Java Windows应用程序开始,该应用程序可以列出目录中的所有文件.成功完成后,请逐渐将代码添加到右侧面板以显示详细信息,并添加所有其他必要的功能,并记住在每个阶段都要进行彻底的测试.

本地文件搜索只是意味着搜索整个目录树(递归地遍历每个子目录),并注意每个符合搜索条件的文件的位置.
Suggestions:
Start with a very basic Java windows application that can list all the files in a directory. When that works successfully gradually add the code to the right hand panel to show details, and add all the other functionality necessary, remembering to test thoroughly at each stage.

Local file searching, just means searching the entire directory tree (recursively going through each subdirectory) and noting the location of each file that matches the search criteria.


这篇关于对文件管理器的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆