登录
首页 » Java » web

web

于 2015-01-27 发布 文件大小:15088KB
0 188
下载积分: 1 下载次数: 42

代码说明:

  通过struts2作为web端,实现文件上传,并将上传的文件存入hadoop的HDFS中,可以对上传的文件进行操作(hadoop2.2 struts2 upload)

文件列表:

.classpath,834,2013-01-30
.project,1036,2013-01-30
build
.....\classes
.....\.......\example
.....\.......\.......\ExampleSupport.class,304,2013-02-01
.....\.......\.......\Hdfs$1.class,556,2013-02-01
.....\.......\.......\Hdfs.class,2824,2013-02-01
.....\.......\.......\Login-validation.xml,497,2013-01-30
.....\.......\.......\Login.class,415,2013-02-01
.....\.......\.......\package.properties,238,2013-01-30
.....\.......\.......\package_es.properties,197,2013-01-30
.....\.......\example.xml,653,2013-02-01
.....\.......\LICENSE.txt,10141,2013-01-30
.....\.......\NOTICE.txt,166,2013-01-30
.....\.......\struts.xml,1080,2013-02-01
hadoop.rar,7712745,2013-02-01
pessionXX.txt,505,2013-02-01
src
...\example
...\.......\ExampleSupport.java,1050,2013-01-30
...\.......\Hdfs.java,2840,2013-02-01
...\.......\Login-validation.xml,497,2013-01-30
...\.......\Login.java,1049,2013-01-30
...\.......\package.properties,238,2013-01-30
...\.......\package_es.properties,197,2013-01-30
...\example.xml,653,2013-02-01
...\LICENSE.txt,10141,2013-01-30
...\NOTICE.txt,166,2013-01-30
...\struts.xml,1080,2013-02-01
WebContent
..........\error.jsp,337,2013-01-30
..........\example
..........\.......\HelloWorld.jsp,545,2013-02-01
..........\.......\Login.jsp,268,2013-01-30
..........\.......\Menu.jsp,127,2013-01-30
..........\.......\Missing.jsp,216,2013-01-30
..........\.......\Register.jsp,127,2013-01-30
..........\.......\Welcome.jsp,421,2013-01-30
..........\index.html,195,2013-01-30
..........\META-INF
..........\........\MANIFEST.MF,39,2013-01-30
..........\WEB-INF
..........\.......\lib
..........\.......\...\asm-3.3.jar,43578,2013-01-30
..........\.......\...\asm-commons-3.3.jar,38275,2013-01-30
..........\.......\...\asm-tree-3.3.jar,21503,2013-01-30
..........\.......\...\commons-configuration-1.6.jar,298829,2013-01-31
..........\.......\...\commons-fileupload-1.2.2.jar,59590,2013-01-30
..........\.......\...\commons-io-2.0.1.jar,159509,2013-01-30
..........\.......\...\commons-lang-2.4.jar,261809,2013-01-31
..........\.......\...\commons-lang3-3.1.jar,315805,2013-01-30
..........\.......\...\commons-logging-1.1.1.jar,60686,2013-01-31
..........\.......\...\freemarker-2.3.19.jar,931168,2013-01-30
..........\.......\...\hadoop-core-1.0.3.jar,3928345,2013-01-31
..........\.......\...\javassist-3.11.0.GA.jar,614203,2013-01-30
..........\.......\...\ognl-3.0.6.jar,227997,2013-01-30
..........\.......\...\struts2-core-2.3.8.jar,794004,2013-01-30
..........\.......\...\xwork-core-2.3.8.jar,618788,2013-01-30
..........\.......\web.xml,732,2013-02-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ReplaceTextMessage
    说明:  一个利用Java的DOM接口实现的对XML文档的内部信息进行修改并生成另一个文档的例子,希望能给学习Java中DOM处理XML文档的参考!(use a Java DOM interface to the XML's internal information and revise documents generated another example, in hopes of giving the learning Java DOM XML documents with reference!)
    2006-03-28 18:13:15下载
    积分:1
  • thirdy_textTwist
    Simple texttwist game I made for a sophomore friend for their project
    2009-05-11 00:13:08下载
    积分:1
  • DownBDFile
    诛仙降级代码,可降级1611以上最新端,熟悉java的朋友就能直接看懂(Zhu Xian downgrade code that may be downgraded more than 1611 end date, familiar friends will be able to directly read java)
    2016-02-17 18:58:32下载
    积分:1
  • jt808-server
    说明:  基于springboot + netty 开发JT808服务端(Development of JT808 Server Based on Springboot + netty)
    2020-12-24 11:09:05下载
    积分:1
  • DBPool_v4.8.3
    数据库连接池dbpool_v4.8.3.zip(database connection pool dbpool_v4.8.3.zip)
    2006-10-25 15:21:58下载
    积分:1
  • DAO_Demo
    一个简单的DAO设计模式的例子。 DAO(Data Access Object,数据访问对象) 的主要功能是数据操作,在程序的标准开发架构中属于数据层的操作。(A simple example of DAO design patterns. DAO (Data Access Object, data access object) is the main function of data manipulation, the standard development process in the program belongs to the operation of the data layer.)
    2017-01-12 10:41:58下载
    积分:1
  • Cluster-Building
    Clustering Large Probabilistic Graphs
    2014-02-05 16:36:20下载
    积分:1
  • TestJSlider
    用JSlider动态改变颜色(with JSlider dynamic change in color)
    2005-01-06 13:33:37下载
    积分:1
  • 11
    说明:  一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
    2019-03-10 16:48:12下载
    积分:1
  • liu
    基于J2EE企业人事信息管理系统设计 企业人事信息管理系统,主要是企业内员工对信息的操作。普通用户登录时,可以查询自己的信息,管理员登录时,可以按部门,或者员工编号查询信息,也可以增加,删除,修改,备份数据。管理员登录时,可以对后台信息进行管理。(Based on J2EE enterprise personnel information management system designed corporate personnel information management system, mainly the operation of the enterprise information staff. Ordinary user login, you can query the information, an administrator logs on, by department or employee number query information can also be increased, delete, modify, backup data. The administrator login background information management.)
    2013-03-20 16:07:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载