虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

commons-dbcp

  • Apache Commons FileUpload Copyright 2002-2008 The Apache Software Foundation This product includ

    Apache Commons FileUpload Copyright 2002-2008 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/).

    标签: Apache FileUpload Foundation Copyright

    上传时间: 2013-12-22

    上传用户:wuyuying

  • commons-logging-1.2-bin.zip

    commons-logging-1.2-bin.zip

    标签: commons-logging-1.2-bin.zip

    上传时间: 2016-03-13

    上传用户:1229467095

  • commons包

    commons有关的jar包,包括介绍文件以及部分页面样式。

    标签: commons

    上传时间: 2017-05-02

    上传用户:zhu1210845664

  • 带进度条的文件上传(java+ajax源码) 在写代码的时候

    带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }

    标签: java ajax 文件上传 代码

    上传时间: 2015-09-01

    上传用户:ccclll

  • ava 项目中

    ava 项目中,当需要高性能上传文件时,往往就需要依靠组件,而不是手写的servlet了,一般的选择包括jakarta commons-fileupload以及smartupload,由于后者在上传大文件时往往会出错,另外对中文支持一般,笔者采用了前者。

    标签: ava 项目

    上传时间: 2015-10-28

    上传用户:myworkpost

  • displaytag的使用方法 首先当然是要下载它的jar包了

    displaytag的使用方法 首先当然是要下载它的jar包了,这里可以下载到最新的版本。将jar包放到WEB-INF的lib文件夹下。另外还需要两个辅助包:apache的commons-lang和standard包

    标签: displaytag jar

    上传时间: 2014-01-22

    上传用户:cc1

  • 就我们的第一个Spring程序

    就我们的第一个Spring程序,只要spring-core.jar这个档案即可,它唯一相依的其它项目档案,是commons- logging.jar,您可以在lib目录的jakarta-commons目录中找到,将这两个档案的位置加入至CLASSPATH中,我们就可以开始撰写第一个Spring程序。  来撰写我们的第一个组件(component),它只是一个简单的JavaBean,用来向新的使用者打招呼

    标签: Spring 程序

    上传时间: 2016-01-07

    上传用户:h886166

  • 在实际项目项目开发中

    在实际项目项目开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。 一般用Javamail发送,目前最新的版本是1.4.2 可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本 如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量 可以在http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp 下载 不过为了简化开发,可以直接使用apache common项目的mail 官方网站为: http://commons.apache.org/email/

    标签: 项目

    上传时间: 2014-02-13

    上传用户:龙飞艇

  • This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.

    This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.

    标签: full-hardware compressor algorithm features

    上传时间: 2014-01-14

    上传用户:Shaikh

  • This should again compile without problems. We finally need to configure a logging system - Hibernat

    This should again compile without problems. We finally need to configure a logging system - Hibernate uses commons logging and leaves you the choice between Log4j and JDK 1.4 logging. Most developers prefer Log4j: copy log4j.properties

    标签: configure Hibernat problems compile

    上传时间: 2013-11-26

    上传用户:wangchong