云醉月未眠

导航

2017年2月21日 #

富文本编辑器

摘要: 1.富文本编辑器 富文本编辑器:可视化(所见即所得)的HTML编辑器。 富文本编辑器,现在有很多,常用包含:CKEditor、ueditor。 2.ueditor ueditor是百度公司开发的一款开源免费的富文本编辑器。 3.在jsp项目中集成ueditor 1.下载ueditor:http:// 阅读全文

posted @ 2017-02-21 19:16 别皱眉 阅读(267) 评论(0) 推荐(0) 编辑

struts2 上传文件

摘要: 文件上传1.struts2中文件上传介绍 struts2文件上传需要使用apache提供的文件上传组件(commons-fileupload.jar和commons-io.jar)。 struts2文件上传的核心是通过fileupload拦截器实现的。2.如何实现文件上传 1>.添加commons- 阅读全文

posted @ 2017-02-21 18:40 别皱眉 阅读(97) 评论(0) 推荐(0) 编辑

struts2 下载文件

摘要: 文件下载在struts2中如何实现文件下载1.添加一个文件下载的action类 public class DownloadAction{ private InputStream logoStream; public InputStream getLogoStream(){ try{ this.fil 阅读全文

posted @ 2017-02-21 18:40 别皱眉 阅读(171) 评论(0) 推荐(0) 编辑

struts2 拦截器

摘要: 拦截器2.自定义拦截器 1>.添加一个类,让它继承AbstractInterceptor类,或者实现Interceptor接口 public class TimeInterceptor extends AbstractInterceptor { /** * 拦截器的核心方法intercept的返回值 阅读全文

posted @ 2017-02-21 18:37 别皱眉 阅读(96) 评论(0) 推荐(0) 编辑

artdialog_ (dialog4) 显示页面样式的用法

摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %> 阅读全文

posted @ 2017-02-21 15:51 别皱眉 阅读(219) 评论(0) 推荐(0) 编辑