mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Nov 26 04:07:37 PM CST 2020
This commit is contained in:
parent
8555e2ca47
commit
1efa0961a0
5 changed files with 69 additions and 55 deletions
|
@ -35,6 +35,30 @@ am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert("remi
|
|||
其中-d后面参数可以为任意url包括超微内部&quot;i:&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 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&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 &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&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 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -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 &quot;%s&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 &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
|
|
|
@ -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 "%s"|bc -l -q</p>
|
||||
<h3 id="使用书签调用计算器">使用书签调用计算器</h3>
|
||||
<p>"长按以下链接->命令->书签"可保存链接为书签。书签菜单可至<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 "%s"|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>
|
||||
|
|
12
index.html
12
index.html
|
@ -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>
|
||||
|
|
44
index.xml
44
index.xml
|
@ -35,6 +35,30 @@ am start -n info.torapp.uweb/.wvActivity -d 'javascript:alert(&quot;remi
|
|||
其中-d后面参数可以为任意url包括超微内部&quot;i:&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 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&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 &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&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 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -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 &quot;%s&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 &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue