摘要:
想要安装python的shapefile库,使用 pip install shapefile 显示: ERROR: Could not find a version that satisfies the requirement shapefile (from versions: none)ERROR 阅读全文
摘要:
最近写了一个循环往字典的Value值添加数据的程序(字典的Value为一个List),经常碰到 “Object reference not set to an instance of an object”,就自己去了解了一下空集合和集合为NULL的区别,可以看看这篇文章《list集合为空或为null 阅读全文