随笔分类 -  python

python
摘要:Python_生成随机通讯录文件.vcf.py` import random # 定义常量 FIRST_NAMES = ['赵', '钱', '孙', '李', '周', '吴', '郑', '王', '冯', '陈', '褚', '卫', '蒋', '沈', '韩', '杨', '朱', '秦', '尤', '许', &# 阅读全文
posted @ 2023-09-05 09:06 Victor's 阅读(229) 评论(0) 推荐(0)
摘要:协程 & 异步编程(asyncio) 协程(Coroutine),也可以被称为微线程,是一种用户态内的上下文切换技术。简而言之,其实就是通过一个线程实现代码块相互切换执行。例如: def func1(): print(1) ... print(2) def func2(): print(3) ... 阅读全文
posted @ 2023-03-17 21:38 Victor's 阅读(59) 评论(0) 推荐(0)
摘要:title: TP-Link路由器后台密码爆破 author: 杨晓东 permalink: TP-Link路由器后台密码爆破 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 TP-Link路由器后台密码爆破 import requests imp 阅读全文
posted @ 2023-02-25 19:51 Victor's 阅读(1354) 评论(0) 推荐(0)
摘要:title: staticmethod() 函数 author: 杨晓东 permalink: staticmethod date: 2021-10-02 11:27:04 categories: 有趣 tags: 奇怪的知识 python staticmethod() 函数 python stat 阅读全文
posted @ 2023-02-25 19:51 Victor's 阅读(26) 评论(0) 推荐(0)
摘要:title: python cls方法_关于类方法中的cls author: 杨晓东 permalink: python cls方法_关于类方法中的cls date: 2021-10-02 11:27:04 categories: 有趣 tags: 奇怪的知识 python cls方法_关于类方法中 阅读全文
posted @ 2023-02-25 19:51 Victor's 阅读(269) 评论(0) 推荐(0)
摘要:title: Python classmethod 修饰符 author: 杨晓东 permalink: classmethod date: 2021-10-02 11:27:04 categories: 有趣 tags: 奇怪的知识 Python classmethod 修饰符 描述 classm 阅读全文
posted @ 2023-02-25 19:51 Victor's 阅读(8) 评论(0) 推荐(0)
摘要:title: user-agent反反爬 author: 杨晓东 permalink: user-agent反反爬 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo user-agent反反爬 import fake_useragent # 实例 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(18) 评论(0) 推荐(0)
摘要:title: 脚本_tp-link路由器后台_硬解 author: 杨晓东 permalink: 脚本 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 脚本_tp-link_路由器后台_硬解 import requests import ite 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(119) 评论(0) 推荐(0)
摘要:title: 匿名函数-lambda author: 杨晓东 permalink: 匿名函数-lambda date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 匿名函数-lambda import random """ 注意: 调用匿名函数句柄时 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(9) 评论(0) 推荐(0)
摘要:title: 密码字典-2 author: 杨晓东 permalink: 密码字典-2 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 密码字典_2 import itertools import time # 装饰器 计算时间 def tim 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(21) 评论(0) 推荐(0)
摘要:title: 密码字典-1 author: 杨晓东 permalink: 密码字典-1 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 密码字典_1 # -*- coding: UTF-8 -*- # 32-47:空格 ! " # $ % & 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(67) 评论(0) 推荐(0)
摘要:title: 九九乘法表 author: 杨晓东 permalink: 九九乘法表 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 九九乘法表 """ 九九乘法表 简单又容易忘...... 重点: end="" print(str(j)+" * 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(93) 评论(0) 推荐(0)
摘要:title: 脚本_硬解密码_代理ip author: 杨晓东 permalink: 脚本 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo 脚本_硬解密码__代理ip import requests import itertools impor 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(34) 评论(0) 推荐(0)
摘要:title: PyMySQL删除 author: 杨晓东 permalink: PyMySQL删除 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo PyMySQL MySQL数据库_删除 """ 1、删除操作 删除操作用于删除数据表中的数据,以 阅读全文
posted @ 2023-02-25 19:50 Victor's 阅读(86) 评论(0) 推荐(0)
摘要:!/usr/bin/env python -- coding:utf-8 -- @FileName :py_venv -> pip 一次性安装很多库.py @IDE :PyCharm @Time :2022/5/9 17:15 @Author :杨晓东 @Email :lzj155@foxmail. 阅读全文
posted @ 2023-02-23 23:50 Victor's 阅读(712) 评论(0) 推荐(0)

友链: 嘿嘿嘿...

   本站总访问量: