- 博客(6)
- 收藏
- 关注
原创 clone下来的代码报错Delete `␍`eslint(prettier/prettier)错误
clone的代码在执行yarnstart的时候报了一连串的Delete `␍` prettier/prettier虽然我就是拉过来本地跑一跑测一测,也不准备提交代码,但是看着十分膈应(我就去搬救兵了,救兵说:git config --global core.eol lfgit config --global core.autocrlf inputgit config --global core.autocrlf false...
2021-04-13 18:50:39
763
原创 windows powershell配置http代理
下载一个好用的powershell 微软PowerShell Team的powershell7地址:https://github.com/PowerShell/powershell/releasesWindows下载:PowerShell-7.1.0-win-x64.msi下载之后,一路无脑点下一步就行,最后把所有checkbox全勾上。方法一:命令行Windows自带的powershell shift+右键。刚装好的powershell7 直接右键就可以。执行命令前,每次都要输入以下命令:
2020-11-17 18:33:25
155003
2
原创 使用pycharm安装selenium,通过国内的镜像源安装python包,需要添加信任选项 --trusted-host mirrors.aliyun.com
pycharm导入selenium的时候报错The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it...
2020-09-28 16:31:48
1904
1
原创 adb 安装命令
安装debug apk提示安装包异常,安卓开发小哥哥告诉我要-t。今天查了查adb install的命令,补充的新知识:普通安装adb install test.apk锁定该应用程序,-ladb install -l test.apk #forward lock application替换已存在应用(高版本覆盖),-radb install -r test.apk #replace existing application允许测试包,-tadb install -t test.apk
2020-09-08 12:13:20
567
原创 安卓7.0+版本Charles抓https显示unknown
安卓7.0+版本Charles抓包unknown1. 自定义可信 CAhttps://developer.android.com/training/articles/security-config2. root手机 将用户CA添加到系统https://sorayama.me/blog/2020-08-12-pixel3%E7%94%A8charles%E6%8A%93%E5%8C%85%E4%BB%A5%E5%8F%8Aroot/...
2020-09-07 13:36:52
705
原创 Charles抓取 Web端 移动端 https请求
前言:之前一直用Charles抓手机端的包,突然改抓PC端了,win10的代理一直保存不成功,记录一下解决方式,如果能帮助到别人就更好了。一、配置Charles代理1.打开Charles,选择Proxy,打开Windows Proxy。2.进入SSL Proxying Settings,勾选Enable SSL Proxying,添加*:*。3.进入Proxy Settings - Proxies,设置端口号,如:8090,勾选Enable transparent HTTP proxying。
2020-08-05 17:47:10
807
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人