如何限制功能

发布于 2024-08-28 13:05:31 字数 1436 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乖乖哒 2024-09-04 13:05:31

为什么不像 Matlab 那样将产品分解为模块?然后对每个模块进行收费。许可可以在线保存,最终用户只需下载模块即可启用该功能。

Why not break down the product into modules like Matlab? Then charge for each module. The licensing can be kept online and the end user just needs to download the module to enable the feature.

追风人 2024-09-04 13:05:31

通常有 3 种常见的方法:

  • 使用固定的程序版本(每个版本仅添加功能,您无法自定义您想要或不想要哪些功能)。您还可以使用“subversion”,例如 Software x.0 的基本版和专业版。 Windows 使用这种方法。
  • 具有功能模块,它们本身就是一个产品。 Matlab 使用这种方法。
  • 拥有一个具有基本功能的软件,然后有插件或额外的应用程序可供出售。 Eclipse 使用这种方法(尽管它是免费的)。

您也可以混合使用这些方法以获得更好的可定制性。

There are usually 3 common approaches to this:

  • using fixed program versions (each version just adds features, you can't customize which features you want or not). You can use also "subversion", like basic and pro edition for Software x.0. Windows uses this approach.
  • Having modules of functionality, which are a product as themselves. Matlab uses this approach.
  • Having a software with basic functionality, and then having plugins, or extra apps for sale. Eclipse uses this approach (though it's free)

You can mix those approaches also for a better customizability.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文