摘要:
mooc西工大魏英老师的课程通道关闭了,难受。现在边看工程代码边重温刷第一遍C++时候的知识点,顺序没有按照大纲的来,想到哪写到哪。 this是干啥用的? 简介:在 C++ 中,每一个对象都能通过 this 指针来访问自己的地址。this 指针是所有成员函数的隐含参数。因此,在成员函数内部,它可以用 阅读全文
摘要:
1、chmod 以下转载至https://blog.csdn.net/summer_sy/article/details/70142475 chmod u+x file.sh 就表示对当前目录下的file.sh文件的所有者增加可执行权限。 u 代表用户 x代表执行权限 g 代表用户组. o 代表其他 阅读全文
摘要:
报错: [FATAL] [1576042404.913706482]: Failed to create the global_planner/GlobalPlanner planner, are you sure it is properly registered and that the con 阅读全文
摘要:
作者在配置pibot机器人时报错: Invalid <arg> tag: environment variable 'PIBOT_MODEL' is not set. Arg xml is <arg default="$(env PIBOT_MODEL)" doc="model type [apol 阅读全文