巧匠冷颜

2021年3月16日 #

三大组件Servlet、Filter、Listener

摘要: JavaWeb三大组件指的是:Servlet、Filter、Listener,这三个组件在JavaWeb开发中分别提供不同的功能 Servlet Servlet是用来处理客户端请求的动态资源,也就是当我们在浏览器中键入一个地址回车跳转后,请求就会被发送到对应的Servlet上进行处理。 作用: 接收 阅读全文

posted @ 2021-03-16 17:34 巧匠冷颜 阅读(1247) 评论(0) 推荐(0) 编辑

response.setHeader("Cache-Control","no-cache");

摘要: response.setHeader("Cache-Control","no-cache"); This is used to prevent the browser from caching your dynamic content generated by a JSP or Servlet. Y 阅读全文

posted @ 2021-03-16 17:31 巧匠冷颜 阅读(284) 评论(0) 推荐(0) 编辑

详细详解Cookie、Session、Token、JWT?

摘要: https://zhuanlan.zhihu.com/p/164696755 阅读全文

posted @ 2021-03-16 17:25 巧匠冷颜 阅读(40) 评论(0) 推荐(0) 编辑

2021年3月15日 #

Spring Boot2.0以上版本EmbeddedServletContainerCustomizer被WebServerFactoryCustomizer替

摘要: 在Spring Boot2.0以上配置嵌入式Servlet容器时EmbeddedServletContainerCustomizer类不存在,查询发现被WebServerFactoryCustomizer替代 @Bean //一定要将这个定制器加入到容器中 public EmbeddedServle 阅读全文

posted @ 2021-03-15 16:31 巧匠冷颜 阅读(324) 评论(0) 推荐(0) 编辑

SpringBoot2.x添加拦截器静态资源放行

摘要: 在SpringBoot2.0之前,静态资源放行自动帮我们进行处理了 阅读全文

posted @ 2021-03-15 16:27 巧匠冷颜 阅读(148) 评论(0) 推荐(0) 编辑

2021年3月12日 #

Connection error: The proxy type is invalid for this operation

摘要: 连接公司内网服务器redis使用都连接不上,最后是自己电脑上开启了一个代理软件,把代理给关闭就可以了 阅读全文

posted @ 2021-03-12 14:33 巧匠冷颜 阅读(415) 评论(0) 推荐(0) 编辑

2021年3月2日 #

powerdesigner15 palette面板恢复

摘要: 方法一:tools->customize 方法二:右键工具栏->customize toolbars->palette 阅读全文

posted @ 2021-03-02 13:52 巧匠冷颜 阅读(282) 评论(0) 推荐(0) 编辑

解决Git 克隆代码 The remote end hung up unexpectedly错误

摘要: git config --global http.lowSpeedLimit 0 git config --global http.lowSpeedTime 999999 阅读全文

posted @ 2021-03-02 13:50 巧匠冷颜 阅读(222) 评论(0) 推荐(0) 编辑

2021年2月1日 #

mysql数据库连接时区The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time

摘要: 时区问题,需要设置一个时区 完整的连接如下: jdbc:mysql://localhost:3306/crawler?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai 阅读全文

posted @ 2021-02-01 23:15 巧匠冷颜 阅读(66) 评论(0) 推荐(0) 编辑

客户端工具

摘要: WinHTTrack(web网站源码下载工具) 链接:https://pan.baidu.com/s/1fItJp_FEAp-ToI6-AquTJQ 提取码:mz6s 阅读全文

posted @ 2021-02-01 11:53 巧匠冷颜 阅读(36) 评论(0) 推荐(0) 编辑

导航