• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Zdz2005

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2025年1月4日

下载音效素材

摘要: fuck your vip 随便播放一个音效,F12找到Media 复制地址直接访问即可下载 如果出现403,加入cookie和header也可以直接下载 import requests cookies = { } headers = { } response = requests.get( 'ht 阅读全文

posted @ 2025-01-04 03:31 Zdz2005 阅读(10) 评论(0) 推荐(0)

2024年8月1日

python设计模式 Wessel Badenhorst 英文原版

摘要: python设计模式 Wessel Badenhorst 英文原版 Practical Python Design Patterns: Pythonic Solutions to Common Problems 点击访问提取码:1btc 仅供学习使用 如有侵权,联系删除 阅读全文

posted @ 2024-08-01 14:10 Zdz2005 阅读(9) 评论(0) 推荐(0)

ffmpeg分割音频

摘要: 可以精确到毫秒 ffmpeg -i C:\Users\admin\Desktop\bestieverhad.mp3 -ss 00:02:31.000 -t 00:00:04.150 C:\Users\admin\Desktop\bestout.mp3 阅读全文

posted @ 2024-08-01 11:51 Zdz2005 阅读(21) 评论(0) 推荐(0)

2024年4月9日

sws888pvptools

摘要: sws888pvptools 需要管理员身份运行 F10开/关 有beep提示音时为开启 PVP工具(稳定版)V0.1.1 PVP工具(稳定版)V0.2.0 PVP工具(稳定版)V0.2.1 PVP工具(稳定版)V0.2.2(无图标) MD5:b6b60999c9ce6b9136d6e2a4f7c3bafa PVP工具(稳定版) 阅读全文

posted @ 2024-04-09 02:13 Zdz2005 阅读(72) 评论(0) 推荐(0)

2022年12月21日

epub sites 电子书

摘要: Library Genesis (libgen.rs) archive 阅读全文

posted @ 2022-12-21 19:50 Zdz2005 阅读(13) 评论(0) 推荐(0)

2022年8月5日

Is This Love (’09) Eminem & 50 Cent

摘要: [Intro: Eminem] R.I.P. to R-A-P E-M-I-N-E-M's back with the D-R-E, and I'm the [Verse 1: Eminem] S-L-I-M (What?) S-H-A-D-Y (Woo) I'm H-I-G-H (Yeah), y 阅读全文

posted @ 2022-08-05 22:14 Zdz2005 阅读(38) 评论(0) 推荐(0)

2021年12月24日

[LeeCode] 50. Pow(x, n) python3

摘要: 题目描述 实现 pow(x, n) ,即计算 x 的 n 次幂函数(即,xn)。 1.python递归1 class Solution(object): def myPow(self, x, n): if n == 0 or x == 1 : return 1 if n == 1: return x 阅读全文

posted @ 2021-12-24 21:04 Zdz2005 阅读(33) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3