logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ELK:filebeat采集springboot日志

1、设置springboot日志输出路径logging:file:path: D:/logs2、设置filebeat配置参数编辑filebeat.yml文件的filebeat.inputs参数filebeat.inputs:- type: logenabled: truepaths:- D:\logs\*json.keys_under_root: truejson.overwrite_keys:

#tomcat
IDEA去除xml文件的黄色背景

1、xml文件默认效果2、打开设置页面:Editor—Inspections—SQL,取消掉No data sources configured选项SQL dialect detection选项,点击 OK3、设置后的效果如下:4、打开设置页面:找到Editor—Color Scheme—General,取消掉Injected language fragment的背景色5、最终效果如下...

#java#xml
vscode如何设置多行展示文件标签

1、vscode在打开多个文件标签时,默认是滚动展示的2、设置多行展示效果3、设置方法3.1 进入工作区设置页面3.2 搜索workbench.edit.wrapTabs,并进行勾选

#前端#vscode
程序启动时没有找到已运行的Android虚拟机的解决版本

问题描述:如下图,虚拟机明明已经启动了,但在运行程序时,没有找到已启动的虚拟机,要求启动新的虚拟机。解决办法:打开任务管理器,找到adb.exe进程,结束该进程,然后再运行程序,就发现已经能找到已运行的Android虚拟机了。

#android#虚拟机
如何开启Docker的远程访问

本文为转载文章,主要介绍如何开启docker的远程访问并通过idea进行远程操作。

#docker#容器#idea +1
filebeat安装和启动

1、访问官网下载安装文件https://www.elastic.co/cn/beats/filebeat2、修改配置文件修改配置文件filebeat.yml,配置elasticsearch和kibana访问地址output.elasticsearch:hosts: ["localhost:9200"]username: "elastic"password: "changeme"setup.kiba

#elasticsearch
到底了