Loading...
服务端:# -*- coding: utf-8 -*- import socket import os import time #监听ip和端口 IP_Post = ('0.0.0.0', 1234) sk = socket.socket() sk.bind(IP_Post) sk.listen(5) while True: conn, addr = sk.accept() ...
执行命令添加源:echo 'deb [trusted=yes] http://dl.bintray.com/yoursunny/PiZero stretch-backports main' |\ sudo tee /etc/apt/sources.list.d/bintray-yoursunny-PiZero.list sudo apt updatePython3:sudo apt ins...
#!/bin/sh sudo apt update sudo apt install -y apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/raspbian/...
0x00WSL(Windows Subsystem for Linux)配合Xming实现显示图像界面0x01 安装百度谷歌一下Xming下载并安装安装过程使用默认就好(一直“下一步”)安装好后在开始菜单打开XLaunch,选择你要的显示方式:Multiple windows:为每一个需要显示的Linux应用单独打开一个窗口,类似Windows的窗口(默认选这个就好)Fullscreen:将...
图纸内容转自树莓派基金会官网机械图纸Raspberry Pi 3B+PDFRaspberry Pi 3BPDFDXFRaspberry Pi Model B+PDFDXFRaspberry Pi Zero (v1.2)PDFRaspberry Pi PoE HATPDFRaspberry Pi TV HATPNG原理图Raspberry Pi 3 Model B+Revision 1.0Ra...