码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
mybatis的输出日志
用xml文件来导入jir包文件有两种,推荐使用第一种 <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/or ...
分类:其他好文   时间:2020-07-21 21:50:48    阅读次数:72
fastjson配置序列化过滤转换
@Configuration@EnableWebMvcpublic class WebConfig implements WebMvcConfigurer { @Override public void configureMessageConverters(List<HttpMessageConve ...
分类:Web程序   时间:2020-07-21 14:25:52    阅读次数:151
C# update configuration file
using System.Configuration; static void Main(string[] args) { UpdateConfigAppSettings(); ReadConfig(); Console.ReadLine(); } static void UpdateConfigA ...
分类:Windows程序   时间:2020-07-20 22:42:37    阅读次数:83
Cisco Packet Tracer DHCP 实验 ——第二种直接使用路由器实现
学习网络知识备忘,参考地址:https://blog.csdn.net/gpltoken/article/details/72885189 1、DHCP(摘自百度百科) 中文名:动态主机配置协议外文名:Dynamic Host Configuration Protocol类 型:计算机网络应用层协议 ...
分类:系统相关   时间:2020-07-19 23:37:04    阅读次数:89
Cisco Packet Tracer DHCP 实验
学习网络知识备忘,参考地址:https://blog.csdn.net/qq_41745698/article/details/85019218 1、DHCP(摘自百度百科) 中文名:动态主机配置协议外文名:Dynamic Host Configuration Protocol类 型:计算机网络应用 ...
分类:系统相关   时间:2020-07-19 23:14:08    阅读次数:86
Redis
redis序列化/** * redis相关配置 */ @Configuration //开启注解缓存 @EnableCaching public class RedisConfig{ /** * redis序列化配置 * @param connectionFactory jedis连接工厂 * @r ...
分类:其他好文   时间:2020-07-18 15:42:47    阅读次数:56
POWER BI 报表服务器搭建配置
1.下载PowerBIReportServer 试用180天 2.下载PBIDesktopRS_x64 配置环节 1.打开http://pc-user:8000/Reports 连接 (这个是从report server configuration manager 配置下可以找到) 2.打开连接后U ...
分类:其他好文   时间:2020-07-18 15:31:24    阅读次数:160
Spring Boot中常用注解@Configuration,@Component,@Service,@Controller的区别
之前学习Spring Boot有点囫囵吞枣的意味,没有细究这些注解间的差异。现在空下来重新回过头来阅读官方文档才对这几个注解有了重新的理解,专门写下来好供日后查询翻阅。 @Configuration 指示一个类声明了一个或多个@Bean方法,并且可以由Spring容器进行处理以在运行时为这些bean ...
分类:编程语言   时间:2020-07-17 13:53:57    阅读次数:172
安装oracle报:oracle net configuration assistant失败
今天在安装oracle时报错客户端时报错,导致oracle无法打开监听。 环境表述 widnows10_64位专业版 oracle11gR2_client(已管理员方式安装) 报错信息 在文件夹 ‘Oracle - OraClient11g_home2\集成管理工具’ 中创建 ‘OLAP Analy ...
分类:数据库   时间:2020-07-17 13:46:59    阅读次数:86
jenkins input 框
node {stage 'S1' // Define an input step and capture the outcome from it.def outcome = input id: 'Run-test-suites',message: 'Workflow Configuration',o ...
分类:其他好文   时间:2020-07-16 21:04:26    阅读次数:110
6024条   上一页 1 ... 17 18 19 20 21 ... 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!