rebuilding site Mon Apr 25 08:55:41 PM CST 2022

This commit is contained in:
James Feng Cao 2022-04-25 20:55:41 +08:00
parent 26edc204c9
commit 3ffd9988b8
15 changed files with 164 additions and 141 deletions

View File

@ -6,14 +6,59 @@
<description>Recent content in _posts on </description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>github mirror:fastgit
github mirror 2
github mirror 3
点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
配置/sdcard/uweb/default.redirect:
文件每一行格式为:
域名:正则表达式:替换表达式
其中正则表达式以java语言规定为准表达式中不能包含&#39;:&#39;。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用但域名会允许CORS跨域访问 (目前仅对&amp;quot;GET&amp;quot; request生效)。
例子文件内容如下:
developer.android.com::developer.android.google.cn
四种使用重定向的方法:
长按链接
添加文件&amp;quot;国内镜像.js&amp;quot;至&amp;quot;/sdcard/uweb/longclick&amp;quot;目录下。
文件内容如下:
//e:%u 其中&amp;quot;e:&amp;quot;为uweb特殊url协议意为&amp;quot;edit&amp;quot;,即&amp;quot;编辑&amp;quot;。当后面紧跟url网址的情况下会重定向网址。
重启uweb后长按链接弹出菜单选&amp;quot;国内镜像&amp;quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
长按工具条图像按钮。
长按设置,选中&amp;quot;自定义重定向&amp;quot;。
长按设置,选中&amp;quot;自定义资源重定向&amp;quot;。此选项除访问url重定向之外还可重定向网页中一切资源。
更多重定向网址:
www.bilibili.com::www.ibilibili.com
pan.baidu.com::pan.baiduwp.com
www.docin.com::www.docin365.com
wenku.baidu.com::wenku.baiduvvv.com
detail.tmall.com::detail.tmallvvv.com
detail.m.tmall.com::detail.m.tmallvvv.com
item.taobao.com::item.taobaovvv.com
h5.m.taobao.com::h5.m.taobaovvv.com
jd.com::jdvvv.com
item.yhd.com::item.yhdvvv.com
goods.kaola.com::goods.kaolavvv.com
product.dangdang.com::product.dangdangvvv.com
item.gome.com.cn::item.gomevvv.com.cn</description>
</item>
<item>
<title>操作选中(富)文本/元素</title>
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba
@ -94,47 +139,6 @@ socks代理
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
</item>
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
配置/sdcard/uweb/default.redirect:
文件每一行格式为:
域名:正则表达式:替换表达式
其中正则表达式以java语言规定为准表达式中不能包含&#39;:&#39;。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用但域名会允许CORS跨域访问 (目前仅对&amp;quot;GET&amp;quot; request生效)。
例子文件内容如下:
developer.android.com::developer.android.google.cn
四种使用重定向的方法:
长按链接
添加文件&amp;quot;国内镜像.js&amp;quot;至&amp;quot;/sdcard/uweb/longclick&amp;quot;目录下。
文件内容如下:
//e:%u 其中&amp;quot;e:&amp;quot;为uweb特殊url协议意为&amp;quot;edit&amp;quot;,即&amp;quot;编辑&amp;quot;。当后面紧跟url网址的情况下会重定向网址。
重启uweb后长按链接弹出菜单选&amp;quot;国内镜像&amp;quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
长按工具条图像按钮。
长按设置,选中&amp;quot;自定义重定向&amp;quot;。
长按设置,选中&amp;quot;自定义资源重定向&amp;quot;。此选项除访问url重定向之外还可重定向网页中一切资源。
更多重定向网址:
www.bilibili.com::www.ibilibili.com
pan.baidu.com::pan.baiduwp.com
www.docin.com::www.docin365.com
wenku.baidu.com::wenku.baiduvvv.com
detail.tmall.com::detail.tmallvvv.com
detail.m.tmall.com::detail.m.tmallvvv.com
item.taobao.com::item.taobaovvv.com
h5.m.taobao.com::h5.m.taobaovvv.com
jd.com::jdvvv.com
item.yhd.com::item.yhdvvv.com
goods.kaola.com::goods.kaolavvv.com
product.dangdang.com::product.dangdangvvv.com
item.gome.com.cn::item.gomevvv.com.cn</description>
</item>
<item>
<title>CSS样式</title>
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
@ -274,7 +278,7 @@ BugMeNot</description>
<guid>https://jamesfengcao.gitee.io/uwebzh/filemanager/</guid>
<description>超微浏览器访问以&amp;quot;/&amp;quot;结尾 (包括&amp;quot;/?&amp;quot;及后面参数)的&amp;quot;file://&amp;quot; url则进入文件管理器。
对任何目录型(以“/”结尾)文件url后面可附&amp;quot;?[文件前缀][[文件后缀]]&amp;quot;。譬如&amp;quot;file:///sdcard/?.png&amp;quot;会列举出&amp;quot;/sdcard&amp;quot;目录下所有.png文件。&amp;quot;?IMG&amp;quot;列举出所有IMG开头的文件。此时可选定文件并安装checked.js对选取文件进行批量处理。
对任何目录型(以“/”结尾)文件url后面可附&amp;quot;?[文件前缀][*[文件后缀]]&amp;quot;。譬如&amp;quot;file:///sdcard/?*.png&amp;quot;会列举出&amp;quot;/sdcard&amp;quot;目录下所有.png文件。&amp;quot;?IMG&amp;quot;列举出所有IMG开头的文件。此时可选定文件并安装checked.js对选取文件进行批量处理。
文件批量处理配置default.select例子
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</description>
</item>

View File

@ -24,7 +24,7 @@
</ul>
<p><a href="..">超微浏览器</a>访问以&quot;/&quot;结尾 (包括&quot;/?&quot;及后面参数)的&quot;file://&quot; url则进入文件管理器。</p>
<p>对任何目录型(以“/”结尾)文件url后面可附&quot;?[文件前缀][<em>[文件后缀]]&quot;。譬如&quot;file:///sdcard/?</em>.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。&quot;?IMG&quot;列举出所有IMG开头的文件。此时可选定文件<a target="_self" href="i:0h/sdcard/uweb/check.js:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/check.js">安装checked.js</a>对选取文件进行批量处理。</p>
<p>对任何目录型(以“/”结尾)文件url后面可附&quot;?[文件前缀][*[文件后缀]]&quot;。譬如&quot;file:///sdcard/?*.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。&quot;?IMG&quot;列举出所有IMG开头的文件。此时可选定文件<a target="_self" href="i:0h/sdcard/uweb/check.js:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/check.js">安装checked.js</a>对选取文件进行批量处理。</p>
<p>文件批量处理配置<a href="../pccopy">default.select</a>例子:<br>
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</p>

View File

@ -80,6 +80,12 @@
</a>
</li>
<li class="post">
<a href="redirect/index.html">
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
</a>
</li>
<li class="post">
<a href="pccopy/index.html">
<span>操作选中(富)文本/元素</span>
@ -92,12 +98,6 @@
</a>
</li>
<li class="post">
<a href="redirect/index.html">
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
</a>
</li>
<li class="post">
<a href="globalcss/index.html">
<span>CSS样式</span>

View File

