mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-08-06 21:19:34 +08:00
bugfix
This commit is contained in:
parent
26abb21868
commit
6ec74eefc3
@ -33,7 +33,7 @@
|
|||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainlist .index {
|
#mainlist .initial {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 15px 10px;
|
margin: 15px 10px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -1,3 +1,31 @@
|
|||||||
<h1>数学函数 - sqrt</h1>
|
<h1>数学函数 - sqrt</h1>
|
||||||
<h1><EFBFBD><EFBFBD>ѧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> - sqrt</h1>
|
|
||||||
<h1><EFBFBD><EFBFBD>ѧ<EFBFBD><EFBFBD><EFBFBD><EFBFBD> - sqrt</h1>
|
<p>原型:extern float sqrt(float x);</p>
|
||||||
|
|
||||||
|
<p>用法:#include <math.h></p>
|
||||||
|
|
||||||
|
<p>功能:计算x的平方根。</p>
|
||||||
|
|
||||||
|
<p>说明:x应大于等于零。</p>
|
||||||
|
|
||||||
|
举例:
|
||||||
|
<pre>
|
||||||
|
|
||||||
|
|
||||||
|
// sqrt.c
|
||||||
|
|
||||||
|
#include <syslib.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
clrscr(); // clear screen
|
||||||
|
textmode(0x00); // 6 lines per LCD screen
|
||||||
|
|
||||||
|
printf("sqrt(2000)=%f",sqrt(2000.0));
|
||||||
|
|
||||||
|
getchar();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
</pre>
|
||||||
|
相关函数:无
|
||||||
|
@ -39,5 +39,4 @@
|
|||||||
|
|
||||||
Sending build context to Docker daemon 2.048 kB
|
Sending build context to Docker daemon 2.048 kB
|
||||||
Error response from daemon: Unknown instruction: RUNCMD</pre>
|
Error response from daemon: Unknown instruction: RUNCMD</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -20,5 +20,4 @@ A /run/mysqld/mysqld.sock
|
|||||||
C /tmp
|
C /tmp
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -55,5 +55,4 @@
|
|||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p>如果指定的时间是到秒级的,需要将时间转成时间戳。如果时间为日期的话,可以直接使用,如--since="2016-07-01"。</p><p>
|
<p>如果指定的时间是到秒级的,需要将时间转成时间戳。如果时间为日期的话,可以直接使用,如--since="2016-07-01"。</p><p>
|
||||||
</p><p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
</p>
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -20,5 +20,4 @@ http://www.runoob.com/
|
|||||||
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -19,5 +19,4 @@ REPOSITORY TAG IMAGE ID CREATED
|
|||||||
runoob/ubuntu v4 63ce4a6d6bc3 20 seconds ago 142.1 MB
|
runoob/ubuntu v4 63ce4a6d6bc3 20 seconds ago 142.1 MB
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -36,5 +36,4 @@ Name: iZ23mtq8bs1Z
|
|||||||
ID: M5N4:K6WN:PUNC:73ZN:AONJ:AUHL:KSYH:2JPI:CH3K:O4MK:6OCX:5OYW
|
ID: M5N4:K6WN:PUNC:73ZN:AONJ:AUHL:KSYH:2JPI:CH3K:O4MK:6OCX:5OYW
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -62,5 +62,4 @@
|
|||||||
172.17.0.3
|
172.17.0.3
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -12,5 +12,4 @@
|
|||||||
|
|
||||||
mynginx
|
mynginx
|
||||||
|
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -65,5 +65,4 @@ ba52eb632bbd
|
|||||||
...
|
...
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -52,5 +52,4 @@
|
|||||||
|
|
||||||
root@b8573233d675:/#
|
root@b8573233d675:/#
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -13,5 +13,4 @@ UID PID PPID C STIME TTY TIME CMD
|
|||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<pre>for i in `docker ps |grep Up|awk '{print $1}'`;do echo \ &&docker top $i; done</pre>
|
<pre>for i in `docker ps |grep Up|awk '{print $1}'`;do echo \ &&docker top $i; done</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
@ -40,5 +40,4 @@ Client:
|
|||||||
OS/Arch: linux/amd64
|
OS/Arch: linux/amd64
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<p><a href="docker-command-manual.html"><img alt=" Docker 命令大全" class="navup" src="/images/up.gif"/>Docker 命令大全</a></p>
|
|
||||||
<!-- 其他扩展 -->
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user