rebuilding site Thu Nov 26 04:07:37 PM CST 2020

This commit is contained in:
James Feng Cao 2020-11-26 16:07:37 +08:00
parent 8555e2ca47
commit 1efa0961a0
5 changed files with 69 additions and 55 deletions

View File

@ -35,6 +35,30 @@ am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert("remi
其中-d后面参数可以为任意url包括超微内部&amp;quot;i:&amp;quot; url。</description>
</item>
<item>
<title>超级计算器(bc)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
<description>使用uweb浏览器。
Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。
安装bc 安装uweb定制Termux应用 Termux下运行以下命令
apt update
apt upgrade
apt install bc 使用书签调用计算器 &amp;quot;长按以下链接-&amp;gt;命令-&amp;gt;书签&amp;quot;可保存链接为书签。书签菜单可至特色服务网页安装。
bc
全能bc
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下
计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l -q
更多bc扩展库 扩展库可下载至/sdcard/uweb目录
https://github.com/susca/bc-extensions
http://phodd.net/gnu-bc
http://www.numbertheory.org/gnubc/gnubc.html
使用扩展库以后default.acmd配置如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q extensions.bc scientific_constants.bc
全能计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q *.bc</description>
</item>
<item>
<title>超微浏览器配置文件列表</title>
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
@ -627,26 +651,6 @@ CCTV17农村
apt update;apt install wget 下载必要离线数据termux下运行如下命令 cd /sdcard/uweb mkdir sitecache cd sitecache wget -U &#39;Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)&#39; -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下要对部分js作修改防止每次访问url不同。 </description>
</item>
<item>
<title>配置浏览器地址栏作为超级计算器(bc)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
<description>使用Android端uweb浏览器。
Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。
安装bc 安装uweb定制Termux应用 Termux下运行以下命令
apt update
apt upgrade
apt install bc 配置文件/sdcard/uweb/default.acmd如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l -q
更多bc扩展库 扩展库可下载至/sdcard/uweb目录
https://github.com/susca/bc-extensions
http://phodd.net/gnu-bc
http://www.numbertheory.org/gnubc/gnubc.html
使用扩展库以后default.acmd配置如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q extensions.bc scientific_constants.bc
全能计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q *.bc</description>
</item>
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>配置浏览器地址栏作为超级计算器(bc)</title>
<title>超级计算器(bc)</title>
</head>
<body>
<header class='header'>
@ -16,14 +16,14 @@
<br />
<div class="container">
<h1 class="title">配置浏览器地址栏作为超级计算器(bc)
<h1 class="title">超级计算器(bc)
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p>使用Android端<a href="https://www.coolapk.com/apk/info.torapp.uweb">uweb浏览器</a><br>
<p>使用<a href="https://www.coolapk.com/apk/info.torapp.uweb">uweb浏览器</a><br>
Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。</p>
<h3 id="安装bc">安装bc</h3>
<ul>
@ -33,8 +33,13 @@ apt update<br>
apt upgrade<br>
apt install bc</li>
</ul>
<h3 id="配置文件sdcarduwebdefaultacmd如下">配置文件/sdcard/uweb/default.acmd如下</h3>
<p>计算器:text/html:echo &quot;%s&quot;|bc -l -q</p>
<h3 id="使用书签调用计算器">使用书签调用计算器</h3>
<p>&quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至<a href="../searchurl/urls.html">特色服务网页</a>安装。<br>
<a href="c:bc -l">bc</a><br>
<a href="c:bc -l *.bc">全能bc</a></p>
<h3 id="浏览器地址栏作为超级计算器">浏览器地址栏作为超级计算器</h3>
<p>配置文件/sdcard/uweb/default.acmd如下<br>
计算器:text/html:echo &quot;%s&quot;|bc -l -q</p>
<h3 id="更多bc扩展库">更多bc扩展库</h3>
<p>扩展库可下载至/sdcard/uweb目录<br>
<a href="https://github.com/susca/bc-extensions">https://github.com/susca/bc-extensions</a><br>

View File

@ -80,6 +80,12 @@
</a>
</li>
<li class="post">
<a href="bc">
<span>超级计算器(bc)</span>
</a>
</li>
<li class="post">
<a href="filenames">
<span>超微浏览器配置文件列表</span>
@ -230,12 +236,6 @@
</a>
</li>
<li class="post">
<a href="bc">
<span>配置浏览器地址栏作为超级计算器(bc)</span>
</a>
</li>
<li class="post">
<a href="redirect">
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>

View File

@ -35,6 +35,30 @@ am start -n info.torapp.uweb/.wvActivity -d &#39;javascript:alert(&amp;quot;remi
其中-d后面参数可以为任意url包括超微内部&amp;quot;i:&amp;quot; url。</description>
</item>
<item>
<title>超级计算器(bc)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
<description>使用uweb浏览器。
Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。
安装bc 安装uweb定制Termux应用 Termux下运行以下命令
apt update
apt upgrade
apt install bc 使用书签调用计算器 &amp;quot;长按以下链接-&amp;gt;命令-&amp;gt;书签&amp;quot;可保存链接为书签。书签菜单可至特色服务网页安装。
bc
全能bc
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下
计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l -q
更多bc扩展库 扩展库可下载至/sdcard/uweb目录
https://github.com/susca/bc-extensions
http://phodd.net/gnu-bc
http://www.numbertheory.org/gnubc/gnubc.html
使用扩展库以后default.acmd配置如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q extensions.bc scientific_constants.bc
全能计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q *.bc</description>
</item>
<item>
<title>超微浏览器配置文件列表</title>
<link>https://jamesfengcao.gitee.io/uwebzh/filenames/</link>
@ -627,26 +651,6 @@ CCTV17农村
apt update;apt install wget 下载必要离线数据termux下运行如下命令 cd /sdcard/uweb mkdir sitecache cd sitecache wget -U &#39;Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)&#39; -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下要对部分js作修改防止每次访问url不同。 </description>
</item>
<item>
<title>配置浏览器地址栏作为超级计算器(bc)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
<description>使用Android端uweb浏览器。
Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。
安装bc 安装uweb定制Termux应用 Termux下运行以下命令
apt update
apt upgrade
apt install bc 配置文件/sdcard/uweb/default.acmd如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l -q
更多bc扩展库 扩展库可下载至/sdcard/uweb目录
https://github.com/susca/bc-extensions
http://phodd.net/gnu-bc
http://www.numbertheory.org/gnubc/gnubc.html
使用扩展库以后default.acmd配置如下 计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q extensions.bc scientific_constants.bc
全能计算器:text/html:echo &amp;quot;%s&amp;quot;|bc -l q *.bc</description>
</item>
<item>
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>

View File

@ -17,6 +17,11 @@
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://jamesfengcao.gitee.io/uwebzh/filenames/</loc>
<lastmod>2020-11-21T00:00:00+00:00</lastmod>
@ -221,10 +226,6 @@
<loc>https://jamesfengcao.gitee.io/uwebzh/offlinecache/</loc>
</url>
<url>
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
</url>
<url>
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
</url>