摘要:
Python获取指定网段正在使用的IP #!/usr/bin/env python # -*- coding: utf-8 -*- ''''' 使用方法样例 python test20.py 192.168.1.1 (会扫描192.168.1.1-255的ip) 多线程加速后大概十几秒 ''' im 阅读全文
随笔档案-2020年12月
Ubuntu 18.04 安装mysql
2020-12-04 11:55 by 清风软件测试开发, 135 阅读, 收藏,
摘要:
首先要安装服务端和客服端 sudo apt-get install mysql-server //服务端 sudo apt-get install mysql-client //客户端 sudo netstat -tap | grep mysql会显示mysql服务的端口号和pid mysql -u 阅读全文
浙公网安备 33010602011771号