会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
杨晓东
www.demo443.com
博客园
首页
新随笔
联系
订阅
管理
2023年9月5日
Python_生成随机通讯录文件.vcf.py
摘要:
` import random # 定义常量 FIRST_NAMES = ['赵', '钱', '孙', '李', '周', '吴', '郑', '王', '冯', '陈', '褚', '卫', '蒋', '沈', '韩', '杨', '朱', '秦', '尤', '许',
阅读全文
posted @ 2023-09-05 09:06 Victor's
阅读(183)
评论(0)
推荐(0)
2023年3月17日
协程和异步编程
摘要: 协程 & 异步编程(asyncio) 协程(Coroutine),也可以被称为微线程,是一种用户态内的上下文切换技术。简而言之,其实就是通过一个线程实现代码块相互切换执行。例如: def func1(): print(1) ... print(2) def func2(): print(3) ...
阅读全文
posted @ 2023-03-17 21:38 Victor's
阅读(46)
评论(0)
推荐(0)
2023年2月25日
QQ空间数据抓取
摘要: title: QQ空间数据抓取 author: 杨晓东 permalink: QQ空间数据抓取 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 QQ空间数据抓取 import time import os from selenium import
阅读全文
posted @ 2023-02-25 19:53 Victor's
阅读(59)
评论(0)
推荐(0)
staticmethod() 函数
摘要: 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
阅读(18)
评论(0)
推荐(0)
TP-Link路由器后台密码爆破
摘要: 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
阅读(1211)
评论(0)
推荐(0)
python cls方法_关于类方法中的cls
摘要: 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
阅读(248)
评论(0)
推荐(0)
classmethod 修饰符
摘要: 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
阅读(5)
评论(0)
推荐(0)
半自动输入代码
摘要: title: 半自动输入代码 author: 杨晓东 permalink: 半自动输入代码 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 半自动输入代码 import pyautogui import time import pyperclip
阅读全文
posted @ 2023-02-25 19:51 Victor's
阅读(29)
评论(0)
推荐(0)
豆瓣电影搜索
摘要: title: 豆瓣电影搜索 author: 杨晓东&曹旭东 permalink: 豆瓣电影搜索 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 豆瓣电影搜索 file_rar import requests from lxml import etr
阅读全文
posted @ 2023-02-25 19:51 Victor's
阅读(53)
评论(0)
推荐(0)
拉勾网职位爬取
摘要: title: 拉勾网职位爬取 author: 杨晓东&敖昀阳 permalink: 拉勾网职位爬取 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 拉勾网职位爬取 file_rar from selenium import webdriver im
阅读全文
posted @ 2023-02-25 19:51 Victor's
阅读(25)
评论(0)
推荐(0)
一个厂区宿舍管理后台密码爆破 - selenium版
摘要: title: 某厂区宿舍管理后台密码爆破-selenium测试 author: 杨晓东 permalink: 某厂区宿舍管理后台密码爆破-selenium测试 date: 2021-10-02 11:27:04 categories: 嗯哼 tags: 无聊 某厂区宿舍管理后台密码爆破-seleni
阅读全文
posted @ 2023-02-25 19:51 Victor's
阅读(51)
评论(0)
推荐(0)
user-agent反反爬
摘要: 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
阅读(15)
评论(0)
推荐(0)
tp-link路由器后台_硬解
摘要: 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
阅读(106)
评论(0)
推荐(0)
redis-操作
摘要: title: redis-操作 author: 杨晓东 permalink: redis-操作 date: 2021-10-02 11:27:04 categories: 投篮 tags: demo redis-操作 """ redis 操作 """ import redis r = redis.R
阅读全文
posted @ 2023-02-25 19:50 Victor's
阅读(8)
评论(0)
推荐(0)
匿名函数-lambda
摘要: 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
阅读(6)
评论(0)
推荐(0)
密码字典-2
摘要: 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
阅读(9)
评论(0)
推荐(0)
密码字典-1
摘要: 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
阅读(63)
评论(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
阅读(81)
评论(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
阅读(23)
评论(0)
推荐(0)
PyMySQL删除
摘要: 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
阅读(79)
评论(0)
推荐(0)
下一页
公告
友链:
嘿嘿嘿...
本站总访问量:
次