Wesley13 Wesley13
3年前
2012.06.28
struts2extjsupload:extjsform增加属性fileUpload:true,struts配置文件中增加<interceptorrefname"fileUpload"</interceptorref<interceptorrefname"defaultStack"/action返回前增
Stella981 Stella981
3年前
Spring mvc环境下web项目配置ajax跨域访问
必须配置个filter,在filter设置httpServletResponse.setHeader("AccessControlAllowOrigin","");搞定了。 之后还报了个小错误,认证httpServletResponse.setHeader
可莉 可莉
3年前
10、Dockerfile实战
 一、镜像制作步骤1. 安装编译依赖包2.编译安装3.配置 二、编写DockerfileFROMcentos:7MAINTAINERQUNXUERUNyuminstallygccgcccmakegddevellibxml2
Easter79 Easter79
3年前
SpringCloud 服务通信方法
eureka服务已经启动 http://localhost:8761/注:在启动文件加上注解@EnableEurekaServerapplication.yml配置文件eureka:instance:hostname:localhostclient:se
Stella981 Stella981
3年前
SpringBoot学习笔记
1. 读取application.properties配置文件  application.properties内容:book.namespringbootbook.number${random.value}读取代码@RestController
Easter79 Easter79
3年前
SpringBoot学习笔记
1. 读取application.properties配置文件  application.properties内容:book.namespringbootbook.number${random.value}读取代码@RestController
融云IM即时通讯 融云IM即时通讯
8个月前
融云IM干货丨如何防止HTTPS被降级攻击?
为了防止HTTPS被降级攻击,可以采取以下措施:强制使用安全的协议版本:配置服务器以仅允许安全的TLS版本(如TLS1.2或更高版本)。不要允许旧的、已知不安全的协议版本,如SSLv2、SSLv3和TLS1.0。禁用弱加密套件:从服务器配置中移除所有已知弱