上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
  2016年7月22日
摘要: 本文以CentOS操作系统为例介绍Sonar的安装配置,以及如何与Jenkins进行集成,通过pmd-cpd、checkstyle、findbugs等工具对代码进行持续审查。 一、安装配置sonar 1、Sonar介绍 Sonar是一个用于代码质量管理的开源平台,用于管理Java源代码的质量。通过插 阅读全文
posted @ 2016-07-22 20:53 IT小不点 阅读(476) 评论(1) 推荐(0) 编辑
摘要: http://www.voidcn.com/blog/lidujun1028/article/p-3831235.html http://www.voidcn.com/blog/lidujun1028/article/p-3831235.html Sonar (SonarQube)是一个开源平台,用 阅读全文
posted @ 2016-07-22 20:32 IT小不点 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 基础概念百度百科:Jenkins是基于Java开发的一种持续集成工具,用于监控持续重复的工作,功能包括:1、持续的软件版本发布/测试项目。2、监控外部调用执行的工作。前面[Sonarqube 代码质量管理平台搭建]-已搭建完成,如何让Sonarqube按照我们想要规律进行工作呢?就靠Jenkins啦 阅读全文
posted @ 2016-07-22 20:24 IT小不点 阅读(12560) 评论(1) 推荐(0) 编辑
  2016年7月21日
摘要: http://www.cnblogs.com/pchmonster/archive/2012/01/02/2310377.html 阅读全文
posted @ 2016-07-21 21:46 IT小不点 阅读(173) 评论(0) 推荐(0) 编辑
  2016年7月20日
摘要: adb logcat>1.txt adb shell cat /proc/atf_log/atf_log > atf_log 会保存在adb的本地文件。 还有一种是实时读取的方式: adb shell cat /proc/atf_log/atf_log 一块的大小是16*16字节 IFAA是一型一密 阅读全文
posted @ 2016-07-20 09:45 IT小不点 阅读(1027) 评论(0) 推荐(0) 编辑
  2016年7月11日
摘要: 前言: 无论什么编程语言都离不开条件判断。SHELL也不例外。 if list then do something here elif list then do another thing here else do something else here fi EX1: #!/bin/sh SYST 阅读全文
posted @ 2016-07-11 09:51 IT小不点 阅读(197) 评论(0) 推荐(0) 编辑
  2016年7月8日
摘要: NDK项目源码地址 : -- 第一个JNI示例程序下载 : GitHub - https://github.com/han1202012/NDKHelloworld.git -- Java传递参数给C语言实例程序 : GitHub - https://github.com/han1202012/ND 阅读全文
posted @ 2016-07-08 16:08 IT小不点 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 最近研究了下Android 的编译系统,下面结合编译我们自己的产品 mobot 来对整个编译系统进行必要的介绍,方便大家今 后对默认编译的修改。 先列出几个觉得重要的Make 文件: build/buildspec.mk build/envsetup.sh build/core/main.mk bu 阅读全文
posted @ 2016-07-08 10:18 IT小不点 阅读(204) 评论(0) 推荐(0) 编辑
  2016年7月7日
摘要: 附1: Android.mk与jni目录的关系: 在某目录下,如/src/modules1/下存放Android.mk和Application.mk,调用ndk-build试图编译时,会遇到如下错误: Android NDK: Could not find application project d 阅读全文
posted @ 2016-07-07 21:00 IT小不点 阅读(2269) 评论(0) 推荐(0) 编辑
  2016年7月6日
摘要: Host help showthis message 帮助文档 exit exitcts command line 退出CTS ls 全部用l替代,--plan直接用p替代,也即 l p 。其他类似 Plan ls --plan listavailable plans 列出所有Plan ls --p 阅读全文
posted @ 2016-07-06 15:47 IT小不点 阅读(972) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页