一条命令解决 googleapis.com 问题
google 被和谐了,中文站用到 googleapis.com 资源的,最好换成360提供的 useso.com
替换当前目录下,所有文件里的 googleapis.com 为 useso.com
find . -name "*.php" -o -name "*.css" -o -name "*.js" -o -name "*.html" -o -name "*.js" -type f -exec sed -i "s/googleapis.com/useso.com/g" '{}' \;
Incoming search terms:
Tags: googleapis.com
andy,貌似centos下不好用啊?我执行了以后貌似木有效果?