mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add zeabur
This commit is contained in:
parent
ddd20f6bc8
commit
6433faf02d
87 changed files with 186 additions and 252 deletions
|
@ -60,9 +60,9 @@ apt install bc</li>
|
|||
<p>配置文件default.acmd如下:<br>
|
||||
计算器:text/html:echo "%s"|bc -l -q</p>
|
||||
<h3 id="更多bc扩展库">更多bc扩展库:</h3>
|
||||
<p><a href="https://github.com/susca/bc-extensions">https://github.com/susca/bc-extensions</a><br>
|
||||
<a href="http://phodd.net/gnu-bc">http://phodd.net/gnu-bc</a><br>
|
||||
<a href="http://www.numbertheory.org/gnubc/gnubc.html">http://www.numbertheory.org/gnubc/gnubc.html</a></p>
|
||||
<p>https://github.com/susca/bc-extensions<br>
|
||||
http://phodd.net/gnu-bc<br>
|
||||
http://www.numbertheory.org/gnubc/gnubc.html</p>
|
||||
<h3 id="使用扩展库以后defaultacmd配置如下">使用扩展库以后default.acmd配置如下:</h3>
|
||||
<p>计算器:text/html:echo "%s"|bc -l -q extensions.bc scientific_constants.bc<br>
|
||||
全能计算器:text/html:echo "%s"|bc -l -q *.bc</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue