logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

maven在idea中使用junit时,运行要测试的类,提示class not found。

maven在idea中使用junit时,运行要测试的类,提示class not found。需要把.idea配置文件删了,然后重启,之后就可以了。

#java#maven#intellij-idea
maven在idea中使用junit时,运行要测试的类,提示class not found。

maven在idea中使用junit时,运行要测试的类,提示class not found。需要把.idea配置文件删了,然后重启,之后就可以了。

#java#maven#intellij-idea
ubuntu安装tpm2-tools

打开终端,输入如下命令sudo apt updatesudo apt install tpm2-toolsTPM 2.0 实用程序该软件包包含一组与 TPM 2.0 芯片一起使用的工具,用于硬件提供的常见任务和功能;例如进行基本的密钥管理、认证、加密和签名。主页:https://github.com/01org/tpm2.0-tools版本:2.1.0-1build1...

#系统安全#安全架构#安全
metaspolit提示Exploit failed: You must select a target.

在kali linux中使用metasplit中在选择完漏洞目标和设置完rhost后,输入命令exploit,如果提示Exploit failed: You must select a target.可以输入show target在列出的target中选择,通过命令set targettarget名称来进行设置之后重新输入exploit进行攻击...

#安全
linux中boot.log,messages,secure,dnf,cron日志文件的作用

/var/log/boot.log与系统启动相关的信息的仓库/var/log/syslog 或/var/log/messages包含系统相关信息,几乎包含所有活动数据的信息,基于redhat的linux实用message,而基于debian的(比如ubuntu),使用syslog。/var/log/auth.log 或/var/log/secure**存储认证相关信息,包括成功和失败的登录和认证。

#linux#ubuntu#centos
到底了