02 2021 档案

摘要:一、springboot整合servlet与filter spring原始的方式是在web.xml中配置servlet的配置配置方式参考spring(配置好servlet-mappiing与servlet标签)餐参考链接https://www.cnblogs.com/whluan/p/1214575 阅读全文
posted @ 2021-02-18 16:50 臭猪 阅读(161) 评论(0) 推荐(0)
摘要:1、函数 4 String requestedWith = req.getHeader("X-Requested-With"); 5 boolean isAjax = requestedWith != null ? "XMLHttpRequest".equals(requestedWith) : f 阅读全文
posted @ 2021-02-18 11:25 臭猪 阅读(80) 评论(0) 推荐(0)
摘要:springboot项目创建 springboot学习记录,仅供自己后期查看用。 springboot设计的目的是为了简化spring应用工程的初始搭建,以及开发过程,嵌入Tomcat,无需war包,springboot不是对spring的增强,只是提供了一种简单的使用方式。 一、springboo 阅读全文
posted @ 2021-02-18 10:56 臭猪 阅读(83) 评论(0) 推荐(0)
摘要:一、jdk安装 普通用户与root用户修改的文件不一样下面以root用户为例介绍 首先下载jdk11:建议到oracle官网下载,根据你的系统选择相应文件下载。推荐使用源码包,因为管理方便,如果安装rmp或deb的话,安装路径难以确定(可能在/usr/share/下) 下载地址:https://ww 阅读全文
posted @ 2021-02-08 11:46 臭猪 阅读(127) 评论(0) 推荐(0)