摘要: 项目部署到linux服务器后,启动项目报以下错误 May 18, 2017 10:01:52 AM org.apache.coyote.http11.AbstractHttp11Processor process INFO: Error parsing HTTP request header Not 阅读全文
posted @ 2019-05-29 20:09 wanly 阅读(24092) 评论(0) 推荐(1) 编辑
摘要: 这是jsp错误, 之前错误写法为:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 正确写法为:<%@ page language="java" contentType="te 阅读全文
posted @ 2019-08-31 10:14 wanly 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 本来也就是一个简单的登录的问题,然后我在这突然想用统配符了。然后...... 用没用通配符的两个anction如下 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation 阅读全文
posted @ 2019-08-31 09:58 wanly 阅读(210) 评论(0) 推荐(0) 编辑
摘要: // 传递String数组String strArr = new String[2];strArr[0] = "t1";strArr[1] = "t2";final String testurl = Global.getConfig("ipport") + "/testurl"; final HashMap<Object, Object> map = Maps.newHashMap(); map. 阅读全文
posted @ 2019-08-30 14:54 wanly 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/xmomo/2046410 tomcat配置调优记录 server.xml maxHttpHeaderSize:HTTP请求和响应头的最大量,以字节为单位,默认值为4096字节 maxThreads: 起动的最大线程数,这个值也决定了服务器可以同时响应客 阅读全文
posted @ 2019-05-29 20:04 wanly 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/KeithWang/p/3139517.html 总体概念 常见的块级元素有 DIV, FORM, TABLE, P, PRE, H1~H6, DL, OL, UL 等。 常见的内联元素有 SPAN, A, STRONG, EM, LABEL, INP 阅读全文
posted @ 2019-05-28 17:06 wanly 阅读(4814) 评论(0) 推荐(0) 编辑
摘要: *{margin: 0px;padding: 0px;border: 0px} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure... 阅读全文
posted @ 2019-05-27 14:58 wanly 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/m0_37554415/article/details/80434477,感谢博主的热心分享 1.(1)电脑端打开安装好的的fiddler,打开Tools-Options (2)HTTPS设置如下图 (3)Connection设置如下图,端口号设为 阅读全文
posted @ 2019-04-29 19:33 wanly 阅读(2457) 评论(0) 推荐(0) 编辑
摘要: generator自动生成mybatis的xml配置、model、map等信息: 1、下载mybatis-generator-core-1.3.2.jar包。 网址:http://code.google.com/p/mybatis/downloads/list?can=3&q=Product%3DG 阅读全文
posted @ 2019-04-24 23:21 wanly 阅读(150) 评论(0) 推荐(0) 编辑
摘要: https://www.sunjs.com/article/detail/ff5cb9569bad41478a14531c646f2faf.html 阅读全文
posted @ 2019-04-22 22:23 wanly 阅读(250) 评论(0) 推荐(0) 编辑