@ -6,14 +6,59 @@
<description>Recent content on </description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>github mirror:fastgit
github mirror 2
github mirror 3
点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
配置/sdcard/uweb/default.redirect:
文件每一行格式为:
域名:正则表达式:替换表达式
其中正则表达式以java语言规定为准表达式中不能包含&#39;:&#39;。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用但域名会允许CORS跨域访问 (目前仅对&amp;quot;GET&amp;quot; request生效)。
例子文件内容如下:
developer.android.com::developer.android.google.cn
四种使用重定向的方法:
长按链接
添加文件&amp;quot;国内镜像.js&amp;quot;至&amp;quot;/sdcard/uweb/longclick&amp;quot;目录下。
文件内容如下:
//e:%u 其中&amp;quot;e:&amp;quot;为uweb特殊url协议意为&amp;quot;edit&amp;quot;,即&amp;quot;编辑&amp;quot;。当后面紧跟url网址的情况下会重定向网址。
重启uweb后长按链接弹出菜单选&amp;quot;国内镜像&amp;quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
长按工具条图像按钮。
长按设置,选中&amp;quot;自定义重定向&amp;quot;。
长按设置,选中&amp;quot;自定义资源重定向&amp;quot;。此选项除访问url重定向之外还可重定向网页中一切资源。
更多重定向网址:
www.bilibili.com::www.ibilibili.com
pan.baidu.com::pan.baiduwp.com
www.docin.com::www.docin365.com
wenku.baidu.com::wenku.baiduvvv.com
detail.tmall.com::detail.tmallvvv.com
detail.m.tmall.com::detail.m.tmallvvv.com
item.taobao.com::item.taobaovvv.com
h5.m.taobao.com::h5.m.taobaovvv.com
jd.com::jdvvv.com
item.yhd.com::item.yhdvvv.com
goods.kaola.com::goods.kaolavvv.com
product.dangdang.com::product.dangdangvvv.com
item.gome.com.cn::item.gomevvv.com.cn</description>
</item>
<item>
<title>操作选中(富)文本/元素</title>
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba
@ -94,47 +139,6 @@ socks代理
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
</item>
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
配置/sdcard/uweb/default.redirect:
文件每一行格式为:
域名:正则表达式:替换表达式
其中正则表达式以java语言规定为准表达式中不能包含&#39;:&#39;。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用但域名会允许CORS跨域访问 (目前仅对&amp;quot;GET&amp;quot; request生效)。
例子文件内容如下:
developer.android.com::developer.android.google.cn
四种使用重定向的方法:
长按链接
添加文件&amp;quot;国内镜像.js&amp;quot;至&amp;quot;/sdcard/uweb/longclick&amp;quot;目录下。
文件内容如下:
//e:%u 其中&amp;quot;e:&amp;quot;为uweb特殊url协议意为&amp;quot;edit&amp;quot;,即&amp;quot;编辑&amp;quot;。当后面紧跟url网址的情况下会重定向网址。
重启uweb后长按链接弹出菜单选&amp;quot;国内镜像&amp;quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
长按工具条图像按钮。
长按设置,选中&amp;quot;自定义重定向&amp;quot;。
长按设置,选中&amp;quot;自定义资源重定向&amp;quot;。此选项除访问url重定向之外还可重定向网页中一切资源。
更多重定向网址:
www.bilibili.com::www.ibilibili.com
pan.baidu.com::pan.baiduwp.com
www.docin.com::www.docin365.com
wenku.baidu.com::wenku.baiduvvv.com
detail.tmall.com::detail.tmallvvv.com
detail.m.tmall.com::detail.m.tmallvvv.com
item.taobao.com::item.taobaovvv.com
h5.m.taobao.com::h5.m.taobaovvv.com
jd.com::jdvvv.com
item.yhd.com::item.yhdvvv.com
goods.kaola.com::goods.kaolavvv.com
product.dangdang.com::product.dangdangvvv.com
item.gome.com.cn::item.gomevvv.com.cn</description>
</item>
<item>
<title>CSS样式</title>
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
@ -274,7 +278,7 @@ BugMeNot</description>
<guid>https://jamesfengcao.gitee.io/uwebzh/filemanager/</guid>
<description>超微浏览器访问以&amp;quot;/&amp;quot;结尾 (包括&amp;quot;/?&amp;quot;及后面参数)的&amp;quot;file://&amp;quot; url则进入文件管理器。
对任何目录型(以“/”结尾)文件url后面可附&amp;quot;?[文件前缀][[文件后缀]]&amp;quot;。譬如&amp;quot;file:///sdcard/?.png&amp;quot;会列举出&amp;quot;/sdcard&amp;quot;目录下所有.png文件。&amp;quot;?IMG&amp;quot;列举出所有IMG开头的文件。此时可选定文件并安装checked.js对选取文件进行批量处理。
对任何目录型(以“/”结尾)文件url后面可附&amp;quot;?[文件前缀][*[文件后缀]]&amp;quot;。譬如&amp;quot;file:///sdcard/?*.png&amp;quot;会列举出&amp;quot;/sdcard&amp;quot;目录下所有.png文件。&amp;quot;?IMG&amp;quot;列举出所有IMG开头的文件。此时可选定文件并安装checked.js对选取文件进行批量处理。
文件批量处理配置default.select例子
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</description>
</item>

View File

