随笔分类 - 语言
开发语言知识记录
摘要:import socket def operation_request(client): recv= client.recv(1024) data = str(recv,encoding='utf8') request_header, request_body = data.split('\r\n\
阅读全文
摘要:import pymysql db = pymysql.connect(host="localhost", port=3306, user="root", passwd="xxx", db="stu_info") cursor = db.cursor(cursor=pymysql.cursors.D
阅读全文
摘要:【问题】:pip、pip3使用install经常timeout 【方法】使用国内pip源镜像地址下载 命令如下(栗子是豆瓣镜像,如果慢可以换其他镜像地址): pip install requests(要安装的python库) -i http://pypi.douban.com/simple --tr
阅读全文

浙公网安备 33010602011771号