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: 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: 源程序代码是纯文本文件,本课程设计的目标是编写一个应用程序可以将源程序文件转换为HTML的网页文件。
功能要求如下:
1.能够处理的源程序包括:Java源程序(扩展名.java)、C源程序(扩展名.h和.c)。鼓励能处理其他源程序代码。
2.提供一个基于Java Swing实现的GUI界面,类似Windows的资源管理器。在该界面中选择一个或多个源程序文件进行转换。
3.转换时要求按语法分色。因此需要该对转换进行设置,如:目标文件名、字体、关键字颜色等。
4.得到的HTML文件,用浏览器查看如下图所示。另外要求每行有行号。
-Source code is pure text files, this course design goal is to write a program can be will source program files conversion to HTML page file.
Function requirement as follows:
1. To be able to deal with the source program including: Java source program (extension. Java), C source program (extension. H and. C). Encourage can deal with other source code.
2. To provide a based on Java Swing of the realization of the GUI interface, similar to Windows resource manager. In the interface choice in one or more of the source program files for conversion.
3. When converting demanded by the separation of grammar. Therefore need to convert the setting, such as: the target file name, font, key words color, etc.
4. Get HTML documents using a browser view as below. Each line number have also required.
Platform: |
Size: 333824 |
Author:陈 |
Hits: