logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

gcc使用gets和puts报错

该提示说明linux下gcc不支标准c的gets,puts函数,可以用gcc fgets,fputs分别代替gets,puts,其格式及更改如下:#include "stdio.h"main(){char st[15];printf("input string:\n");fgets(st,15,stdin); /*stdin 意思是键盘输入*/fputs(st,st

#linux
解决 rosdep update 超时问题 - The read operation timed out

1, 复制如下,命令回车。直行脚本文件,修改rosdep下的源代码文件,是通过替换,加速地址 https://ghproxy.com/,达到提速目的。wget -qO - https://raw.fastgit.org/my-rds-store/my_space/master/source/ros/shell/rosdep_repair.sh | bash根据提示,输入用户名,密码,回车[sudo

git -- 学习

git 学习

#git
到底了