摘要:
# LeetCode|1480. 一维数组的动态和 > 题目链接:[1480. 一维数组的动态和](https://leetcode.cn/problems/running-sum-of-1d-array/) 给你一个数组 `nums` 。数组「动态和」的计算公式为:`runningSum[i] = 阅读全文
摘要:
> 题目链接:[1342. 将数字变成 0 的操作次数](https://leetcode.cn/problems/number-of-steps-to-reduce-a-number-to-zero/) 给你一个非负整数 `num` ,请你返回将它变成 0 所需要的步数。 如果当前数字是偶数,你需 阅读全文
摘要:
> 记录一下,FeatureLayer,FeatureDataset,FeatureClass,Feature几个概念还是很重要很基础的。 **FeatureLayer:**要素图层,承载要素数据。 > 几个重要的接口如下: > **IFeatureLayer接口**,用于管理要素图层的数据源,即要 阅读全文