logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux下wifi工具wpa_cli使用

扫描[root@demo]# wpa_cli -i wlan0 scanOK查看扫描结果[root@demo]# wpa_cli -i wlan0 scan_resultbssid / frequency / signal level / flags / ssiddc:fe:18:19:bf:4d2462-47[WPA-PSK-CCMP][WPA2-P...

Cjson简介与使用

json格式json元素类型/* cJSON Types: */#define cJSON_Invalid (0)#define cJSON_False(1 << 0)#define cJSON_True(1 << 1)#define cJSON_NULL(1 << 2)#define cJSON_Number (1 <...

Git 之 上传本地仓库到远程仓库

文章目录需求新建远程仓库添加ssh-key在本地建立仓库添加文件git remote addgit addgit commitgit push需求建立远程仓库在本地建立工程及仓库将本地仓库push到远程仓库新建远程仓库在git 网页端新建远程仓库,新建时,先不选择README.md获取远程仓库的地址添加ssh-key/home/wjj/.ssh/id_rsa.pub在本地建立仓库# mkdir P

#git#github#服务器
Cli 命令行

Cli 命令行简介在GUI出现之前,最基础的就是Cli命令行交互工具,Command Line Interface.在Github上,有关于clilib的文件。https://github.com/dparrish/libcli可以将上述代码移植到自己的系统中,然后和网络(也许还可以在串口上)对接,这样就可以使用cli命令行模式。Libcli provides a shared C library

#qt#开发语言#linux
git repo工具详细使用教程

git repo工具详细使用教程

#运维
Qt Visual Studio添加Qt ui和编译注意事项

VS工程中添加Qt Widget Class过程注意事项

#qt#ui#visual studio
到底了