会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我也是个傻瓜
热衷于GIS数据、分析、制图和开发!
首页
联系
订阅
管理
2015年1月12日
Python标记去重
摘要: 预逻辑脚本代码:uniqueList = []def isDuplicate(inValue): if inValue in uniqueList: return 1 else: uniqueList.append(inValue) return 0调用:isDuplicate...
阅读全文
posted @ 2015-01-12 17:22 我也是个傻瓜
阅读(968)
评论(0)
推荐(0)
编辑
公告