题目提示 ,一定要找到lv6!!!
点击下一页,发现很多页码,猜测需要脚本爆破
import requests
import time
import socket ##引入socket库try:for i in range(1, 500):url http://fd3e015d-f831-4c6a-b27…
1、连接数据库
###1.1命令行连接
mysql -uroot -p123456 --连接数据库update mysql.user set authentication_stringpassword(123456) where userroot and hostlocalhost;
-- 修改用户密码flush privileges;--刷新权限-- ————————————————————————…
中值滤波
图像中值滤波是一种非线性的图像平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值。中值滤波能有效去除椒盐噪声,参考http://blog.csdn.net/weixin_37720172/article/details/72627543如下图
加权中值滤波(weight median fil…