
经验
azeyeazeye
这个作者很懒,什么都没留下…
展开
-
Python 射线法判断一个点坐标是否在一个坐标区域内
Python 射线法判断一个点坐标是否在一个坐标区域内class Point: lng = '' lat = '' def __init__(self, lng, lat): self.lng = lng self.lat = lat # 求外包矩形def get_polygon_bounds(points): length = len(points) top = down = left = right = poin原创 2021-05-11 21:21:46 · 1240 阅读 · 0 评论 -
VMWare虚拟机安装Ubuntu
资源VMWare15.5:https://download3.vmware.com/software/wkst/file/VMware-workstation-full-15.5.6-16341506.exe Ubuntu20.04:https://mirrors.163.com/ubuntu-releases/操作VMWare15.5安装:https://www.bilibili.com/video/av10137705/?p=1&share_source=qq&share_m原创 2020-09-16 10:51:03 · 166 阅读 · 0 评论 -
python生成requirements.txt的两种方法
https://blog.youkuaiyun.com/hpulfc/article/details/80018854转载 2020-04-29 18:55:12 · 228 阅读 · 0 评论 -
Adobe Reader XI打开大约十几秒就自动退
1.打开我的电脑,按地址C:\Windows\System32\drivers\etc,找到“hosts”文件,双击选择“记事本”打开。2.将网站域名 127.0.0.1 acroipm.adobe.com 复制到文档底部并保存。PS:若想取消解析域名,在IP前加“#”即可。参考:https://jingyan.baidu.com/article/3aed632effa...原创 2020-04-21 15:09:49 · 1685 阅读 · 0 评论