工具


Hexo

Install

足迹

在线工具

在线书籍

JavaScript

Try JQuery 在浏览器上直接编写JQuery

Python

Git

MongDB

MongDB

Ruby

Hackety 此网站需要科学上网才能访问

其他

Learn Coding With Open Source

软件开发工具组件

Java

JavaScript

消遣娱乐

其他

CDN

360

1.首先在程序源代码中找到调用Google前端公共库的地址,比如:

<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2'></script>

2.将Google前端库的域名 ajax.googleapis.com 修改为:ajax.useso.com 即可,如下所示:

<script type='text/javascript' src='http://ajax.useso.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=3.4.2'></script>

3.我们会自动将Google前端公共库的JS资源缓存在360网站卫士全国的CDN节点上。Have fun !

  • 如何使用360网站卫士代理访问Google免费字体库

1.首先在程序源代码中找到调用Google免费字体库的地址,比如:

<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>

2.将Google免费字体库的域名 fonts.googleapis.com 修改为:fonts.useso.com 即可,如下所示:

<link href='http://fonts.useso.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext' rel='stylesheet'>

3.我们会自动将Google免费字体库的字体资源缓存在360网站卫士全国的CDN节点上。Have fun !

如何通过第三方Wordpress字体转换插件继续使用Google字体库?
(感谢来自淘宝的soulteary童鞋开发了这个插件)
插件说明地址:http://www.soulteary.com/2014/06/08/replace-google-fonts.html
插件下载地址:http://www.soulteary.com/wp-content/uploads/2014/06/Replace-Google-Fonts.zip

百度
Google

pipy国内镜像


文章作者: 程序员老白
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 程序员老白 !
 本篇
工具 工具
2024-03-22 程序员老白
本篇 
工具 工具
2024-03-22 程序员老白
  目录