template

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· 代码 · 共 23 行

TXT
23
字号
CVS: ----------------------------------------------------------------------CVS: CVS Commits to CMake/ITK/ParaView/VTK require commit type in theCVS: comment. Valid commit types are:CVS:CVS:   BUG:   - a change made to fix a runtime issueCVS:            (crash, segmentation fault, exception, or incorrect result,CVS:   COMP:  - a fix for a compilation issue, error or warning,CVS:   ENH:   - new functionality added to the project,CVS:   PERF:  - a performance improvement,CVS:   STYLE: - a change that does not impact the logic or execution of theCVS:            code. (improve coding style, comments, documentation).CVS: CVS: The cvs command to commit the change is: CVS: CVS:   cvs commit -m "BUG: fixed core dump when passed float data" filenameCVS: CVS: you can also use the syntax below which omits the -m flag. In thisCVS: case cvs will start up an editor for you to enter a comment on why youCVS: made the change.CVS: CVS:   cvs commit filenameCVS: ----------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?