logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentOS6.7安装wireshark抓包工具

windows环境下的Fiddler抓包工具很好用,但在Linux下需要先安装Mono虚拟机,才能运行C#程序编写的Fiddler。经百度安装Linux下的wireshark来实现:网络封包抓取、分析功能,更好的分析网络传输数据问题。yum install wiresharkyum install wireshark-gnome

Django调用Nameko微服务使用简介

Nameko is a framework for building microservices in Python.The example above requires RabbitMQ, because it’s using the built-in AMQP RPC features.Django REST framework is a powerful and flexible toolk

#python#django
到底了