流程图最佳实践
有人可以指出有关如何创建良好流程图的文章/书籍吗?
Could some one point to articles / books on how to create good flow chart diagrams?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人可以指出有关如何创建良好流程图的文章/书籍吗?
Could some one point to articles / books on how to create good flow chart diagrams?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
BoUML - 它是免费的!
在过去 6 个月的工作中,我一直使用这个开源工具来创建 UML 图:
bouml.free.fr/
我在运行 OS X 的 Macbook 和桌面上的 Ubuntu Linux 上使用过它,都取得了成功。 它还可以进行代码生成(虽然我自己没有使用过这个功能)。 如果您从 BoUML 中创建图表,您可以右键单击 -> 工具 -> HTML 等,然后它实际上生成图表 - 这将创建一整棵 html、css 等树,并且包括一个 .png 文件,您稍后可以选择将其导入到类似 Word 的文档中。
如果您是 UML 新手,并且想要探索这条路线,我建议您使用 Martin Fowler 编写的《UML Distilled》作为快速入门的方法。 当我将图表放在一起并且忘记了一些语法细节时,我仍然使用它作为参考;) UML 的好处是大多数程序员都会理解它。 如果您不想买书,当然可以通过 Google 搜索“UML 教程”并获得大量免费信息。
非 UML:
您还可以使用 open office 的绘图应用程序来绘制一些简单的流程图。 它有一些漂亮的非 UML 形状,所以如果您不想在符合 UML 的意义上“严格”,而只是想要一个简单的流程图,那么这可能是一个不错的选择。
BoUML-it's free!
I've used this open source tool for the last 6 months at work to create UML diagrams:
bouml.free.fr/
I've used it on both a Macbook running OS X, as well as Ubuntu Linux on a desktop, both with success. It also does codegen (although I haven't used this feature myself). If you create a diagram from within BoUML, you can right click ->Tools->HTML etc,etc., and it and actually generate the diagram -- this will create a whole tree of html, css, etc., and include a .png file which you can later choose to import into a Word-like document.
If you're new to UML, and would like to explore that route, I suggest UML Distilled by Martin Fowler as a way to quickly ramp up. I still use this as a reference when I'm putting diagrams together and I forget some syntactical detail ;) The nice thing about UML is that most programmers will understand it. If you don't want to buy a book you can, of course, Google 'UML tutorial' and get a slew of free info.
Non-UML:
You can also use open office's draw application to do some simple flow charting. It has some nice non-uml shapes, so if you're not trying to be 'strict' in the sense of conforming to UML, and just want a simple flow chart, that may be a good choice.
看看这个:
http://drakon-editor.sourceforge.net/DRAKON.pdf
Check this one out:
http://drakon-editor.sourceforge.net/DRAKON.pdf
教程此处。
另请获取 Microsoft Visio 的副本。
Tutorial here.
Also get a copy of Microsoft Visio.