我想在标签上放一张图片,代码是:
Label userPic = new label();
ImageView userImage = new ImageView(
new Image("test/123/headPortrait.png",50.0,50.0,false,false));
userPic.setGraphic(userImage);
但是它不断抛出java.lang.IllegalArgumentException: Invalid URL or resource not found.
我也尝试过f
(一) 这就是指引????
我就想问问解压出来的文件,要放到服务器吧?(假如要放,放到哪里?我系统Centos7.2)
[图片]
(二)上面的问题,初步解决。现在有新问题:
编辑ssl.conf重新启动 Apache:
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
不编辑,提示证书风险。
[图片]
为什么?