11 2018 档案

摘要:1.python语言环境 2.安装anroid-sdk(http://www.androiddevtools.cn),需要安装java环境 android-sdk-windows安装目录下tool文件夹下有个uiautomatorviewer.bat可以定位app元素位置 3模拟器安装(逍遥安卓) 阅读全文
posted @ 2018-11-16 18:01 胡大姐 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1.首先需要下载newman: (1)npm install newman (2)npm install newman-reporter-html(这个是为了生成测试报告,不然会报错) 注:npm需要下载node.js工具 2.newman run 运行newman命令 -e 加载环境变量的数据 - 阅读全文
posted @ 2018-11-16 17:52 胡大姐 阅读(387) 评论(0) 推荐(0) 编辑
摘要:1.下载git客户端,然后打开git--git bash 2.输入命令 (1)git config --global user.name "github账号用户名" (2)git config --global user.email "github账号邮箱" (注:可以去 cd ~/.ssh 查看是 阅读全文
posted @ 2018-11-16 17:36 胡大姐 阅读(156) 评论(0) 推荐(0) 编辑
摘要:解决办法: 1.把该项目下的一个隐藏文件夹.git显示出来(点击页面上方的工具-文件夹选项-查看-显示隐藏的文件,文件夹和驱动器) 2.修改.git文件夹下的config配置文件,将url变量修改为自己的github项目地址 3.上传成功 阅读全文
posted @ 2018-11-16 17:20 胡大姐 阅读(2152) 评论(0) 推荐(0) 编辑
摘要:今天安装了navicat 和 mysql,结果最后在navicat中连接mysql时,出现了如下错误提示: Client does not support authentication protocol requested by server;consider upgrading mysql cli 阅读全文
posted @ 2018-11-06 10:28 胡大姐 阅读(305) 评论(0) 推荐(0) 编辑