logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

MacOS 安装git

一、在 Mac 终端Terminal 中直接输入git,会自动跳转git 安装引导,点击“install”按钮,“agree”协议,开始下载git。二、等待 git 下载安装完成后,点击“Done”,在 Terminal 中输入 “git --version” 查看 git 版本。

#macos#git
Django安装/django安装失败的解决办法

下载和安装python的模块,有三种方法:1.通过命令 pip install xxx安装 如果慢的话需要指定国内镜像才行自用国内镜像源:https://pypi.tuna.tsinghua.edu.cn/simple/https://mirrors.ustc.edu.cn/pypi/web/simple/https://mirrors.aliyun.com/pypi/simple/2.通过pyc

#django
解决pip安装mysqlclient报错error C1083: Cannot open include file: ‘mysql.h‘: No such file or directory

问题描述:系统:win10(64位)python版本:3.7.8MySQL Server 8.0MySQL Connector C 6.1使用pip install -r requirements.txt 命令时,安装到mysqlclient时报错(mysqlclient已通过pip命令安装完成):ERROR: Command errored out with exit status 1:comm

#python#mysql
解决win10只有IE可以上网,其他浏览器都无法连接网络

问题描述:win10电脑关机重启后,除了IE其他浏览器都不可以上网。命令重置DNS,360修复等都使用了,依旧没有解决原因分析本地浏览器和网络未设置代理,抓包工具fiddler可能设置了代理。windows和fiddler自动仅用了WinHttpAutoProxySvc服务。解决办法:运行命令netsh winsock reset(感觉与这个步骤的关系不大,之前也有操作后重启,都没有修复)重新恢复

Jmeter 测试 websocket 取样器结果提示 Cannot connect to the remote server ,请求和响应数据为空的解决办法

问题描述:使用 Jmeter 测试websocket 协议接口,下载Jmeter的websocket插件——websocketjar包后,将所有插件复制到 Jmeter 安装目录的 \lib\ext 目录下,启动 Jmeter ,新建 WebSocketSampler ,wss协议参数填写完成后运行。遇到了问题,察看结果树的请求和响应数据都显示为空,(WebSocket在线测试连接正常,取样器路.

#websocket
【Git】解决error: The following untracked working tree files would be overwritten by merge:

git checkout 或 git pull 时提示error: The following untracked working tree files would be overwritten by merge:

文章图片
#git
解决pip安装mysqlclient报错error C1083: Cannot open include file: ‘mysql.h‘: No such file or directory

问题描述:系统:win10(64位)python版本:3.7.8MySQL Server 8.0MySQL Connector C 6.1使用pip install -r requirements.txt 命令时,安装到mysqlclient时报错(mysqlclient已通过pip命令安装完成):ERROR: Command errored out with exit status 1:comm

#python#mysql
解决Android设备adb连接后执行adb devices显示unauthorized设备未授权的问题

问题描述:测试脚本写完后连接手机设备调试时,执行adb devices命令后真机设备显示“unauthorized”设备未授权。原因解析:之前调试时设备授权过,授权后的手机不会再提示授权,但此次调试需要重新授权解决方案:1.获取设备VIDUSB将手机与电脑连接,windows右击电脑属性→设备管理器→便携设备→属性→详细信息→硬件id,如下设备VID为05C62.配置adb_usb.ini在电脑用

#adb#android
解决执行命令 cnpm install appium-uiautomator2-driver 安装appium-uiautomator2报错503的问题

问题描述:执行命令 cnpm installappium-uiautomator2-driver 安装appium-uiautomator2报错503解决方式:更换安装命令cnpm i -g appium-uiautomator2-driver安装成功。

#android
解决FileNotFoundError: [Errno 2] No such file or directory: ‘datas.yaml‘的问题

问题描述:在脚本中加载文件f = open('datas.yaml', 'r')运行脚本时提示FileNotFoundError: [Errno 2] No such file or directory: 'datas.yaml'原因分析:文件路径有问题,datas.yaml文件与当前运行脚本不在同一目录下。(没有指定路径直接加载文件时,加载的文件路径需要与当前脚本的路径一致,在同一目录下)解决方

#python
    共 11 条
  • 1
  • 2
  • 请选择