码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
kafka javax.management.InstanceAlreadyExistsException: kafka.consumer:type=app-info,id=consumer-1
错误日志: 2019-10-11 17:50:48.744 WARN []-[o.a.k.clients.consumer.ConsumerConfig :173] The configuration num.replica.fetchers = 1 was supplied but isn't a ...
分类:移动开发   时间:2019-10-12 10:48:11    阅读次数:403
Web 服务器被配置为不列出此目录的内容
解决方法: 确认网站或应用程序配置文件中的 configuration/system.webServer/directoryBrowse@enabled 属性已设置为 true。 就按照这个给出的提示配置一下web.config文件就可以了,如下图 <system.webServer> <direc ...
分类:Web程序   时间:2019-10-12 10:37:22    阅读次数:109
5个点彻底搞清楚SpringBoot注解
作者:张伯毅 作者:张伯毅 一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Co ...
分类:编程语言   时间:2019-10-10 15:40:58    阅读次数:102
MySQL配置文件
配置更多http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:数据库   时间:2019-10-09 19:16:16    阅读次数:123
HDFS文件名更改
1 //文件名更改 2 @Test 3 public void testRename() throws IOException, InterruptedException, URISyntaxException { 4 5 //获取文件系统 6 Configuration configuration... ...
分类:其他好文   时间:2019-10-08 16:09:32    阅读次数:225
文件详情查看
1 //文件详情查看 2 @Test 3 public void testListFiles() throws IOException, InterruptedException, URISyntaxException { 4 5 //获取文件系统 6 Configuration configura... ...
分类:其他好文   时间:2019-10-08 16:05:23    阅读次数:135
ansible 配置文件设置
ansible 配置文件设置 [TOC] 一、ansible configuration settings ansible支持多种形式,对它进行配置,其中包括命令行配置、配置文件配置(ansible.cfg)、直接修改linux环境变量、以及playbook中使用变量去修改ansible配置。总共4 ...
分类:其他好文   时间:2019-10-08 14:08:26    阅读次数:243
mybatis执行过程及经典面试题
Mybatis执行流程 mybatis中xml解析是通过SqlSessionFactoryBuilder.build()方法。 初始化mybatis(解析xml文件构建成Configuration对象)并初始化SqlSessionFactory对象 在解析xml时会同时根据其中节点做相应的初始化操作 ...
分类:其他好文   时间:2019-10-08 10:57:38    阅读次数:405
hbase命令
hbase命令:hbase服务端命令[root@zhep-opay-temp-1 ~]# hbaseUsage: hbase [<options>] <command> [<args>]Options:--config DIR Configuration direction to use. Defa ...
分类:其他好文   时间:2019-10-06 23:20:24    阅读次数:163
Working with Deployment Configurations in CodeDeploy
Deployment Configurations on an AWS Lambda Compute Platform When you deploy to an AWS Lambda compute platform, the deployment configuration specifies ...
分类:其他好文   时间:2019-10-06 20:14:56    阅读次数:100
5921条   上一页 1 ... 77 78 79 80 81 ... 593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!