会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JadeCicada
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
34
下一页
2020年9月9日
微软的airSim 飞行器仿真
摘要: https://github.com/microsoft/AirSim
阅读全文
posted @ 2020-09-09 23:22 JadeCicada
阅读(198)
评论(0)
推荐(0)
编辑
从远端分支新建一个本地分支,名字不同,然后push
摘要: 场景: 从远端分支新建一个本地分支: 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)
编辑
2020年9月8日
处理不同平台的换行符 : git core.autocrlf配置
摘要: Windows使用回车和换行两个字符来结束一行,而Mac和Linux只使用换行一个字符。虽然这是小问题,但它会极大地扰乱跨平台协作。 待验证: Git可以在你提交时自动地把行结束符CRLF转换成LF,而在签出代码时把LF转换成CRLF。 用core.autocrlf来打开此项功能,如果是在Windo
阅读全文
posted @ 2020-09-08 23:11 JadeCicada
阅读(242)
评论(0)
推荐(0)
编辑
2020年8月23日
Vs插件ChildProcessDebugging 自动捕捉子进程并attach调试
摘要: https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool 用法: 设有进程parent,进程child,parent先启动,并会启动child进程。 打开
阅读全文
posted @ 2020-08-23 15:04 JadeCicada
阅读(1410)
评论(0)
推荐(0)
编辑
unreal engine的书
摘要: 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)
编辑
2020年8月17日
现代控制理论书
摘要: https://www.zhihu.com/question/396036392/answer/1238264999
阅读全文
posted @ 2020-08-17 22:17 JadeCicada
阅读(169)
评论(0)
推荐(0)
编辑
lqr matlab video
摘要: 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)
编辑
matlab vehicle 资料
摘要: 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)
编辑
2020年8月16日
git 强制切换到某个分支
摘要: git checkout -f branchName
阅读全文
posted @ 2020-08-16 22:36 JadeCicada
阅读(5421)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
34
下一页
公告