分类: python
thumbnail

Python-封禁RDP攻击IP

源代码 # -*- coding:UTF-8 -*- # 速度极快 import time import subprocess import win32evtlog import xml.etree.ElementTree as ET #Archive-Securi……
thumbnail

Python仿wireshark

# coding=utf-8 import datetime import threading import tkinter from tkinter import * from tkinter import font, filedialog from tkinter.consta……
thumbnail

HCIP_Datacom_Network_Automation_Developer

SSH实验 Telnet Server端配置 使用ensp CE12800 数据中心交换机enspCE12800设备包下载:链接:https://pan.baidu.com/s/16NpwQiNxqUrJcrXoRhDPIQ提取……
thumbnail

Python 练习

greyli/PythonExercises: 按照难度排列的经典 Python 练习题。 (github.com) 1. 猜数字 经典的猜数字游戏,几乎所有人学编程时都会做。 功能描述: 随机……
thumbnail

Python

运算符 以下假设变量: a=10,b=20: 算术运算 运算符 描述 实例 + 加 - 两个对象相加 a + b 输出结果 30 - ……
thumbnail

阿里云Python学习实例

唐僧大战白骨精 # 唐僧大战白骨精: # 显示欢迎信息 print('-' * 20, '欢迎光临<唐僧大战白骨精>', '-' * 20) # 显示选择你的身份 print('选择你的身份……
thumbnail

终于搭建了自己的博客

开心,以后应该会经常在这里写东西吧