上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 77 下一页
摘要: 8266AT客户端 board.h #define BSP_USING_UART1#define BSP_UART1_TX_PIN "PA9"#define BSP_UART1_RX_PIN "PA10" #define BSP_USING_UART2#define BSP_UART2_TX_PIN 阅读全文
posted @ 2022-10-28 22:14 ahuo 阅读(25) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-10-22 22:50 ahuo 阅读(12) 评论(0) 推荐(0)
摘要: https://gitee.com/WeAct-TC/MiniSTM32F4x1 STM32F411CE: /SDK/STM32F411CEU6/MicroPython/WeAct_F411CE https://www.weact-tc.cn/2020/01/01/micropython/ STM3 阅读全文
posted @ 2022-10-22 21:07 ahuo 阅读(571) 评论(0) 推荐(0)
摘要: docker run -it -p 1880:1880 --name mynodered -d nodered/node-red 阅读全文
posted @ 2022-10-21 18:13 ahuo 阅读(172) 评论(0) 推荐(0)
摘要: 设置go代理go env -w GOPROXY=https://goproxy.cn,direct go mod init hid 生成go.modgo mod tidy ****************main.gopackage mainimport ( "github.com/karalabe 阅读全文
posted @ 2022-10-09 18:12 ahuo 阅读(33) 评论(0) 推荐(0)
摘要: stages: - build build and test: stage: build only: - tags tags: - shell script: - unzip update.zip - ls - whoami 阅读全文
posted @ 2022-09-29 17:38 ahuo 阅读(39) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-24 21:31 ahuo 阅读(19) 评论(0) 推荐(0)
摘要: 第一步是给root用户设置个密码. sudo passwd root 第二步是在配置文件里设置自启动: 1,编辑/etc/lightdm/lightdm.conf: sudo gedit /etc/lightdm/lightdm.conf [Seat:*] autologin-guest=false 阅读全文
posted @ 2022-09-22 16:01 ahuo 阅读(457) 评论(0) 推荐(0)
摘要: 进入CMakeLists.txt文件的目录 cmake . 生成makefile make 阅读全文
posted @ 2022-08-16 09:32 ahuo 阅读(41) 评论(0) 推荐(0)
摘要: apt install qemu-user-static wget http://cdimage.ubuntu.com/ubuntu-base/releases/xenial/release/ubuntu-base-16.04.6-base-armhf.tar.gzmkdir rootfstar z 阅读全文
posted @ 2022-07-14 15:12 ahuo 阅读(356) 评论(0) 推荐(0)
摘要: make ARCH=arm64 CONFIG_USB_NET_CDC_EEM=m drivers/net/usb/cdc_eem.ko make CROSS_COMPILE=/SDK/rk3588/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gc 阅读全文
posted @ 2022-06-23 11:11 ahuo 阅读(167) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-21 11:14 ahuo 阅读(79) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-14 17:46 ahuo 阅读(126) 评论(0) 推荐(0)
摘要: 外部 外部转发端口2222 目标端口 3333 mknod backpipe p nc -lk 2222 0<backpipe | nc 目标IP 3333 | tee backpipe 阅读全文
posted @ 2022-06-10 17:54 ahuo 阅读(535) 评论(0) 推荐(0)
摘要: 实例1:每1分钟执行一次command 命令: * * * * * command 实例2:每小时的第3和第15分钟执行 命令: 3,15 * * * * command 实例3:在上午8点到11点的第3和第15分钟执行 命令: 3,15 8-11 * * * command 实例4:每隔两天的上午 阅读全文
posted @ 2022-02-19 18:41 ahuo 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 77 下一页