<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dtd ...
分类:
其他好文 时间:
2019-10-22 21:58:16
阅读次数:
110
使用logback.xml进行配置(位置在项目resource下): 1、xml文件整体架构: <?xml version="1.0" encoding="UTF-8"?> <configuration > <contextName></contextName> <property name="" ...
分类:
编程语言 时间:
2019-10-22 18:07:02
阅读次数:
84
# Elasticsearch Configuration ## NOTE: Elasticsearch comes with reasonable defaults for most settings.# Before you set out to tweak and tune the confi ...
分类:
其他好文 时间:
2019-10-22 15:21:30
阅读次数:
71
mybatis中的全局配置文件: 在配置文件中写配置一定要注意标签的先后顺序,顺序不对则配置文件不能运行<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config ...
分类:
其他好文 时间:
2019-10-22 14:47:21
阅读次数:
151
参考地址: 《C# log4net 的配置》 《C#使用log4net记录日志》 项目引用nuget包log4net App.config文件中加入引用 在configuration节点中加入以下内容 <log4net> <!-- OFF, FATAL, ERROR, WARN, INFO, DEB ...
分类:
Web程序 时间:
2019-10-22 13:11:21
阅读次数:
89
1. 原生支持 Application 启动类添加以下代码: 2. 自定义 Filter 3. 自定义Configuration 略 ...
分类:
编程语言 时间:
2019-10-21 09:47:40
阅读次数:
84
1. 创建动态的web项目 如果创建项目后没有自动创建web文件夹,即没有自动创建 web.xml 及 index.jsp 文件,还可以通过IDEA编辑器中的File -- Project Structure手动创建。 2. 部署到tomcat中 (1) 点击“Add Configuration.. ...
分类:
编程语言 时间:
2019-10-20 18:19:56
阅读次数:
107
回到目录 (续上小节) 3. 分压偏置 前面的“改进型固定偏置”电路,虽然情况比原始的固定偏置电路好了一点,但还是不太理想,于是人们又设计出了性能更加稳定的分压偏置(voltage-divider bias configuration)电路,如下图所示: 图3-6.06 分压偏置电路的稳定性非常完美 ...
分类:
其他好文 时间:
2019-10-19 11:25:00
阅读次数:
147
import java.time.LocalDateTime; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableSc... ...
分类:
编程语言 时间:
2019-10-19 11:14:23
阅读次数:
67
服务端错误记录: 1、服务端在创建数据库的时候报如下错误: 错误提示:kdb5_util: Improper format of Kerberos configuration file while initializing Kerberos code 原因以及解决办法:这是由于/etc/krb5.c ...
分类:
其他好文 时间:
2019-10-18 18:40:54
阅读次数:
752