Description: 这是一个使用JSP编写的WEB文件管理器,在JDK1.5和Tomcat5.5上测试通过。可对网站上的目录和文件进行读、写、删除和上载等操作,也附带了JSP探针,用于了解程序所运行的容器环境。如果你所在的环境不能使用FTP,那么可以使用本工具上载你你所修改的JSP代码和其它文件。-This is a WEB prepared using JSP File Manager, in the JDK1.5 and Tomcat5.5 on the test. On website directories and files to read, write, delete and upload operation, etc., but also comes with JSP probe for understanding of processes running on the container environment. If your environment should not use FTP, you can use this tool to upload your changes you have JSP code and other documentation. Platform: |
Size: 78848 |
Author:stming |
Hits:
Description: 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 Platform: |
Size: 151552 |
Author:pazhu |
Hits:
Description: 用java编写的系统资源管理器,有基础的文件夹及文件操作功能-Prepared using java system resources manager and has the foundation to the folder and file manipulation functions Platform: |
Size: 89088 |
Author:莫玉辉 |
Hits:
Description: 。支持各种操作系统(windows, Linux, Unix),或租用java空间
2。各种数据库(MySQL, SQL SERVER, Oracle, DB2)。
3。应用服务器Tomcat. Resin, WEBsphere, WEB Logic.
系统功能介绍:
1。播客节目发布管理系统
2。文件管理
3。个性化模版定义功能。可以定制你喜欢的网站风格和样式
4。完全支持RSS订阅,可以兼容iPod+iTunes
5。内置Flash多媒体播放器
6。手机格式(3gp)文件转换
7。论坛
8。标签
9。站内检索功能
10。留言言评论管理
11。节目投票系统
12。用户管理系统
13。防盗链插件
-. Supports a variety of operating systems (windows, Linux, Unix), or rent java space 2. Various databases (MySQL, SQL SERVER, Oracle, DB2). 3. Application server Tomcat. Resin, WEBsphere, WEB Logic. System Features: 1. Podcast Management System Release 2. File Manager 3. Personalized template function definition. Can be customized website you like the style and the style 4. Full support for RSS subscriptions, can be compatible with iPod+ iTunes 5. Flash multimedia player with built-6. Phone format (3gp) file conversion 7. Forum 8. Tags 9. Search function 10. Comments made by the management of 11 messages. 12 shows the voting system. User management system 13. Anti-navigating to www.sina.com.cn. plug-ins Platform: |
Size: 145408 |
Author:小阳 |
Hits:
Description: 采用SSH实现在线考试系统。完成登陆,在线考试,在线批卷,在线打分,在线上传等功能。
1:修改applicationContext.xml 里的数据库配置文件 修改成本机的oracle的真实数据名称,用户名和密码
2:执行sql.txt 脚本
3:进入http://localhost:8080/MyOnLineTest/main.jsp 主页
管理员wzg 密码-Achieve the online examination system using SSH. Complete the landing, online examinations, online batch volume, on-line scoring, on-line upload functions. 1: Modify the database configuration file applicationContext.xml where the cost of machine oracle modify the real data name, user name and password 2: The Executive sql.txt Script 3: Entering http://localhost:8080/MyOnLineTest/main.jsp Home Manager wzg password 222 Platform: |
Size: 5834752 |
Author:belly |
Hits:
Description: 用java语言实现的系统文件管理器,内含所有源代码-Using java language of the system file manager, containing all the source code Platform: |
Size: 55296 |
Author:miaoxiangzhen |
Hits:
Description: 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.) Platform: |
Size: 218112 |
Author:张龙 |
Hits:
Description: elFinder是基于Web的开源文件管理器,用JavaScript编写,使用了jQuery UI,灵感来自 Mac OS X 的 Finder 程序。
elFinder的主要目标是让你管理远程文件,像管理本地文件一样方便。它支持常用的本地操作方式,比如拖曳、移动、热键等。-elFinder is a Web-based open source file manager written in JavaScript, to use the jQuery UI, inspired by the Mac OS X s Finder application. elFinder main goal is to allow you to manage remote files as easy as managing local files. It supports commonly used local operation, such as drag, move, hotkeys, etc. Platform: |
Size: 553984 |
Author:Stasi |
Hits:
Description: java课的小实验,内容是Create/Delete a directory.
Enter a specified directory.
List the files and directories in the current directory (you do not have to expand any sub-directory).
Rename/delete a specified file.
Copy a specified file to another directory.
Copy a specified directory (along with all sub-directories and files) to another directory.
Encrypt/decrypt a specified file.
-java class experiment, the content is the Create/Delete a directory. Enter a specified directory. List the files and directories in the current directory (you do not have to expand any sub-directory). Rename/delete a specified file. Copy a specified file to another directory. Copy a specified directory (along with all sub-directories and files) to another directory. Encrypt/decrypt a specified file. Platform: |
Size: 8192 |
Author:JNS |
Hits: