软件需求分析

发布于 2024-07-07 06:46:55 字数 1557 浏览 10 评论 0原文

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

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

发布评论

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

评论(2

四叶草在未来唯美盛开 2024-07-14 06:46:55

我正在开发一个控制台应用程序,它采用如下所示的 xml 配置文件:

<?xml version="1.0" encoding="utf-8"?>
<ReqCheck>
  <Categories name="Reconsider wording">
    <Keyword>may</Keyword>
    <Keyword>should</Keyword>
  </Categories>
  <Categories name="Potential logic problem" format="{0}: consider both then and else conditions.">
    <Keyword>not</Keyword>
  </Categories>
</ReqCheck>

该应用程序采用 MS-Word 文档并向该文档添加“气球式”注释。

I'm working on a console application that takes a xml configuration file like this:

<?xml version="1.0" encoding="utf-8"?>
<ReqCheck>
  <Categories name="Reconsider wording">
    <Keyword>may</Keyword>
    <Keyword>should</Keyword>
  </Categories>
  <Categories name="Potential logic problem" format="{0}: consider both then and else conditions.">
    <Keyword>not</Keyword>
  </Categories>
</ReqCheck>

The application takes a MS-Word document and adds 'balloon-style' comments to the document.

小鸟爱天空丶 2024-07-14 06:46:55

您可能想看看 Ravenflow 产品。 我自己还没有尝试过,但它们的功能似乎非常接近您正在寻找的功能...

注意:Ravenflow 产品对于小型甚至中型尺寸来说可能过于昂贵团队/公司...

You might want to take a look at Ravenflow products. I did not try them myself yet, but their features seem to be very close to what you are looking for...

NB: Ravenflow products are likely to be prohibitively expensive for small- and even medium-size teams/companies...

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