摘要: 阅读全文
posted @ 2021-01-05 10:58 hsh#17 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 统计给定的141个长三角铁路车站的互通班次数据,分G、D/C、KTZX三类,最终结果用EXCEL表格展示。 阅读全文
posted @ 2020-07-05 19:28 hsh#17 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 这里用pyshp完成转换。 坐标纠偏(gcj02转wgs84)和定义投影(proj.4)酌情操作。 #-*-coding:utf-8-*- import shapefile as shp import csv import codecs import os def trans_point(folde 阅读全文
posted @ 2020-03-26 09:15 hsh#17 阅读(966) 评论(0) 推荐(0) 编辑
摘要: (一)在高德上申请api开发Key,完了配置html页面,我这里直接用了官方的demo页。 <html> <head> <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=你的Key"></scr 阅读全文
posted @ 2020-03-26 09:08 hsh#17 阅读(1309) 评论(0) 推荐(0) 编辑
摘要: 整体思路是从8684公交网上抓取城市的公交名列表,然后在高德中利用api交互来抓包获取站点的数据,有{ UID,线路,站点名,站点x坐标,站点y坐标 }。 这里爬8684用了requests和BeautifulSoup,比较简单就不阐述了。最后的存储同时存了csv和xlsx两种格式。 import 阅读全文
posted @ 2020-03-26 08:37 hsh#17 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: 这代表U盘中了AutoRun病毒,原文件并未被删除,只是被设置为隐藏了。 所以切勿直接格式化U盘! 解决方案:分别创建文件1.reg和2.bat: 1.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_ MACHINE \SOFTWARE\Mi 阅读全文
posted @ 2019-12-13 14:27 hsh#17 阅读(807) 评论(0) 推荐(0) 编辑
摘要: C++学习:函数原型声明、函数模板、引用、const 常引用、const 常量指针 阅读全文
posted @ 2019-10-25 01:47 hsh#17 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 基础知识之服务器、IP地址、域名、DNS、端口以及静态和动态网页的访问流程 阅读全文
posted @ 2019-10-21 02:52 hsh#17 阅读(300) 评论(0) 推荐(0) 编辑
摘要: python数据写入MySQL 阅读全文
posted @ 2019-10-20 03:05 hsh#17 阅读(263) 评论(0) 推荐(0) 编辑
摘要: bs4与词典数据处理 阅读全文
posted @ 2019-10-19 03:09 hsh#17 阅读(332) 评论(0) 推荐(0) 编辑