-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# 2024/10/29 | ||
第一次尝试fork仓库 | ||
# 学习收获- | ||
- **关于linux的痛苦回忆** | ||
- 重装系统5次*(把我可怜的U盘清空一次又一次)* | ||
- 被vpn干破防,装了3天最后怒改hosts文件*(笑死,节点的管理人员也被我干崩溃了)* | ||
- github概率性打不开 | ||
- 之前拿香橙派打比赛的时候,linux开机慢了导致痛失省二 | ||
- 虚拟机用vscode用crtl-c时虚拟机卡死然后程序没保存直接寄*(github真是好东西,直接当云盘用了)* | ||
- **收获** | ||
- 装双系统流程倒背如流 | ||
- 对shell语言有初步的理解*(感觉像是cpp和python结合)* | ||
- 对linux基本文件操作的命令更加了解,也了解到一些数据查询和分析的命令 | ||
- 学会用man查看命令使用方法 | ||
- 拥有多次在linux上使用opencv的经验 | ||
- 对各种bug有了初步的解决方法 | ||
- 对于git的理解更深了 | ||
- 学会了vim和gedit的使用方法 | ||
- md的语法更熟练了*(Jupyterbook真的很好用)* | ||
- **将要拥有的收获** | ||
- cmake和catkin的使用 | ||
- *ROS !!!* | ||
- *仿真!!!* | ||
- *我不知道的一切!!!!!!* | ||
- *DX好伙伴* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 2024/10/29 | ||
第一次尝试fork仓库 | ||
完成markdown的学习收获作业 | ||
计划在10/31之前完成git任务 |