@ -33,7 +33,8 @@
<li><a href="../tags/Windows">Windows</a> </li>
</ul>
<p><a href="i:0g/sdcard/uweb/default.select::google划词翻译:/uweb:printf 'https://translate.google.cn/?sl=en&tl=zh-CN&op=translate&text=';cat|tr ' ' '%2B'%0A">google划词翻译</a><br>
<p>点击以下链接可安装长按“链接”按钮菜单:<br>
<a href="i:0g/sdcard/uweb/default.select::google划词翻译:/uweb:printf 'https://translate.google.cn/?sl=en&tl=zh-CN&op=translate&text=';cat|tr ' ' '%2B'%0A">google划词翻译</a><br>
<a href="i:0g/sdcard/uweb/default.select::bing翻译:/uweb:printf 'https://cn.bing.com/translator/?from=&to=zh-Hans&text=';cat|tr ' ' '%2B'%0A">bing翻译</a><br>
<a href="i:0g/sdcard/uweb/default.select::papago翻译:/uweb:printf 'https://papago.naver.com/?sk=auto&tk=zh-CN&st=';cat|tr ' ' '%2B'%0A">papago翻译</a></p>
<p><a href="i:0g/sdcard/uweb/default.select::iciba:/uweb:printf 'https://m.iciba.com/';cat|tr ' ' '%2B'%0A">iciba</a><br>

View File

@ -27,7 +27,10 @@
<li><a href="../tags/%e5%9b%bd%e5%a4%96%e7%bd%91%e5%9d%80">国外网址</a> </li>
</ul>
<p><a target="_self" href="i:0g/sdcard/uweb/default.redirect:http://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/redirect.cfg">点击添加google recaptcha国内镜像</a></p>
<p><a href="i:0g/sdcard/uweb/default.redirect::github.com::hub.fastgit.xyz%0A">github mirror:fastgit</a><br>
<a href="i:0g/sdcard/uweb/default.redirect::github.com::hub.0z.gs%0A">github mirror 2</a><br>
<a href="i:0g/sdcard/uweb/default.redirect::github.com::api.mtr.pub%0A">github mirror 3</a></p>
<p><a target="_self" href="i:0g/sdcard/uweb/default.redirect:http://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/redirect.cfg">点击添加google recaptcha国内镜像</a></p>
<p>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。</p>
<p>其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。</p>
<p>本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。</p>

View File

@ -3,19 +3,28 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/redirect/</loc>
<lastmod>2022-04-25T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</loc>
<lastmod>2022-04-23T00:00:00+00:00</lastmod>
@ -31,15 +40,6 @@
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/links/</loc>
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
<lastmod>2022-04-19T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
<lastmod>2022-04-19T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/redirect/</loc>
<lastmod>2022-04-19T00:00:00+00:00</lastmod>
</url><url>
<loc>https://jamesfengcao.gitee.io/uwebzh/globalcss/</loc>
<lastmod>2022-04-03T00:00:00+00:00</lastmod>

View File

@ -6,7 +6,25 @@
<description>Recent content in Tags on </description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 23 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>国外网址</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
<description></description>
</item>
<item>
<title>重定向</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
<description></description>
</item>
<item>
<title>PC</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</link>
@ -52,24 +70,6 @@
<description></description>
</item>
<item>
<title>国外网址</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
<description></description>
</item>
<item>
<title>重定向</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
<description></description>
</item>
<item>
<title>javascript</title>
<link>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</link>

View File

@ -13,7 +13,8 @@
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba

View File

@ -13,7 +13,8 @@
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba

View File

@ -13,7 +13,8 @@
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba

View File

@ -13,7 +13,8 @@
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba

View File

@ -13,7 +13,8 @@
<pubDate>Sat, 23 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
<description>google划词翻译
<description>点击以下链接可安装长按“链接”按钮菜单:
google划词翻译
bing翻译
papago翻译
iciba

View File

@ -6,14 +6,17 @@
<description>Recent content in 国外网址 on </description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 19 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>点击添加google recaptcha国内镜像
<description>github mirror:fastgit
github mirror 2
github mirror 3
点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。

View File

@ -6,14 +6,17 @@
<description>Recent content in 重定向 on </description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 19 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
<description>点击添加google recaptcha国内镜像
<description>github mirror:fastgit
github mirror 2
github mirror 3
点击添加google recaptcha国内镜像
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。