我已经在CentOS 7中安装了铬无头:
Installed latest-epel-release then
yum install chromium-headless
[root@localhost chromedriver]# yum list installed | grep chromium
chromium-common.x86_64 60.0.3112.113-2.el7 @epel
chromium-headless.x86_64 60.0.3112.113-2.el7 @epel
我需要在Globalproperities.properities文件(Maven)中提及chrome-headless安装路径。
如何在服务器中找到其安装的路径?
答案 0 :(得分:4)
文件位于:
ERROR 1140 (42000) at line 1: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'f.submission_date'; this is incompatible with sql_mode=only_full_group_by
答案 1 :(得分:1)
@Soundar尝试使用
查找ps -ef | grep chromium
您将能够查看路径