03 2016 档案

摘要:1、C++ gdiplus初始化问题 2、Gdal GetPoint/GetBoundary API使用问题 3、Linq操作在针对游标操作的副作用问题 阅读全文
posted @ 2016-03-28 17:49 sulerzh 阅读(179) 评论(0) 推荐(0)
摘要:问题描述: ArcMap unexpectedly exits during the "Loading Document..." stage on startup. No error code is displayed. ArcMap在启动“Loading Document...”阶段异常退出。无错 阅读全文
posted @ 2016-03-23 09:02 sulerzh 阅读(606) 评论(0) 推荐(0)
摘要:import oss2 # 用户授权 auth = oss2.Auth('accessId', 'accessKey')# oss bucket bucket = oss2.Bucket(auth, 'http://oss-cn-beijing.aliyuncs.com', 'bucketname') count = 1 for b in oss2.ObjectIterator(bucket)... 阅读全文
posted @ 2016-03-18 15:05 sulerzh 阅读(751) 评论(0) 推荐(0)
摘要:问题描述: 使用Aliyun OSS SDK的BeginUploadPart/EndUploadPart执行异步分块上传操作,程序出现错误并异常退出! 原因分析: Using .NET Framework 2.0, unhandled exceptions, no matter where they 阅读全文
posted @ 2016-03-17 11:27 sulerzh 阅读(644) 评论(0) 推荐(0)