文章分类 -  python

python
摘要:import keyboard """ 'alt' 'alt gr' 'ctrl' 'left alt' 'left ctrl' 'left shift' 'left windows' 'right alt' 'right ctrl' 'right shift' 'right windows' 's 阅读全文
posted @ 2022-01-19 15:00 DreamCatt 阅读(319) 评论(0) 推荐(0)
摘要:一、调用百度接口获取指定范围POI信息 # -*- coding: utf-8 -*- # 第一行必须有,否则报中文字符非ascii码错误 import sys reload(sys) sys.setdefaultencoding("utf8") import time import pymysql 阅读全文
posted @ 2020-09-18 14:48 DreamCatt 阅读(285) 评论(0) 推荐(0)