最近打开博客后台,发现后台打开速度很慢。
通过开发者调试工具对网络加载进行检测,发现是由于后台使用了谷歌字体的API。由于谷歌api被墙的缘故,导致我们的浏览器会反复的请求谷歌服务器而无法正常加载页面。
因此简单的解决方案就是禁用谷歌的字体api。
解决方法是在当前主题的functions.php中加入下面的代码:
//禁用Open Sans
class Disable_....阅读全文
Most people have credit cards, when you use your credit card, you should know some common sense.
1, your credit card's credit limit and encashment l....阅读全文
With the popularity of Internet, online shopping has become a trend. This paper will analyze the advantages and disadvantages of the three aspects of ....阅读全文
https://code.google.com/p/goagent/wiki/ConfigIntroduce
3.1.0 系列版本
[listen]#监听ip,如果需要允许局域网/公网使用,设为0.0.0.0即可
ip =127.0.0.1#使用GAE服务端的默认8087端口,如有需要你可以修改成其他的
port =8087#8087端口验证的用户名和密码,设置后可以防止局域网内其他....阅读全文