MyBatis_Plus 代码生成器 开启Mapper接口扫描 @Configuration @EnableTransactionManagement @MapperScan("com.hu.mylearn.mapper") public class MyBatisPlusConfig { // 旧 ...
分类:
其他好文 时间:
2021-06-02 13:39:52
阅读次数:
0
1、filter,这是java的过滤器,和框架无关的,是所有过滤组件中最外层的,从粒度来说是最大的。 配置方式,有直接实现Filter+@component,@Bean+@configuration(第三方的filter) 2、interceptor,spring框架的拦截器 配置方式,@confi ...
分类:
Web程序 时间:
2021-06-02 13:00:20
阅读次数:
0
概述-范围 GBT19000-2016质量管理体系基础和术语 ISO 9000: 2015(E) Quality management systems-Fundamentals and vocabularyGB/T19001-2016质量管理体系要求 ISO 9001: 2015(E)Quality ...
分类:
其他好文 时间:
2021-06-02 12:58:46
阅读次数:
0
一、报错信息 Error:Maven Resources Compiler: Maven project configuration required for module 'XX(项目名)' isn't available. Compilation of Maven projects is sup ...
分类:
其他好文 时间:
2021-06-02 12:26:11
阅读次数:
0
Ansible基础-ansible的安装和常用模块介绍https://www.cnblogs.com/yinzhengjie/p/10447587.htmlAnsible基础-playbook剧本的使用https://www.cnblogs.com/yinzhengjie/p/10453103.ht ...
分类:
其他好文 时间:
2021-06-02 10:33:33
阅读次数:
0
以下配置为个人开发环境VS2019的NuGet进行的配置 1. NuGet 仅支持 HTTP 代理,Visual Studio 的 NuGet 配置文件位于 %appdata%\NuGet\NuGet.Config 2. 在 <configuration> 节下增加 <config> 节,添加 ht ...
分类:
其他好文 时间:
2021-05-25 18:18:08
阅读次数:
0
1 数据库原理 数据库:是以一定方式储存在一起、能予多个用户共享、具有尽可能小的冗余度、与应用程序彼此独立的数据集合。简单理解就是存储电子文件的仓库,用户可以对仓库中的资料进行增删改查等操作。 数据库管理系统(Database Management System):简称DBMS,是为了管理数据库而设 ...
分类:
数据库 时间:
2021-05-24 16:06:44
阅读次数:
0
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:
其他好文 时间:
2021-05-24 14:38:40
阅读次数:
0
1 idea File 》 Settings 》Editor 》File Endcoding 》 UTF-8 2 idea 》 Edit Configuration tomcat Server 》VM options 》-Dfile.encoding=UTF-8 3 tomcat\conf 》log ...
分类:
其他好文 时间:
2021-05-24 14:24:24
阅读次数:
0
使用: 1、在build.gradle中添加 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories ...
分类:
其他好文 时间:
2021-05-24 13:15:41
阅读次数:
0