错误日志: 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
解决方法: 确认网站或应用程序配置文件中的 configuration/system.webServer/directoryBrowse@enabled 属性已设置为 true。 就按照这个给出的提示配置一下web.config文件就可以了,如下图 <system.webServer> <direc ...
分类:
Web程序 时间:
2019-10-12 10:37:22
阅读次数:
109
作者:张伯毅 作者:张伯毅 一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Co ...
分类:
编程语言 时间:
2019-10-10 15:40:58
阅读次数:
102
配置更多http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:
数据库 时间:
2019-10-09 19:16:16
阅读次数:
123
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 配置文件设置 [TOC] 一、ansible configuration settings ansible支持多种形式,对它进行配置,其中包括命令行配置、配置文件配置(ansible.cfg)、直接修改linux环境变量、以及playbook中使用变量去修改ansible配置。总共4 ...
分类:
其他好文 时间:
2019-10-08 14:08:26
阅读次数:
243
Mybatis执行流程 mybatis中xml解析是通过SqlSessionFactoryBuilder.build()方法。 初始化mybatis(解析xml文件构建成Configuration对象)并初始化SqlSessionFactory对象 在解析xml时会同时根据其中节点做相应的初始化操作 ...
分类:
其他好文 时间:
2019-10-08 10:57:38
阅读次数:
405
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
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