神勇绿草

文章
5
资源
0
加入时间
2年10月24天

靶机渗透日记

IP为端口PORT STATE SERVICE VERSION22/tcp open ssh OpenSSH 8.4p1 Debian 5 (protocol 2.0)80/tcp open http Apache httpd 2.4.48 ((Debian))访问 80 端口是一张图片,接下来目录扫描[23:08:42] 301 - 312B - /image -> http://192.168.1.64/image/ ..

WPF 样式中写Trigger, IsMouseOver =true,设置背景色Background 无效WPF 样式中写Trigger, IsMouseOver =true,设置背景色Background 无效

WPF 样式中写Trigger, IsMouseOver =true,设置背景色Background 无效原来的代码:在触发器中写IsMouseOver的效果,其余的 Foregroud,FontSize,FontWeight均有效果,但是设置Background始终没有效果,。原本的效果,鼠标移动上去,button的背景色一直无法改变:新的改变新增代码:暂时没有找到原因,以后...