上一页 1 2 3 4 5 6 7 8 9 10 ··· 76 下一页
摘要: 10uF 106 1uF 105 0.1uF 104 100nF 104 10nF 103 0.01uF 103 12p 120 阅读全文
posted @ 2023-05-27 18:19 ahuo 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-11 15:49 ahuo 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-11 15:28 ahuo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-11 15:23 ahuo 阅读(12) 评论(0) 推荐(0) 编辑
摘要: docker run -it --name mycontainer ubuntu bash apt-get update apt-get install -y curl wget vim exit docker export 容器名称 > myimage.tar mkdir myrootfs tar 阅读全文
posted @ 2023-05-09 16:27 ahuo 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Xenial Xerus(16.04版本) Yakkety Yak(16.10版本) Zesty Zapus(17.04版本) Artful Aardvark(17.10版本) Bionic Beaver(18.04版本) Cosmic Cuttlefish(18.10版本) Disco Dingo 阅读全文
posted @ 2023-05-09 15:33 ahuo 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-03 09:20 ahuo 阅读(124) 评论(0) 推荐(0) 编辑
摘要: ./upnpc-static -i -a 192.168.1.131 1222 19256 TCP https://files.cnblogs.com/files/ahuo/upnpc-static.zip?t=1682149819&download=true 阅读全文
posted @ 2023-04-22 15:50 ahuo 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 发送端,25pin #include <Arduino.h> #include <WiFi.h> #include <RCSwitch.h> #define TXD2 25 RCSwitch mySwitch = RCSwitch(); void setup() { Serial.begin(115 阅读全文
posted @ 2023-04-09 19:40 ahuo 阅读(103) 评论(0) 推荐(0) 编辑
摘要: docker update --restart=always 容器ID docker inspect 容器ID | jq .[0].HostConfig.RestartPolicy 阅读全文
posted @ 2023-03-24 11:14 ahuo 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ip link add name br0 type bridgeip link set br0 upip addr add 192.168.10.100/24 dev br0route add -net 192.168.10.0/24 dev eth0 阅读全文
posted @ 2023-03-15 14:27 ahuo 阅读(20) 评论(0) 推荐(0) 编辑
摘要: while true;do aplay -D hw:1,0 /root/stereo.wav ;done 阅读全文
posted @ 2023-03-10 15:10 ahuo 阅读(144) 评论(0) 推荐(0) 编辑
摘要: inc include_directories(/usr/x86_64-w64-mingw32/include) link SET(LINK_DIR /usr/x86_64-w64-mingw32/lib/) link_directories(${LINK_DIR}) 阅读全文
posted @ 2023-02-06 18:12 ahuo 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 禁用了检查 cmake .. -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_C_COMPILER_WORKS=TRUE CMAKE_CXX_COMPILER_WORKS TRUE CMAKE_C_COMPILER_WORKS TRUE 阅读全文
posted @ 2023-02-06 10:16 ahuo 阅读(121) 评论(0) 推荐(0) 编辑
摘要: lib.go package main import "C" func main() {} //export Hello func Hello() string { return "Hello" } //export Test func Test() { println("export Test") 阅读全文
posted @ 2023-02-04 14:26 ahuo 阅读(52) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 76 下一页