会员
T恤
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
machineLearning
博客园
首页
新随笔
联系
订阅
管理
随笔 - 24
文章 - 0
评论 - 41
阅读 -
10万
2020年2月17日
YUV420P、YUV420SP、NV12、NV21和RGB互相转换并存储为JPEG以及PNG图片
摘要: https://blog.csdn.net/byhook/article/details/84303640
阅读全文
posted @ 2020-02-17 18:18 machineLearning
阅读(1227)
评论(0)
推荐(0)
2018年11月22日
git操作积累
摘要: 删除上一次远程仓库的提交,修改上次提交的代码,做一次更完美的commit。 git reset commitId (注:不要带–hard)到上个版本git stash 暂存修改git push --force 强制push,远程的最新的一次commit被删除git stash pop 释放暂存的修改
阅读全文
posted @ 2018-11-22 09:38 machineLearning
阅读(148)
评论(0)
推荐(0)
2018年10月19日
ubuntu在线安装visual studio code
摘要: sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make umake web visual-studio-code 卸载: umake web
阅读全文
posted @ 2018-10-19 10:11 machineLearning
阅读(362)
评论(0)
推荐(0)
2018年8月24日
<转>Linux 中的各种栈:进程栈 线程栈 内核栈 中断栈
摘要: 转载请注明出处: http://kyang.cc/ 栈是什么?栈有什么作用? 首先,栈 (stack) 是一种串列形式的 数据结构。这种数据结构的特点是 后入先出 (LIFO, Last In First Out),数据只能在串列的一端 (称为:栈顶 top) 进行 推入 (push) 和 弹出 (
阅读全文
posted @ 2018-08-24 16:01 machineLearning
阅读(361)
评论(0)
推荐(0)
2018年8月8日
<转>IMU预积分总结与公式推导
摘要: IMU预积分总结与公式推导(一) IMU预积分总结与公式推导(二) IMU预积分总结与公式推导(三) IMU预积分总结与公式推导(四)
阅读全文
posted @ 2018-08-08 14:49 machineLearning
阅读(1605)
评论(0)
推荐(0)
2018年7月20日
<积累>ubuntu下用户登录相关
摘要: 1 ubuntu用户名修改 /etc/hostname 2 开机时串口root用户自动登录 /lib/systemd/system/serial-getty\@.service ExecStart=-/sbin/agetty --keep-baud -a root 115200,38400,9600
阅读全文
posted @ 2018-07-20 15:07 machineLearning
阅读(238)
评论(0)
推荐(0)
2018年5月24日
ROS开机自动启动节点
摘要: ROS中提供了开机自动启动节点的工具robot_upstart,借助linux systemd工具实现守护进程开机启动功能. 1 systemd工具简介 Systemd 入门教程:命令篇 Systemd 入门教程:实战篇 如何使用Journalctl查看并操作Systemd日志 systemd中文手
阅读全文
posted @ 2018-05-24 09:36 machineLearning
阅读(1218)
评论(0)
推荐(0)
2017年9月30日
qemu+chroot构建arm aarch64虚拟机
摘要: 在X86环境下构建出arm虚拟机可以模拟arm环境进行开发、在arm linux的文件系统中安装相应的库文件,编译arm版本等。 简单介绍下在X86环境下构建ARM虚拟机的步骤。 1、x86环境安装qemu-user-static sudo apt-get install qemu-user-sta
阅读全文
posted @ 2017-09-30 10:46 machineLearning
阅读(11384)
评论(2)
推荐(1)
2017年9月22日
<转>Linux环境下段错误的产生原因及调试方法小结
摘要: Linux环境下段错误的产生原因及调试方法小结
阅读全文
posted @ 2017-09-22 16:43 machineLearning
阅读(192)
评论(0)
推荐(0)
2017年8月5日
<转>PCA的数学原理
摘要: PCA的数学原理
阅读全文
posted @ 2017-08-05 15:28 machineLearning
阅读(159)
评论(0)
推荐(0)
下一页
公告
昵称:
machineLearning
园龄:
9年4个月
粉丝:
16
关注:
50
<
2025年4月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
点击右上角即可分享