博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows下ueditor1.4.3.3 jsp 版本在线管理图片显示问题。
阅读量:6423 次
发布时间:2019-06-23

本文共 692 字,大约阅读时间需要 2 分钟。

  hot3.png

最直接的办法,修改controller.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"		 import="com.baidu.ueditor.ActionEnter"		 pageEncoding="UTF-8"%><%@ page trimDirectiveWhitespaces="true" %><%	request.setCharacterEncoding( "utf-8" );	response.setHeader("Content-Type" , "text/html");	String rootPath = application.getRealPath( "/" );	String action = request.getParameter("action");	String result = new ActionEnter( request, rootPath ).exec();	if( action!=null &&			(action.equals("listfile") || action.equals("listimage") ) ){		rootPath = rootPath.replace("\\", "/");		result = result.replaceAll(rootPath, "");	}	out.write( result );%>

 

参考链接:

转载于:https://my.oschina.net/forai/blog/843389

你可能感兴趣的文章
和“C”的再遇
查看>>
一键安装kubernetes 1.13.0 集群
查看>>
RabbitMq的集群搭建
查看>>
spring boot + mybatis 同时访问多数据源
查看>>
URL中汉字转码
查看>>
[转]go正则实例
查看>>
Selector中关于顺序的注意事项
查看>>
小黑小波比.清空<div>标签内容
查看>>
Java中的ExceptionInInitializerError异常及解决方法
查看>>
Spring 注入bean时的初始化和销毁操作
查看>>
java线程同步原理(lock,synchronized)
查看>>
yRadio以及其它
查看>>
闪迪(SanDisk)U盘防伪查询(官方网站)
查看>>
无锁数据结构
查看>>
MySQL的变量查看和设置
查看>>
android onNewIntent
查看>>
XML特殊符号
查看>>
系统时间——ntpd
查看>>
监测超过特定内存阀值进程并结束
查看>>
Linux Centos 查询信息
查看>>