03 2022 档案
摘要:1. 安装依赖 # 服务端 pip install jsonrpcserver # 客户端 pip install jsonrpcclient 2. 服务端 2.1 基本使用案例 from jsonrpcserver import Success, method, serve @method def
阅读全文
摘要:ip命令 # ubuntu apt-get install -y iproute2 # centos yum -y install initscripts netstat命令 # centos yum -y install net-tools # ubuntu apt-get -y install
阅读全文