上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页
摘要: 异常信息:Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferenc 阅读全文
posted @ 2022-05-10 10:14 星小梦 阅读(6535) 评论(0) 推荐(1)
摘要: Tomcat 自定义context.xml文件进行定义访问上下文 d 这里只说一种方法吧,就是在你的META_INF下放置context.xml文件,然后打包成war然后放置到服务器上,将context.xml 复制到 $CATALINA_BASE/conf/[enginename]/[hostna 阅读全文
posted @ 2022-04-02 10:06 星小梦 阅读(689) 评论(0) 推荐(0)
摘要: 1. https://tanzu.vmware.com/security/cve-2022-22965 2. https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement 以上链接,仅供自己参考而已。 阅读全文
posted @ 2022-04-01 10:49 星小梦 阅读(246) 评论(0) 推荐(0)
摘要: Git Pull failed: unable to access 'xxx': OpenSSL SSL_read: Connection was reset, errno 10054 出现这个问题,原因未知,不过可以使用 git config --global http.sslVerify fal 阅读全文
posted @ 2022-03-31 19:33 星小梦 阅读(289) 评论(0) 推荐(0)
摘要: try_files 本地不存在的文件,转发到其他服务器进行读取图片,需要注意,可能会出现cors跨域问题 本章只介绍Location的2中声明方式,URL匹配位置 和 @命名位置 URL匹配模式会参与到URL中的匹配规则,例如 location /a/b/c/ { # 也支持正则模式匹配路径 } 第 阅读全文
posted @ 2022-03-31 16:26 星小梦 阅读(139) 评论(0) 推荐(0)
摘要: 参阅 https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Browser_detection_using_the_user_agent 阅读全文
posted @ 2022-03-30 19:53 星小梦 阅读(143) 评论(0) 推荐(0)
摘要: 样式的声明和使用。 @font-face { font-family: "myFont"; src: url("myFont.ttf") format("truetype"); } h2 { font-family: "myFont"; } 感觉没有啥好介绍的,看参阅文章后就能明白了。 这里需要说的 阅读全文
posted @ 2022-03-30 19:43 星小梦 阅读(771) 评论(0) 推荐(0)
摘要: Catalina.sh文件,把umask修改为 0022 即可。 引用:https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html 阅读全文
posted @ 2022-03-23 19:43 星小梦 阅读(141) 评论(0) 推荐(0)
摘要: doskey 命令别名=命令 例如:doskey echo2 = echo $1 这里的$1是占位符。 如果想删除,直接赋予空值即可;例如:doskey echo2= 总的来说把 https://docs.microsoft.com/zh-cn/windows-server/administrati 阅读全文
posted @ 2022-03-22 16:26 星小梦 阅读(747) 评论(0) 推荐(0)
摘要: 问题:页面没有乱码,但是通过http请求的js文件会乱码,原因是由于 CharacterEncodingFilter 只会处理Servlet请求,不会处理静态文件的响应编码,所以这里需要进一步的配置。 1. 第一步:配置Tomcat的VM Options参数 第二步:打开Setting配置File 阅读全文
posted @ 2022-03-10 12:27 星小梦 阅读(657) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 50 下一页