阿奔的用户贡献

跳到导航 跳到搜索
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2024年3月11日 (星期一)

  • 09:442024年3月11日 (一) 09:44 差异 历史 +588 Grep创建页面,内容为“Linux grep(global regular expression)命令用于查找文件里符合条件的字符串或正则表达式,加上 -E 支持扩展的正则表达式(extended regular expressions)。 === Global === ==== 行首行尾 ==== 使用 ^ 和 $ 符号来正则匹配输入行的开始或结尾 df -h | grep '^File' File system      Size  Used Avail Use% Mounted on df -h | grep '/$' /dev/sda1        45G   38G  7.8G  83% / ==== 空行 ==== grep '^$' ===…” 标签可视化编辑:已切换

2024年3月9日 (星期六)

2024年3月8日 (星期五)

2024年3月7日 (星期四)

2024年3月6日 (星期三)

  • 17:422024年3月6日 (三) 17:42 差异 历史 +478 Java 自定义方法 - KAFKA创建页面,内容为“Java 自定义函数 - KAFKA === 每次消费最大记录数 === Properties props = new Properties(); props.put("max.poll.records", N); ... consumer = new KafkaConsumer(props); props 配置变化,需要 new consumer。当 N 较大时,需要相应设置 fetch.max.bytes。 KafkaConsumer<String, String> consumer; consumer.poll(Duration.ofMillis(1000)); 单位为毫秒,在指定时间内,最多消费 max.poll.records 记录。 分类:Develop …” 标签可视化编辑:已切换

2024年3月5日 (星期二)

  • 13:472024年3月5日 (二) 13:47 差异 历史 −2 Log4j→‎log4j.properties
  • 13:412024年3月5日 (二) 13:41 差异 历史 +2,247 Log4j创建页面,内容为“Apache Log4j is a versatile, industrial-grade Java logging framework composed of an API, its implementation, and components to assist the deployment for various use cases. https://logging.apache.org/log4j/2.x/ * 控制日志信息输送的目的地是控制台、文件、GUI 组件,甚至是套接口服务器、NT 的事件记录器、UNIX Syslog 守护进程等 * 控制每一条日志的输出格式 * 通过定义每一条日志信息的级别,更加细…” 标签可视化编辑:已切换

2024年3月4日 (星期一)

2024年3月3日 (星期日)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500