clover

android adb wifi debug配置

走远了吗. 提交于 2019-11-30 00:34:36
C:\Users\yons>adb shell clover:/ $ setprop service.adb.tcp.port 8888 clover:/ $ exit C:\Users\yons>adb tcpip 8888 restarting in TCP mode port: 8888 C:\Users\yons>adb connect 192.168.100.129:8888 connected to 192.168.100.217:8888 来源: https://blog.csdn.net/u013316124/article/details/100980852

What are the differences between the three methods of code coverage analysis?

好久不见. 提交于 2019-11-28 19:31:59
This sonar page basically lists the various methods employed by different code coverage analysis tools: Source code instrumentation (Used by Clover ) Offline byte code instrumentation (Used by Cobertura ) On-the-fly byte code instrumentation (Used by Jacoco ) What are these three methods and which one is the most efficient and why?If the answer to the question of efficiency is "it depends" , then please explain why? Source code instrumentation consists in adding instructions to the source code before compiling it. These instructions are used to trace which parts of the codes have been executed

搭建自己的服务器 1.装系统

三世轮回 提交于 2019-11-26 13:48:20
前言 初衷: 以前一直依赖于公司的资源和开发环境,没工作之后,时间成了最没成本的东西, 所以决定: 1.搭建自己的服务器, 2.积累自己的framework 3.自己做运维、压测等 4.不忙的时候,用这台高配台式家用 周末,找弟弟去帮着搬,现在的机箱好沉啊,到中关村老同学那里攒了台式机 配置: cpu,最终选择了i7 9700,主要因为是8核 内存,4根8G,插满内存槽,形成双通道 主板:技嘉 硬盘,两块256的ssd,计划装双系统,原计划是 centos加mac 显卡,装机的说i7自带集显centos点不亮,买了个最便宜的1030,多年不玩硬件了,不懂,据说打星际2可以满足的配置。 规划 踩了些坑,借鉴为主。 8核加32G内存,已经满足个人服务器应该用。但对于在家使用,我觉得装双系统, centos+mac,理由:1.mac比较好用,2.虚拟机装centos的话,体现不出作为服务器使用 踩坑经历 1.黑苹果 这段时间才了解这些,可能很多人都是了解的,所谓黑苹果,就是指不是苹果电脑装苹果系统,苹果电脑统称白苹果。 白苹果在系统损坏的时候,按住option+r可以远程恢复系统,一直没有体验过,第一次知道。 黑苹果装系统需要引导,以前有个变色龙的引导,现在基本上是叫四叶草,也就是clover, 网上安装黑苹果的教程不少,都是如何做U盘安装盘,但都是关键的部分不提