2023年6月22日
摘要: ## 配置软件源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ ## 获取ip ip addr show sudo apt install net-tools ifconfig ## 安装ssh sudo apt install openssh- 阅读全文
posted @ 2023-06-22 09:27 生活的艺术 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 音视频 Captura-Portable.zip ffmpeg-5.0.1-full_build.7z ## 软件开发 Miniconda3-py39_23.3.1-0-Windows-x86_64.exe codeblocks-20.03mingw-setup.exe gitea-1.17. 阅读全文
posted @ 2023-06-22 08:08 生活的艺术 阅读(22) 评论(0) 推荐(0) 编辑
  2023年6月13日
摘要: # Tutorial This tutorial is intended as an introduction to working with **MongoDB** and **PyMongo**. ## Prerequisites Before we start, make sure that 阅读全文
posted @ 2023-06-13 06:55 生活的艺术 阅读(12) 评论(0) 推荐(0) 编辑
  2023年4月8日
摘要: 修改git的submodule链接 简介 从github导入库到gitee,有些库会以submodule形式依赖第3方库,这时我们从gitee下载时也要对应修改。 修改.gitsubmodule文件 将库的路径改成gitee库的名称即可 git submodule命令 git submodule [ 阅读全文
posted @ 2023-04-08 21:30 生活的艺术 阅读(244) 评论(0) 推荐(0) 编辑
  2023年4月5日
摘要: python知识点 argparse模块使用 https://docs.python.org/zh-cn/3/howto/argparse.html 阅读全文
posted @ 2023-04-05 18:12 生活的艺术 阅读(8) 评论(0) 推荐(0) 编辑
  2023年3月19日
摘要: 创建指定 python 版本的名字为 ENVNAME 的新环境 conda create --name ENVNAME python=3.7 激活 python 环境 ENVNAME conda activate ENVNAME 激活硬盘某一特定位置的 conda 环境 conda activate 阅读全文
posted @ 2023-03-19 17:05 生活的艺术 阅读(14) 评论(0) 推荐(0) 编辑
  2023年3月12日
摘要: 1、在任务栏右下角点击输入法M图标,点击选择“语言首选项”。 2、点击“中文”语言,点击后出现一个“选项”,点击。 3、点击选中XXX,出现删除后点击删除即可。 阅读全文
posted @ 2023-03-12 21:33 生活的艺术 阅读(312) 评论(0) 推荐(0) 编辑
  2020年6月22日
摘要: FreeRTOS Posix原理 1. FreeRTOS源码原理 FreeRTOS可以创建不同优先级的task,RTOS负责管理这些任务。同时提供了队列、信号等功能,这些功能能够使task再不满足条件时挂起,当运行条件满足时触发运行。 RTOS依据不同的优先级,创建不同任务链表,相同优先级的任务挂在 阅读全文
posted @ 2020-06-22 00:09 生活的艺术 阅读(513) 评论(0) 推荐(0) 编辑
  2018年9月5日
摘要: 1.安装mingw 设置环境变量PATH: D:\MinGW\bin和D:\MinGW\msys\1.0\bin 2.安装cmder 3.右键cmder (1)添加环境变量PATH:D:\cmder_mini (2)管理模式运行终端cmd并输入: Cmder.exe /REGISTER ALL 阅读全文
posted @ 2018-09-05 08:02 生活的艺术 阅读(252) 评论(0) 推荐(0) 编辑
  2018年9月2日
摘要: 阅读全文
posted @ 2018-09-02 19:25 生活的艺术 阅读(188) 评论(0) 推荐(0) 编辑