当前位置:网站首页>话里话外:流程图绘制初级:六大常见错误
话里话外:流程图绘制初级:六大常见错误
2022-07-04 14:53:00 【全栈程序员站长】
无论初学者还是老手,在绘制流程图的过程中都不可避免地出现这样那样的错误,我们总结了一下,在流程的绘制过程中,比较容易犯得错误有: 1、没使用模板或没正确使用模板。在流程管理项目中,流程梳理之前需要事先定义好流程模板和形状规范。在绘制流程图时,项目组人员可以直接打开流程模板,按照形状规范来绘制。 2、流程边框与背景框没对齐。 3、用错形状。在流程模板里咨询公司已确定不同类型的流程节点使用不同的形状来代表。在绘制流程图时项目组人员会出现把操作框当成判断框或把结束符当成判断框来使用的情况。 4、自主修改开始符、结束符,或者流程分支遗漏结束符。在流程中每个分支都需要有结束符,表示这一分支的结束。而在绘制流程时遗漏某一分支的结束符也是项目组人员比较容易犯的错误。 5、没遵守判断框Yes和No的流入流出方向,或者判断框的分支缺少。在流程模板中已确定判断框的左右端是Yes的流入或流出,判断框的上下端是No的流入流出。在绘制流程时,项目组人员有时并未遵守这个规则,也经常会漏画分支。 6、连接线没粘附上形状,交叉,箭头指向错误。在绘制流程时,项目组人员会出现连接线没连上流程框或不该有连接线的时候画连接线的情况,也经常会出现指向错误的错误。 这些错误虽然非常容易出现,但在画的过程中,有意识地提醒自己注意,很多情况下还是可以避免的。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/110835.html原文链接:https://javaforall.cn
边栏推荐
- Lombok使用引发的血案
- Statistical learning: logistic regression and cross entropy loss (pytoch Implementation)
- [North Asia data recovery] a database data recovery case where the partition where the database is located is unrecognized due to the RAID disk failure of HP DL380 server
- Unity script API - transform transform
- Move, say goodbye to the past again
- Talking about Net core how to use efcore to inject multiple instances of a context annotation type for connecting to the master-slave database
- Summary of database 2
- Interface fonctionnelle, référence de méthode, Widget de tri de liste implémenté par lambda
- Practice: fabric user certificate revocation operation process
- Opencv learning -- arithmetic operation of image of basic operation
猜你喜欢
Function test - knowledge points and common interview questions
Interface test - knowledge points and common interview questions
Unity animation day05
D3D11_ Chili_ Tutorial (2): draw a triangle
What should ABAP do when it calls a third-party API and encounters garbled code?
error: ‘connect‘ was not declared in this scope connect(timer, SIGNAL(timeout()), this, SLOT(up
L1-072 scratch lottery
《吐血整理》保姆级系列教程-玩转Fiddler抓包教程(2)-初识Fiddler让你理性认识一下
Vscode setting outline shortcut keys to improve efficiency
2022年九大CIO趋势和优先事项
随机推荐
Using celery in projects
Accounting regulations and professional ethics [6]
Filtered off site request to
Research Report on market supply and demand and strategy of surgical stapler industry in China
MFC implementation of ACM basic questions encoded by the number of characters
China tall oil fatty acid market trend report, technical dynamic innovation and market forecast
What is torch NN?
China's roof ladder market trend report, technological innovation and market forecast
Unity script API - time class
std::shared_ ptr initialization: make_ shared< Foo> () vs shared_ ptr< T> (new Foo) [duplicate]
AI system content recommendation issue 24
Talking about Net core how to use efcore to inject multiple instances of a context annotation type for connecting to the master-slave database
Variable cannot have type 'void'
2022年九大CIO趋势和优先事项
Object distance measurement of stereo vision
The vscode waveform curve prompts that the header file cannot be found (an error is reported if the header file exists)
Some fields of the crawler that should be output in Chinese are output as none
.Net 应用考虑x64生成
Common knowledge of unity Editor Extension
Model fusion -- stacking principle and Implementation