infer 编译代码审查命令记录
infer -- xcodebuild -target <target name> -configuration <build configuration> -sdk iphonesimulator
/Users/walkerjiang/Desktop/infer/infer-osx-v0.4.0/infer/bin/infer
xcodebuild clean -sdk iphonesimulator9.0 -configuration Debug
/Users/walkerjiang/Desktop/infer/infer-osx-v0.4.0/infer/bin/infer -- xcodebuild -sdk iphonesimulator9.0 -configuration Debug
/Users/walkerjiang/Desktop/infer/infer-osx-v0.4.0/infer/bin/inferTraceBugs
xcodebuild -workspace 项目根目录/项目名.xcworkspace -scheme 项目名 ONLY_ACTIVE_ARCH=NO TARGETED_DEVICE_FAMILY=1 DEPLOYMENT_LOCATION=YES
xcodebuild -workspace LHand.xcworkspace -scheme LHand ONLY_ACTIVE_ARCH=NO TARGETED_DEVICE_FAMILY=1 DEPLOYMENT_LOCATION=YES
xcodebuild clean -sdk iphonesimulator9.0 -configuration Debug
xcodebuild -workspace LHand.xcworkspace -scheme LHand ONLY_ACTIVE_ARCH=NO TARGETED_DEVICE_FAMILY=1 DEPLOYMENT_LOCATION=YES -configuration Debug
xcodebuild -workspace LHand.xcworkspace -scheme LHand ONLY_ACTIVE_ARCH=NO -configuration Debug
//
xcodebuild -workspace LHand.xcworkspace -scheme LHand -sdk iphonesimulator
/Users/walkerjiang/Desktop/infer/infer-osx-v0.4.0/infer/bin/infer -- xcodebuild -workspace LHand.xcworkspace -scheme LHand -sdk iphonesimulator
//android infer 查看过程
1. cd android/ZHand 目录
android update project -p . -t android-20
2. cd android/libary 目录
android update project -p . -t android-2
3. cd android/ZHand 目录
infer -- ant debug
4. 最后去 infer-out 查看最终结果
//java 项目的编译过程
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-smart.xml
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-im.xml (no bugs)
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-manage.xml
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-map.xml (no bugs)
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-msg.xml (no bugs)
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-office.xml (no bugs)
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-schedule.xml
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-storage.xml
infer -- mvn compile -Dmaven.test.skip=true -f ../pom-wap.xml (no bugs)
infer 编译代码审查命令记录的更多相关文章
- 重编译Linux命令源代码
转: http://blog.csdn.net/endoresu/article/details/6967435 以su命令为例. 查看su命令的路径: # which su /bin/su 查看su ...
- MYSQL存储过程中常使用的命令记录
MYSQL存储过程中常使用的命令记录 1.触发器trigger 查看:show triggers; 2.存储过程procedure 查看:show procedure status; 查看详细:sho ...
- 编译u-boot命令和u-boot常用命令
一.编译u-boot命令 1.配置开发板 #make TQ2440_config 2.编译 #make all 3.交叉编译器是crosstools_3.4.5_softfloat” 使用4.3.3版 ...
- Linux命令记录。
引用:http://www.cnblogs.com/xiaoluo501395377/archive/2013/03/31/2992500.html 首先,需要确定的是知道的是:对于Linux系统来说 ...
- Bash shell命令记录和CentOS的一些技巧
①CentOS的实用技巧: 一.按下ctrl+alt+F2可由图形界面切换至命令行(shell窗口),按下ctrl+alt+F1可由命令行切换至图形界面(前提是安装CentOS时软件选择项选择安装了图 ...
- Linux服务器时间相关命令记录
前言 以往安装服务器时间都是正常,但是最近服务器的时间经常出现问题,所以在安装配置完成服务器之后需要对服务器的时间进行测试,如果服务器时间异常,那么当程序去取系统时间的时候就会出现问题. 时间相关命令 ...
- 编译zpool命令
环境:192.168.50.239(在 illumos源码中编译zpool命令) PS:由于对zpool命令的工作原理不熟悉,所以编译,可在其中加入调试语句来明白其原理 首先介绍 illumos-so ...
- Vim 命令记录与回放
步骤如下: q+(a..z)寄存器名: 执行你要执行的操作: q 结束操作: 调用为@+寄存器: 列子如下: 在写PHP 程序时用的比较多的是创建函数: 如 function add_in(){ } ...
- Centos下磁盘管理的常用命令记录(如查找大文件)
Centos下磁盘管理的常用命令记录 查看系统磁盘空间占用,使用命令: df -h 结果: 查看磁盘inode使用情况,如果inode用完了,磁盘就没法写入新的内容了: df -i 结果: 如何查找磁 ...
随机推荐
- 如何修改linux 的SSH的默认端口号?
http://blog.chinaunix.net/uid-7551698-id-1989086.html 在安装完毕linux,默认的情况下ssh是开放的,容易受到黑客攻击,简单,有效的操作之一 ...
- Javascript基于对象三大特征 -- 冒充对象
Javascript基于对象三大特征 基本概述 JavaScript基于对象的三大特征和C++,Java面向对象的三大特征一样,都是封装(encapsulation).继承(inheritance ) ...
- --a和a--
编程很纠结的一个问题便是a--和--a. #include<iostream> using namespace std; int main(int argc, char const *ar ...
- Storm中log4j日志打印不出来的解决办法
使用storm命令启动JAVA进程的时候,发现log4j日志打印不出来,咋办呢? 解决办法如下(亲测): 删除strom/lib目录下的log4j-over-slf4j-1.6.6.jar strom ...
- 【C++】const、volatile不能修饰没有this指针的成员函数
一般所有的成员函数都只有一个复本,当不同的对象调用成员函数时,为了区分是哪个成员在调用,会传入this指针. 当调用有const.volatile修饰的成员函数时,会相应的传入一个const.vola ...
- redis SCAN cursor
https://redis.io/commands/scan 可以看到: sscan的返回结果,有两部分, 第一部分 是一个数字.其实代表一个游标. 第二部分 是结果. scan是以游标为基础,每 ...
- docker从零开始 存储(六)存储驱动如何选择
Docker存储驱动程序 理想情况下,将非常少的数据写入容器的可写层,并使用Docker卷来写入数据.但是,某些工作负载要求您能够写入容器的可写层.这是存储驱动程序的用武之地. Docker使用可插拔 ...
- 关于因各种原因,造成LINUX主机不能通过域名访问自己的解决办法
因路由黑洞或其它原因造成自己域名或外网IP的解决办法: vi /etc/hosts 添加一行: 10.28.86.250 www.edusoa.com 保存退出.
- HDU 2553 N皇后问题【棋盘型DFS】
N皇后问题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submi ...
- Floyd-弗洛伊德算法
今天,研究一下谁都能看懂的弗洛伊德算法. 首先,弗洛伊德算法是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法. 这个算法需要一个用到一个二维数组啊a[][],而a[i][j]表示的就 ...