上一页 1 2 3 4 5 6 7 8 9 ··· 34 下一页
摘要: https://github.com/microsoft/AirSim 阅读全文
posted @ 2020-09-09 23:22 JadeCicada 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 场景: 从远端分支新建一个本地分支: git fetch git checkout -b localBranchName origin/branchA 然后,在本地的localBranchName分支进行改动,然后,git add, git commid,然后,执行git commit时,会报错,因 阅读全文
posted @ 2020-09-09 11:02 JadeCicada 阅读(264) 评论(0) 推荐(0) 编辑
摘要: Windows使用回车和换行两个字符来结束一行,而Mac和Linux只使用换行一个字符。虽然这是小问题,但它会极大地扰乱跨平台协作。 待验证: Git可以在你提交时自动地把行结束符CRLF转换成LF,而在签出代码时把LF转换成CRLF。 用core.autocrlf来打开此项功能,如果是在Windo 阅读全文
posted @ 2020-09-08 23:11 JadeCicada 阅读(242) 评论(0) 推荐(0) 编辑
摘要: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool 用法: 设有进程parent,进程child,parent先启动,并会启动child进程。 打开 阅读全文
posted @ 2020-08-23 15:04 JadeCicada 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: 1. 《unreal-engine-4-scripting-with-c-cookbook》 此书适合了解概念,不适合对着操作! 阅读全文
posted @ 2020-08-23 13:54 JadeCicada 阅读(144) 评论(0) 推荐(0) 编辑
摘要: http://ideone.com/ http://coliru.stacked-crooked.com/ http://gcc.godbolt.org/ http://liveworkspace.org/ 阅读全文
posted @ 2020-08-23 13:48 JadeCicada 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/396036392/answer/1238264999 阅读全文
posted @ 2020-08-17 22:17 JadeCicada 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://ww2.mathworks.cn/videos/state-space-part-4-what-is-lqr-control-1551955957637.html https://www.youtube.com/user/hillrickc 阅读全文
posted @ 2020-08-17 21:54 JadeCicada 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://www.mathworks.com/help/physmod/sdl/ug/about-the-complete-vehicle-model.html#a1068663835 https://mp.weixin.qq.com/s/8H5Z3n3FZlz1tkJgEyJlmA http 阅读全文
posted @ 2020-08-17 21:52 JadeCicada 阅读(156) 评论(0) 推荐(0) 编辑
摘要: git checkout -f branchName 阅读全文
posted @ 2020-08-16 22:36 JadeCicada 阅读(5421) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 34 下一页