logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

移植某开源代码到嵌入式板子上的一点经验

移植某开源代码到嵌入式板子上的一点经验

#嵌入式硬件
Android Bluetooth架构

Android Bluetooth架构Android系统蓝牙的整体架构Applications:Android蓝牙应用程序,就是使用蓝牙的API的程序;Framework:提供给应用使用的API,我们平时使用的BluetoothAdapter,BluetoothDevice,BluetoothSocket等;Bluetooth Service:即Bluetooth APP(Bluetooth.ap

DFS测试

无线CE认证中的DFS测试原文链接:https://blog.csdn.net/zheng_wen_fei/article/details/78117415DFS测试包括以下5项:1.Beginning of cac2.End of cac3.off-channel cac4.in service monitoring5.channel shutdown6.non-occupancy period

移植某开源代码到嵌入式板子上的一点经验

移植某开源代码到嵌入式板子上的一点经验

#嵌入式硬件
Android input子系统

android input子系统

文章图片
回退git add操作

有时候本地有好些文件,有些不该加到仓库,却使用了git add .命令导致都加进去了回退的办法首先看看哪些文件加进去了 git status回退git add所有文件git reset HEAD回退部分文件git reset HEAD file...

#git
git repo安装配置

安装sudo apt-get install updatesudo apt-get install git配置git config --global user.name usernamegit config --global user.email username@company.comgit config --global core.editor vim查看配置:git config --lis

#git#ssh
Android wpa_supplicant源码分析–扫描scan过程

1 扫描过程一个完整的扫描过程 下发命令–>wpa_s构建扫描参数–>驱动扫描–>wpa_s接收到驱动的扫描结果接收到framework/wpa_cli下发的SCAN命令if (os_strncmp(buf, "SCAN ", 5) == 0) {wpas_ctrl_scan(wpa_s, buf + 5, reply, reply_size, &am...

nodejs and sqlite3

1、下载https://nodejs.org/en/download/ or http://nodejs.cn/download/2、安装sqlite3npm install sqlite3npm命令在目录bin下查看版本npm list sqlite33、sqlite3 API介绍在nodejs的模块安装模块下,进入sqlite3/lib目录下,打开sqlite3.js文件查看,操作数据库主要是

#sqlite#数据库#database
macbook 安装virtualbox ubuntu

ubuntu download path:https://ubuntu.com/download/desktop早期版本https://ubuntu.com/download/alternative-downloads目前用16.04, 18.04较多,也可以选更新的virtualbox download:https://www.virtualbox.org/wiki/DownloadsVirtu

文章图片
#ubuntu#linux
    共 21 条
  • 1
  • 2
  • 3
  • 请选择