source monitor安装及使用

1.下载source monitor的安装文件

2.选择accept 后next

3.选择安装路径

4.选择安装

5.安装完成启动

使用source monitor检查代码复杂度

1.file->new project新建工程,选择源代码语言

2.选择待检测代码所处路径

3.选择检测选项

4.选择输出文件格式

5.定义检测点名称

6.点击完成,开始检测

7.开始检测代码复杂度

8.检测结果如下图所示:

时间: 2024-11-08 23:18:58

source monitor安装及使用的相关文章

source monitor安装过程简述及使用样例

安装环境:操作系统:win8.1 安装过程简述: 1.下载source monitor的安装文件并打开,选择next 2.选择accept接收协议 后next 3.准备好,选择next 4. 选择安装路径,可根据个人习惯选择 5.选择folder,可使用默认 6.安装完成启动 使用样例: 1.工具栏中点击file->new project新建工程 2.选择源代码语言 3.选择检测结果存储路径 4.选择待检测工程 5.选择检测其他选项 6.设定检测点的名称 7.选择完成,开始检测 8.检测结果

使用source monitor检查代码复杂度

source monitor安装 1.下载source monitor安装文件 2.一直选择next 3.安装完成启动 使用source monitor检查代码复杂度 1.选择file->new project 2.选择检测工程语言 3.选择检测结果保存路径 4.选择要检测的源代码文件 5.定义检测项 6.选择保存格式 7.定义可选的监测点名称 8.选择完成 9.选择新的java检测点 10.结果输出

Source Monitor Tutorial

Source Monitor is a code analyzing tool that is capable of finding the complexity for Java, C++.C.C#.Delphi.Visual Basic and HTML source codes. It's a standalone software which does not rely upon any specific IDE to work. What's even better is that i

Env: Linux下Source Insight安装

1.Wine安装 sudo apt-get install wine 如果有错误,可以sudo apt-get update 2.下载source insight,注意要是安装版 http://www.liangchan.net/liangchan/3947.html 3.解压安装包,进入带有sourceinsight.exe的目录 如上述链接下的安装包,执行wine hf_sourceinsight3.5/Si35Setup.exe,根据提示完成安装, 序列号在压缩包里有提供 4.在上述选择的

Source Insight 安装使用

习惯了在source insight下编辑阅读源码,在linux下用vi总是用不好 ,还是在Ubuntu上用回熟悉的source insight. 在Ubuntu中,安装Windows程序用wine,然后用wine安装Windows软件即可. 安装wine 在终端输入以下命令: sudo apt-get install wine 用wine安装Source Insight 在终端中输入以下命令: wine -/SourceInsight/InsightSetup.exe 注:SourceInsi

MySQL在linux上(cmake)的source code安装方法

1.安装前准备: 1)必备的包和工具  gcc/g++ :MySQL 5.6开始,需要使用g++进行编译.  cmake  :MySQL 5.5开始,使用cmake进行工程管理,cmake需要2.8以上版本.  bison  :MySQL语法解析器需要使用bison进行编译.  ncurses-devel :用于终端操作的开发包.  zlib    :MySQL使用zlib进行压缩 2)功能需要的包  libxml  :用于XML输入输出方式的支持.  openssl  :使用openssl安全

MySQL在linux上的source code安装方法(configure)

1.建立操作系统用户和组 [[email protected] ~]# groupadd mysql [[email protected] ~]# useradd -g mysql mysql 2.解压安装文件,进入解压目录: [[email protected] mnt]# tar -zxvf mysql-5.0.15.tar.gz [[email protected] mnt]# cd mysql-5.0.15 3.编译安装mysql源码文件: [[email protected] mysq

在ubuntu12.04中安装wine和source insight

1.安装wine sudo apt-get install wine 2.安装source insight 将source insight安装的可执行文件复制到ubuntu中.我复制到了~/Desktop/下面. 运行命令 wine ~/Desktop/Si35Setup.exe 其中Si35Setup.exe为source insight安装包名字.安装过程与windows相同. 3.建立工程 搜wine启动Configure Wine 添加一个路径,这样source insight建工程的时

ubuntu 安装source insight3.5

版本 ubuntu 16.04 在linux下安装 windows下程序,需要安装wine, wine 是 缩写. 1) 安装wine sudo apt-get install wine 安装好wine后,进入wine的目录 cd ~/.wine 会发现有个类似windows下c盘的目录 driver_c, 我们需要将source insight安装在此目录下. 2)首先下载 可执行文件 Si35Setup.exe 然后执行 wine /opt/Si35Setup.exe 会出现安装的UI界面,