搜索资源列表
获取系统根目录
- JAVA实现的文件管理中获取系统根目录-JAVA document management system root directory access
hdfs-over-ftp-hadoop-0.20.0
- 在hadoop分布式文件系统上实现ftp 服务-Hadoop distributed file system in the ftp services to achieve
SimpleP2P
- 实现的是P2P文件共享系统,是通过基于Chord原理实现的DHT网络,分享本地计算机上的文件,或下载其他计算机共享的文件。本文件系统的特点在于并不仅仅是个简单的文件传输系统,而是真正的实现文件的共享-Realize that P2P file sharing system, is achieved through the principle of Chord-based DHT network, sharing files on the local computer, or download o
FileSystem_Java
- java实现的简单文件系统,可以实现一般文件系统的基本操作,并赋有系统类图-to achieve a simple java file system, file system can be achieved in general the basic operation and are endowed with the system class diagram
hadoop-0.1.0.tar
- Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
FileSystem
- 基于java的文件管理系统 能实现包括文件的创建、删除、查找等功能-Java-based document management system to achieve, including file creation, deletion, search and other functions
BusinessManagementSysteminJava
- 本源代码为用java实现的企业进销存管理系统。包含源码文件,相应的数据库文件,以及说明文件一份。-Java source code for the realization of the enterprise with Invoicing management system. Contains the source file, the corresponding database file, as well as a note.
BBSinJava
- 该文件为用java实现的bbs系统。主要实现了BBS中的以下目标: 系统界面友好、美观。 划分用户级别,将不同的权限划分给不同的人群。合理管理论坛相关信息。易于维护和扩展。系统运行稳定可靠。 压缩包包含了java源码,相关的数据库文件,以及一份程序说明文件。 -The document for the use of java system bbs achieved. The main achievement of the BBS of the following goa
Java
- 该课题的目标是解决企业的沟通及协同的问题,提高工作效率。企业或单位的员工可以利用该通讯系统随时随地发送文字消息、进行多人群聊,消息*、传送文件、音频视频对话等。系统包括客户端程序和服务器程序,支持局域网和Internet。员工之间可以在企业内部任何地点、任何时间进行即时交流,真正实现企业内部协同工作-The goal is to resolve the issue of communication between enterprises and the problem of coordinat
pollSystem
- 基于JavaEE的在线投票系统,使用当前流行的SSH框架搭建,并且使用了apache的JFeeeChart组件实现了在线投票系统。内附SQLServer2000数据库分离文件-JavaEE-based online voting system, using the current framework to build the popular SSH and use the apache' s JFeeeChart components to achieve an online voting
wenjianxitong
- 用java实现的linux的二级文件系统,可以实现如下功能:login,dir,create,delete,open,close,read,write2.列目录时要列出文件名,物理地址,保护码和文件名3.源文件可以进行读写保护-Linux using java to achieve the secondary file system, you can achieve the following features: login, dir, create, delete, open, close,
Java
- 即时通信系统(Java实现)内附完整数据库文件及详细代码-Instant messaging system (Java implementation) included a complete and detailed code database file
examOnlineTest
- 采用SSH实现在线考试系统。完成登陆,在线考试,在线批卷,在线打分,在线上传等功能。 1:修改applicationContext.xml 里的数据库配置文件 修改成本机的oracle的真实数据名称,用户名和密码 2:执行sql.txt 脚本 3:进入http://localhost:8080/MyOnLineTest/main.jsp 主页 管理员wzg 密码-Achieve the online examination system using SSH. Complete
phosphor
- 一个用java实现的p2p文件共享系统,非常值得学习-One with java p2p file sharing system implemented, well worth learning
09
- 文件管理系统。随着科技的迅速发展,文件共享愈来愈重要。本系统实现了文件系统管理,并能实现相互共享。-Document management system. With the rapid development of technology, file sharing, more and more important. The system implements file system management, and can share with each other.
FileManager
- 用java语言实现的系统文件管理器,内含所有源代码-Using java language of the system file manager, containing all the source code
ApplicationofApplet
- Applet是Java的一个重要概念。文章以一个移动办公系统的开发为背景,通过对applet和嵌入式浏览器特性的研究和分析,给出了以Applet应用为核心的基于嵌入式浏览器的页面 设计方案。并且突破Applet的安全限制,给出了Applet在线情况下访问远程数据库和离线情况下访问本地文件系统的实现方案,以满足该系统对同时支持在线和离线数据操作的要求。-Java Applet is an important concept. Article with a mobile office syst
FST
- 综合三种加密算法: 1.AES对称加密算法 2.RSA非对称加密算法 3.MD5消息摘要算法 实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
FileManager
- 文件管理系统,希望你能帮上大家的忙 java实现的文件管理系统,-fileManager hope may help you
操作系统访问实现
- 实现一个简单的分布式文件系统,可以在一台机器上运行。 了解分布式文件系统的概念和体系结构。(To understand the notion and architecture of distributed file system To implement a simplified distributed file system which could run on a single machine)