国内无法访问google字体api

最新几天发现自己的博客有点问题。就是网页打开特别慢,大概需要花费几十秒的时间。并且页面打开后,网页字体也不对。之前在公司访问自己的页面,没有发现什么问题,不过最近几天在家里访问时,就会出现这个问题。今天周末花了点时间看了一下,发现原来是google字体api服务器又被国家防火墙给屏蔽。

maven relativePath

maven supports parent-child relationship, where the configuration of the parent project is inherited by the child project. This relationship is specified using the <parent> element as below: <parent> <groupId>com.mygroup</groupId> <artifactId>artifactId</artifactId> <version>1.1</version> </parent> The pom file of the parent project will… Read More