登录
首页 » Java » web

web

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

  • Struts2
    Struts2 技术内幕——深入解析Struts2架构设计与实现原理(Struts2 technology insider- in-depth analysis of Struts2 architecture design and implementation principles)
    2017-01-10 09:23:10下载
    积分:1
  • Exe8_4
    设计一个用户登录界面,输入用户名和密码后,点击登录按钮,若用户名为”JavaUser”,密码为”Java1234”,则允许登录,显示“登录成功!”,否则显示“登录失败!”。程序文件命名为Exe8_4.java。(Design a user login screen, enter your user name and password, click the login button, if a user named JavaUser , password is Java1234 , is allowed to login, Login successful! , Otherwise Login failed!. Program file named Exe8_4.java.)
    2015-06-14 18:30:39下载
    积分:1
  • GameMIDlet2
    说明:  用java实现获取系统的mac地址,课堂上的资料进行复习。(get system mac address)
    2010-04-23 11:44:57下载
    积分:1
  • kettle
    专门为kettle这款优秀的ETL工具开发的web端管理工具。 kettle作为非常优秀的开源ETL工具得到了非常广泛的使用,一般的使用的都是使用客户端操作管理,但问题是当投入生产环境使用时,动辄上百或几百个job需要管理,这时在使用客户端管理已经很难完成了。我所知道的解决方案有用命令行的调用的,操作麻烦,总之还是很难用啦,还有就是开发web端管理工具,kettle自带了一个web端管理工具,界面极其简陋不说,还很难用,基本无法投入生产环境使用,其他没留意到还有没有较好对众多job进行管理的工具。(A web-side management tool specially developed for kettle, an excellent ETL tool. Kettle as a very excellent open source ETL tool has been widely used, the general use is the use of client operation management, but the problem is that when used in production environment, hundreds or hundreds of jobs need to be managed, when the use of client management has been very difficult to complete. The solution I know has command-line calls, troublesome operation, in short, it is difficult to use, but also the development of web-side management tools, kettle has a web-side management tool, the interface is extremely simple, not to mention, it is also difficult to use, basically can not be put into production environment, other did not notice there is no better. Tools for managing many jobs.)
    2020-06-23 20:00:01下载
    积分:1
  • 数学题练习平台
    说明:  基于JavaGUI的数学题练习平台,题目分为小学,初中,高中,每次测验后,会生成当前的测试成绩(JavaGUI-based Mathematics Exercise Platform, the topics are divided into primary, junior and senior high schools, after each test, the current test results will be generated.)
    2020-06-19 10:00:02下载
    积分:1
  • Think_in_Java_
    同人类任何语言一样,Java为我们提供了一种表达思想的方式。如操作得当,同其他方式相比,随着问题变得愈大和愈复杂,这种表达方式的方便性和灵活性会显露无遗。(Like any human language, Java provides us with a way of expression. If the operation is properly compared with other means, as the issues become larger and more complex, the expression of the convenience and flexibility will be shown.)
    2009-06-18 14:04:08下载
    积分:1
  • 安卓蓝牙通讯协议 demoAndroid-BluetoothKit-master
    说明:  蓝牙通讯协议demo,已经通过通讯测试,实测可以正常进行蓝牙协议通讯(Bluetooth Communication Protocol Demo)
    2020-06-18 01:00:01下载
    积分:1
  • EclipseJSTsourcecode
    应用程序和示例代码是针对一个环境,其中包括JBoss的4.0.x版( www.jboss.org ) , Apache的德比10.0.2.1 ( db.apache.org /德比郡)和SMTP服务器。因此您将需要这些应用程序安装和配置。见附录A的配置Apache的德比为4.0.x和附录B和第10章配置的JBoss 。(The application and sample code were targeted for an environment that included JBoss 4.0.x (www.jboss.org), Apache Derby 10.0.2.1 (db.apache.org/derby) and an SMTP server. Therefore you will need these applications installed and configured. See appendix A for configuring Apache Derby 4.0.x and appendix B and chapter 10 for configuring JBoss. Most of these chapters include an enterprise application archieve (ear) for easy installation. To use these applications in a development environment, you will also need WTP, Eclipse 3.1, WTP dependencies, XDoclet and the JBoss plugin. See chapter 6 for installation details.)
    2009-04-11 15:15:04下载
    积分:1
  • dmzqzd_downcc
    说明:  代码简洁之道,主要对代码编写的规范型,命名的合理性进行讲解(Code concise way, mainly code preparation of the standard type, the rationality of naming on)
    2020-06-16 13:40:02下载
    积分:1
  • 112
    对一些银行卡用户的基本编程Bank card users for some basic programming(Bank card users for some basic programming)
    2013-06-21 11:23:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载