登录
首页 » Java » web

web

于 2015-01-27 发布 文件大小:15088KB
0 195
下载积分: 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 个回复

  • Java
    本文先简要地介绍正则表达式的入门知识,然后以Jakarta-ORO API为例介绍如何使用正则表达式。(This article first briefly describes introductory knowledge of regular expressions, and then to Jakarta-ORO API example describes how to use regular expressions.)
    2013-10-08 23:38:50下载
    积分:1
  • Android 开发环境安装手册
    android开发环境安装手册,详细介绍了android项目开发前的环境搭建和安装流程。(Android development environment installation manual, detailed introduction of android project development environment construction and installation process.)
    2018-12-26 10:48:32下载
    积分:1
  • Struts_Students
    应用Struts1框架完成的登录增删改查等基本功能(Struts1 complete application framework login CRUD basic functions)
    2015-03-15 22:03:54下载
    积分:1
  • Activiti 5_9 User Guide
    工作流5.9学习文档,希望可以帮助到热爱编程,钻研学习的人(work flow study document!)
    2017-11-19 14:26:37下载
    积分:1
  • ez160
    hai还是可以用的,用于电脑的最新的文件生成,常用的话是最好的(hai can still use)
    2010-06-19 15:26:18下载
    积分:1
  • FaceID_java_demo
    说明:  汉王人脸通FaceID JAVA SDK开发包示例程序源代码,包含通用语言版本。(Hanvon FaceID SDK, JAVA DEMO source code included.)
    2020-06-16 20:40:02下载
    积分:1
  • clean-code-CN
    代码整洁之道 PDF中文版 大师级人物Robert C.Martin的大名鼎鼎著作。都是经典的肺腑之言。 好代码和糟糕的代码之间的区别:如何编写好代码,如何将糟糕的代码转化为好代码:如何创建好名称、好函数、好对象和好类;如何格式化代码以实现其可读性的最大化:如何在不妨碍代码逻辑的前提下充分实现错误处理;如何进行单元测试和测试驱动开发。 (The code tidy Road PDF Chinese gurus Robert C.Martin famous writings. Are classic heartfelt words. The difference between good code and bad code: how to write good code, how bad code into good code: how to create a good name, good functions, good objects, and good classes how to format the code in order to achieve its readability the maximization of: how to code logic without prejudice to the premise of the full realization of the error handling how unit testing and test-driven development.)
    2013-02-01 17:14:41下载
    积分:1
  • DownFileGuess
    基于http协议的java断点续传http协议 断点续传.上传java java断点续传(Java HTTP based on http protocol http protocol HTTP. Upload java java HTTP)
    2013-04-12 08:40:46下载
    积分:1
  • Calculator
    java代码写的大数操作,主要实现大数的加减乘除。。值得一看。。(java code written in large numbers operation, the main achievement of large numbers of arithmetic. . Worth a visit. .)
    2013-06-20 22:04:18下载
    积分:1
  • weibo_server_client
    口袋微薄项目的服务器端和客户端的源代码,含有项目中得关键技术。(Pocket meager project server and client source code, containing the key technologies of the project.)
    2012-12-18 21:46:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载