
J2EE开源组件使用
本人dddd牛仔
Where there is a will there is a way.
优快云博客已经不再更新,新博客地址:https://xuqiang.me
展开
-
FileUpload控件使用
使用组件的关联JAR包: commons-fileupload-1.2.2.jar commons-io-2.4.jar 使用方式: 创建磁盘工厂 DiskFileItemFactory factory = new DiskFileItemFactory(); 设置文件缓存路径 File temp = new File(this.getServletContext().getR原创 2013-07-23 13:59:01 · 1208 阅读 · 0 评论 -
smartUpload控件使用
使用关联JAR包: jsmartcom_zh_CN.jar 使用方式: SmartUploadsmart = new SmartUpload() ; smart.initialize(pageContext); //初始化上传操作 smart.upload(); //上传准备 IpTimeStampits = new IpTimeStamp() ; //取得随机原创 2013-07-23 14:01:07 · 944 阅读 · 0 评论