07 2021 档案
摘要:一、安装反编译软件 链接:https://pan.baidu.com/s/1ARYcQYnbYfZ3fjDquCregQ 提取码:o29h 1、打开文件,导入我们要测试的apk软件,找到res目录-下面便是多个国家多语言目录,取出string.xml文件(后面自动化对比测试会用到) 二、程序代码 环
阅读全文
摘要:1、docker创建并运行centos7容器 #拉取centos镜像: docker pull centos7.2.1511 # 查看系统防火墙状态 systemctl status firewalld # 开启系统防火墙 systemctl start firewalld #放行端口 firewa
阅读全文