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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue