摘要:
一、udp 1 from socket import * 2 3 4 def send_msg(udp_socket): 5 send_data = input("请输入发送数据:") 6 udp_socket.sendto(send_data.encode("utf-8"),("192.168.4 阅读全文
posted @ 2020-07-13 22:22
喻解
阅读(184)
评论(0)
推荐(0)
摘要:
一、启动 mysql -hlocalhost -uroot -p 80版本sql需要修改加密形式才能用navicat连接 alter user 'root'@localhost identified with mysql _native_password by '123456'; 创建数据库-创建表 阅读全文
posted @ 2020-07-13 18:43
喻解
阅读(296)
评论(0)
推荐(0)