yum 安装软件,有时会出现 Error: Package does not match intended download,这时需要彻底清除已有的下载,然后重新安装即可。 ...
分类:
其他好文 时间:
2019-11-22 13:45:02
阅读次数:
74
原英文帮助文档: help([object]) Invoke the built-in help system. (This function is intended for interactive use.) If no argument is given, the interactive hel ...
分类:
编程语言 时间:
2019-09-21 23:05:01
阅读次数:
178
周末在一台MySQL实例上频繁做大批量的写入测试,无意中发现MySQL的errorlog中频繁出现如下的Note:page_cleaner: 1000ms intended loop took **** ms. The settings might not be optimal. (flushed= ...
分类:
数据库 时间:
2019-09-02 13:39:45
阅读次数:
514
1、用了nginx代理后,应用上传文件时,发现小文件可上传,大文件上传不了,查nginx日志,发现有这么一句:client intended to send too large body 在nginx.conf配置文件的server加上 client_max_body_size 1024m; 重启n ...
分类:
Web程序 时间:
2019-08-02 20:31:33
阅读次数:
124
Since Kafka Connect is intended to be run as a service, it also supports a REST API for managing connectors. By default this service runs on port 8083 ...
分类:
其他好文 时间:
2019-05-29 14:19:15
阅读次数:
80
书名: Cloud Native Infrastructure Patterns for Scalable Infrastructure and Applications in a Dynamic Environment 云原生基础设施 动态环境可扩展基础设施与应用程序模式 Introduction ...
分类:
其他好文 时间:
2019-05-02 09:50:35
阅读次数:
80
2018-Project 2 Cache Controller1 PurposeThis project is intended to help you to understand the cache architecture and its mechanism.2 ProblemIn this p ...
分类:
系统相关 时间:
2019-01-23 20:30:49
阅读次数:
190
Apparently, this is intended behavior: Apparently, this is intended behavior: Apparently, this is intended behavior: com.firebaseui:firebase-ui-firest ...
分类:
移动开发 时间:
2019-01-21 19:27:39
阅读次数:
476
0. 前言 写这个前言让我很难受,当然不是心情难受哈,此时的状态是很High的哦,大中午觉都省了, 说难受是我觉得我这语言文字太渣了,相比今天的主题确实很没“文化”。但我也很庆幸,能 看到这么个人认为很深刻的表述,所以在此转述记录一篇,希望以后以此为镜正衣冠,努力 学习~~ 1. 演讲稿 话说演讲稿 ...
分类:
其他好文 时间:
2019-01-10 15:29:24
阅读次数:
205
背景在使用spring时,有时候有会有一些自定义annotation的需求,比如一些Listener的回调函数。 比如: 一开始的时候,我是在Spring的ContextRefreshedEvent事件里,通过context.getBeansWithAnnotation(Component.clas ...
分类:
编程语言 时间:
2018-12-05 17:31:12
阅读次数:
176