![240](https://upload.jianshu.io/users/upload_avatars/15075504/5a5c41c0-36c7-45eb-ac0a-7ca3b6861c9c.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
一、编写读取properties文件的类PropertiesListenerConfig 二、编写监听器,实现ApplicationListen...
The authenticity of host 'github.com (20.205.243.166)' can't be establis...
一、添加两个依赖 1、添加swagger2相关功能 <dependency> <groupId>io.springfox springfo...
目的,返回json的数据格式,统一返回的数据结果集。 自定义封装的统一返回代码: public class Result { /** * ...
1、检查一下对应的mapper.xml文件的命名空间是否正确 2、检查一下对应的接口与xml文件命名是否相同
效果图: html代码: 核心思想:1、 获取每个Tab,给相应的Tab赋上对应的id。 2、使用onclick, 获取每个Tab的点击事件,t...
BASE_DIR = os.path.abspath(os.path.dirname(__file__)) settings = { "temp...
解决方式,以管理员身份打开cmd, 接下来执行两步,python -m ensurepip,python -m pip install --up...
1.AspectJ注解的介绍 @Aspect:用于定义一个切面 @Pointcut:用于定义切入点的表达式。在使用时还需要定义一个包含名字和任意...