摘要:
C 库函数 - atol() C 标准库 - <stdlib.h> 描述 C 库函数 long int atol(const char *str) 把参数 str 所指向的字符串转换为一个长整数(类型为 long int 型)。 声明 下面是 atol() 函数的声明。 long int atol( 阅读全文
摘要:
git 如何解决The authenticity of host 'github.com (192.30.255.112)' can't be established. 新生成密钥的时候,git clone或者push的时候,经常会报这样的错误: The authenticity of host ' 阅读全文