- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我在一些 flutter 的依赖项中看到了这个 +1,并且一直想知道这意味着什么,因为这些天我经常看到它。
示例 pubspec.yaml
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^0.8.1+1
sqflite: 0.12.2+1
zoomable_image: ^1.2.1+1
我已检查 here但没找到。
什么意思?也可以是+n
比如+2?
最佳答案
+
表示它是常规发布版本,
而 -
表示预发布版本。
(x.y.z
之后没有构建号也表示像 +
这样的发布构建)
版本的以下部分是一些没有固定格式的内部版本号。
另见
来自 https://semver.org/spec/v2.0.0-rc.1.html
A pre-release version MAY be denoted by appending a dash and a series of dot separated identifiers immediately following the patch version. Identifiers MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-]. Pre-release versions satisfy but have a lower precedence than the associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92.
A build version MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch version or pre-release version. Identifiers MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-]. Build versions satisfy and have a higher precedence than the associated normal version. Examples: 1.0.0+build.1, 1.3.7+build.11.e0f985a.
提示: flutter packages get
会忽略预发布版本(带有 -
),除非 -
是 pubspec.yaml
中版本约束的明确部分,例如
foo_package: ^1.2.3-beta
关于dart - 在 dart 的依赖版本控制中加一 (+1) 是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53626418/
我正在开发一个需要能够平均三个数字的 Facebook 应用程序。但是,它总是返回 0 作为答案。这是我的代码: $y = 100; $n = 250; $m = 300; $number = ($y
我只是无法弄清楚这一点,也找不到任何对我来说有意义的类似问题。我的问题:我从数据库中提取记录,并在我的网页上以每个面板 12 条的倍数显示它们。因此,我需要知道有多少个面板可以使用 JavaScrip
我是一名优秀的程序员,十分优秀!