孝顺橘子

文章
4
资源
0
加入时间
2年10月17天

log4j的2----2.14史诗级漏洞解决方案log4j的2----2.14史诗级漏洞解决方案

log4j的2----2.14史诗级漏洞解决方案关于log4j的漏洞原理网上已经有很多描述了,这里不过多赘述,这里只讲解决方案补救方案方案1:升级log4j版本至2.15方案2:临时补救升级log4j版本至2.15如果项目使用的是maven,则可以手动指定log4j版本,在pom中修改如下配置<properties> <log4j2.version>2.15.0</log4j2.version>&l

c#输入方法名来调用方法(反射)

using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using System.Text;using System.Threading.Tasks;namespace zhiXing{ class Program ...