摘要:
Traceback (most recent call last): File "C:/Users/Desktop/客户端.py", line 32, in <module> print(recv_data.decode('utf-8')) UnicodeDecodeError: 'utf-8' c 阅读全文
摘要:
1. MySQL 安装pymysql pip install pymysql 快速上手 import pymysql # 第一步:连接到数据库 con = pymysql.connect(host="test.lemonban.com", # 数据库的地址 user='xxxxx', # 登录数据库 阅读全文