logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【嵌入式开发基础】Git 解决在通过http拉取或同步远程仓库代码需要输入用户名和密码的问题

默认情况下,当你通过http的方式拉取远程仓库时,需要进行如下操作,/tmp$ git clone http://172.18.153.242/linux/test.gitCloning into 'test'...Username for 'http://172.18.153.242': xiaoqiang.laiPassword for 'http://xiaoqiang.lai@172.18

#git#http
【嵌入式开发基础】D-Bus 基于Python的实例讲解

本篇文章主要是基于dbus-python中提供的例程来简单讲解下D-Bus的通信过程例程的地址和相关资料dbus-python exampledbus-python 官方资料运行环境确认Ubuntu16.04 及以上版本dbus-daemon版本确认 1.12.2 及以上版本➜dbus-python git:(master) dbus-daemon --versionD-Bus Message B

GNU ARM Toolchain 初学者入门指南

什么是交叉编译?交叉编译过程!如何理解代码编译过程!arm-none-eabi-gccarm-none-eabi-asarm-none-eabi-ldarm-none-eabi-objcopy

#编程语言#arm#linux
【嵌入式开发基础】CMake 替换 Makefile

CMake实质上是用于生成Makefile的工具,现在越来越多开源的项目, 在项目的编译框架上使用CMake替换Makefile. CMake 相对于Makefile规则更加简单,重要的是CMake官方网站提供了较为友好的指南.CMake 官方学习资料指引CMake 入门指南(英文版)CMake tutorialCMake 学习资料集合学习资料集合CMake 替换Makefile接下来会以以下三个

#linux
【嵌入式Linux音频开发】如何测试音频设备的Latency

https://manual.audacityteam.org/man/latency_test.html - Latency TestUAC设备2021/09/12输出!!

【Python】Windows python2.7 安装pycrypto

本文主要记录下在windows下进行python开发时用到了module: Crypto.CipherTraceback (most recent call last):File ".\20190712-广域网透传压测.py", line 18, in <module>from Crypto.Cipher import AESImportError: No module named C

#python
    共 34 条
  • 1
  • 2
  • 3
  • 4
  • 请选择