码迷,mamicode.com
首页 >  
搜索关键字:configuration manager    ( 12944个结果
MyBatis-Plus
MyBatis_Plus 代码生成器 开启Mapper接口扫描 @Configuration @EnableTransactionManagement @MapperScan("com.hu.mylearn.mapper") public class MyBatisPlusConfig { // 旧 ...
分类:其他好文   时间:2021-06-02 13:39:52    阅读次数:0
filter,interceptor,controllerAdvice,aspect,controller执行顺序
1、filter,这是java的过滤器,和框架无关的,是所有过滤组件中最外层的,从粒度来说是最大的。 配置方式,有直接实现Filter+@component,@Bean+@configuration(第三方的filter) 2、interceptor,spring框架的拦截器 配置方式,@confi ...
分类:Web程序   时间:2021-06-02 13:00:20    阅读次数:0
Docker安装
一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
分类:其他好文   时间:2021-06-02 12:47:47    阅读次数:0
Maven Resources Compiler: Maven project configuration required for module 'XX(项目名)' isn't available.
一、报错信息 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
Tomcat启用manager管理
1.修改远程访问限制: 修改webapps/manager/META-INF/context.xml和webapps/host-manager/META-INF/context.xml,在<Context>下<Value>属性,可看到allow属性,它用正则表达式表示,默认仅允许本机访问,例如可修改 ...
分类:其他好文   时间:2021-06-02 12:03:01    阅读次数:0
Laya 自制框架之事件管理器
Laya 自制框架之事件管理器 @author ixenos 2021年5月26日 1 package framework.manager 2 { 3 import framework.event.FrameworkEvent; 4 5 import laya.events.EventDispatc ...
分类:其他好文   时间:2021-06-02 11:40:25    阅读次数:0
Laya 自制框架之窗口层级管理器
Laya 自制框架之窗口层级管理器 @author ixenos 2021年5月26日 1 package framework.manager 2 { 3 import laya.display.Sprite; 4 import laya.events.Event; 5 import laya.ui ...
分类:其他好文   时间:2021-06-02 11:36:35    阅读次数:0
为VS的Nuget单独设置代理服务器
以下配置为个人开发环境VS2019的NuGet进行的配置 1. NuGet 仅支持 HTTP 代理,Visual Studio 的 NuGet 配置文件位于 %appdata%\NuGet\NuGet.Config 2. 在 <configuration> 节下增加 <config> 节,添加 ht ...
分类:其他好文   时间:2021-05-25 18:18:08    阅读次数:0
快速搭建MHA
环境:1主1从,Manager放在从库。主库:192.168.0.10从库:192.168.0.20 两台机器的mysql安装完成初始化以后进行复制搭建,首先登录主库(192.168.0.10),查看pos点:mysql> show master status; 然后在主库(192.168.0.10 ...
分类:其他好文   时间:2021-05-25 18:01:54    阅读次数:0
DHCP
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
12944条   上一页 1 ... 4 5 6 7 8 ... 1295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!