04 2022 档案
摘要:转载于:http://c.biancheng.net/c/pow.html C语言 pow() 函数用来求 x 的 y 次方的值。头文件:math.h语法/原型: double pow(double x,double y); 参数说明: x:双精度数。 y:双精度数。 返回值:x 的 y 次方的值。
阅读全文
摘要:1、修改方式上传(modify) 以修改方式上传代码说明,在命令行中备注 git commit path -m "123" 2、以文件备注方式上传(file) git commit path -F ~/commit.txt 将commit.txt放在~/目录下,commit.txt模板格式自定义,例
阅读全文