logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea弹窗 Placing the unmodified "important.txt" in the zip file with the agent jar in the same directo

idea破解,idea弹窗 Placing the unmodified "important.txt" in the zip…… 问题解决

log4g2 ERROR Appenders contains an invalid element or attribute “appender“。 Caused by:strict

1. 描述log4j2 的xml配置有两种风格(concise and strict:简洁和严格),使用strict风格时,启动项目报错。ERROR Appenders contains an invalid element or attribute “appender”。配置:<configuration status="warn" monitorInterval="30">…………

#log4j
idea 查看单元测试覆盖率

选择项目或则项目下的文件夹,如:src\main\java结果:

#单元测试
Echarts 使用markLine时,标签重叠或文本重叠

情况如图:option = {xAxis: {type: "category",data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]},yAxis: {},series: [{data: [120, 232, 301, 434, 590, 730, 820],type: "line"},{data: [620, 732, 501, 134,

idea的类注释、方法注释及自定义快捷键

IDEA的类注释、方法注释及自定义快捷键。方法注释1. /** + Enter :eclipse 和 idea 都适用;2.Alt + Enter :选中方法名称(或则光标在方法名称上),然后按快捷键,再选择"add javadoc";3.自定义:自定义快捷键路径(File->Settings->Editor -> Live Templates ->。

#idea
Mockito与 PowerMock 版本对应关系

mockito与powermock 版本对应关系java.lang.ClassNotFoundException: org.mockito.exceptions.Reporterpowermock-api-mockito 与 powermock-api-mockito2

#junit#java
mockito 参数匹配的三种情况

mockito 参数匹配的三种情况:精确匹配、模糊匹配 、自定义匹配。

#junit#java
idea弹窗 Placing the unmodified "important.txt" in the zip file with the agent jar in the same directo

idea破解,idea弹窗 Placing the unmodified "important.txt" in the zip…… 问题解决

linux 定时任务- 清理文件

linux创建定时任务,进行文件清理。删除/opt/jenkins/test*/builds/ 目录下面 9天以前 名称为 [1-9]* 的目录:find /opt/jenkins/test*/builds/ -type d -mtime +9 -name "[1-9]*" -exec rm -rf {} \;

#linux
    共 13 条
  • 1
  • 2
  • 请选择