logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

安装Python后,经常在window环境下安装包如scapy等包时,提示Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/报错原因是pip所安装的包需

文章图片
#microsoft#c++#开发语言
npm install -g cnpm --registry=https://registry.npm.taobao.org 报错

这个错误是因为权限不足导致的。这个错误是因为证书过期导致的。

文章图片
#npm#前端#node.js
解决PyCharm 控制台乱码

在代码中指定编码: 如果你的代码包含特定的编码需求,你可以在需要的地方使用。替换为你需要的编码类型。

文章图片
#pycharm#python
pycharm中配置全局pip镜像源

pycharm中配置全局pip镜像源

文章图片
#python#开发语言
wireshark过滤包规则

1. Wireshark过滤语句中常用的操作符关键字有: contains和matches关键字“contains”过滤包含指定字符串的数据包。例如:http.request.uri contains “/dll/test.htm?”//过滤http请求的uri中含有/dll/test.htm?字段的请求信息udp contains 81:60:03//过滤包含81:60:03的udp数据包htt

文章图片
#wireshark#正则表达式#服务器
解决Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“

安装Python后,经常在window环境下安装包如scapy等包时,提示Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/报错原因是pip所安装的包需

文章图片
#microsoft#c++#开发语言
错误消息 “No module named ‘pkg_resources‘

错误消息 "No module named 'pkg_resources'解决

文章图片
#python#linux#开发语言
到底了