python 学习笔记

python 3 学习笔记

x5 学习笔记

x5 610 平台, ros 系统平台,学习笔记。

100ask 韦东山 驱动大全 子系统 interrupt 学习笔记

异常与中断的概念及处理流程 异常向量表 _start: b reset ldr pc, _undefined_instruction ldr pc, _software_interrupt ldr pc, _prefetch_abort ldr pc, _d...

cmake 出现大量的警告 deprecated-declarations

只需要修改 CMakeLists.txt,增加下面的属性即可。 set(CMAKE_CXX_FLAGS "-Wno-error=deprecated-declarations -Wno-deprecated-declarations ")

ubuntu 使用 docker

今天先参照 https://www.jianshu.com/p/ddf7c0153644 这个里面的说明写了相应的配置文件,结果一启动容器就报错了。 Creating docker-test_mysql_1 ... Creating docker-test_mysql_1 ... error...

ubuntu 安装 docker

没有安装过 docker 的 ubuntu 安装 docker的步骤: $ sudo apt-get update $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ ...

ubuntu dos2unix

ubuntu 下没有 dos2unix,但是又类似的工具,tofrodos, 安装这个工具,使用两个命令: todos, fromdos 即可。 参考: https://www.jianshu.com/p/d5eb279de997

100ask 韦东山 驱动大全 子系统 gpio 学习笔记

GPIO子系统视频介绍 参考资料: Linux 5.x内核文档 Linux-5.4\Documentation\driver-api Linux-5.4\Documentation\devicetree\bindings\gpio\gpio.txt Linux 4.x内核文档 Linu...

typecho 主页只显示摘要

在管理员后台上面勾选只显示摘要。 先文章的时候,在摘要和正文之间加入 <!--more--> 这样就可以只显示摘要了。 参考: https://www.cnblogs.com/my-blogs-for-everone/articles/12390575.html

huaweicloud 图床

购买 obs 创建 bucket,注意这个名称不能和所有使用华为云 obs 里面的桶重名。 点击右上角账号,选择我的凭证,访问密钥,新增访问密钥,然后验证后,就可以下载csv 文件,里面包含了 ak 和 sk。 在 ces 里面 wget https://obs-community.obs...