天梯 文件2021 cccc

python解压缩zip文件, 同时显示进度信息

直接上代码: from tqdm import tqdm import zipfile def unzip(zipFile): '''把ZIP文件解压到以文件名命名的目录中''' # 获得文件名(不含后缀),作为解压缩的目录 dir_name = os.path.dirname(zipFile) # ......
进度 同时 文件 python 信息

【wp】文件上传phar反序列化

题目 文件泄露,得到两个文件: index.php <!DOCTYPE html> <html> <head> <title>Just Upload!</title> <meta charset="UTF-8"> <style> .container { display: flex; flex-di ......
序列 文件 phar

9.15课堂测试(已在文件发表)

WarehouseInformation.java: package 仓库管理系统;public class WarehouseInformation { private String itemno; //表示商品编号(有8 位数字组成) private String itemname; //表示商 ......
课堂 文件 9.15 15

9.15课堂验证(已在文件发表)

TestDouble: 源代码: public class TestDouble { public static void main(String args[]) { System.out.println("0.05 + 0.01 = " + (0.05 + 0.01)); System.out.p ......
课堂 文件 9.15 15

2021-7-24-数模比赛

还不是被我妹妹给气的.jpg 要掌握的库 数据挖掘 request BeautifulSoup 数据处理 Pandas 决策树,梯度提升问题 参考2020c109论文 决策树构建用包 xgboost 梯度提升 sklearn 回归聚类随机森林决策树等 spss因子分析降维 https://www.y ......
2021 24

2021-9-29-pygame

layout: post title: pygame五子棋 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictur ......
pygame 2021 29

2021-8-16-Holiday5

layout: post title: xtx暑假第五周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1 ......
Holiday5 Holiday 2021 16

linux和windosw下md5,文件对比

linux 计算md5值 md5sum file 比较两个文件的差异 diff file1 file2 Windows 计算md5值 certutil -hashfile file md5 比较两个文件的差异 fc /L file1 file2 ......
windosw 文件 linux md5 md

2021-7-23-Holiday23

layout: post title: xtx暑假第二三周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin ......
Holiday 2021 23

2021-6-13-ACFly电赛

仍然是纯笔记 默认飞完一个定点飞行后会进入位置锁定模式 位置移动有多个模式 单位全部是cm厘米 BodyHeading才是机头方向 XY方向如下所示 设置速度单位是cm/s 延时也是老延时了 但是不能这么写,会导致全系统暂停 任务模式执行有个频率 为了延时2s,应该写 Mode_Inf->auto_ ......
ACFly 2021 13

2021-7-12-Holiday1

layout: post title: xtx暑假第一周日志 categories: 日志 tags: - 日志 - 2021暑期日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1 ......
Holiday1 Holiday 2021 12

2021-6-5-stm32系统板历程

这份笔记是我离开团队的第一份笔记 不是想纪念 而是想让自己明白以后要更加努力 AD部分 不要用中文名!! 常用封装 0805规格 104电容代表10*10的4次方,对应是100nf 105电容就是0.1uf stm32引脚 OSC接外部高速晶振(8M),OSC32接外部低速晶振 VDD接3.3电 V ......
历程 系统 2021 stm 32

DVWA靶场通关-File Upload(文件上传)

Brute Force(暴力(破解))、Command Injection(命令行注入)、CSRF(跨站请求伪造)、 File Inclusion(文件包含)、File Upload(文件上传)、Insecure CAPTCHA (不安全的验证码)、 SQL Injection(SQL注入)、SQL ......
靶场 文件 Upload DVWA File

DVWA靶场通关-File Inclusion(文件包含)

Brute Force(暴力(破解))、Command Injection(命令行注入)、CSRF(跨站请求伪造)、 File Inclusion(文件包含)、File Upload(文件上传)、Insecure CAPTCHA (不安全的验证码)、 SQL Injection(SQL注入)、SQL ......
靶场 Inclusion 文件 DVWA File

2021-3-26-PX4环境配置路

本日志包含以下要素 Ubuntu的使用 查错误日志,查github,查脚本,错误复现 技巧点 PX4的win10版本的编译链太复杂且和现有环境兼容极差,python2和3,arm-gcc,cywin64。如果你电脑已经装了这些配置了环境变量,那大概率要翻车(当时遇到的问题是: 编译链报错,提示需要p ......
环境 2021 PX4 26 PX

2021-5.28-飞机

纯笔记,仅用于工作学习使用,不代表均为正确 三代机的机架对应电机输出的实际控制代码 在A9中也找到对应的代码但是被注释 虽然A9有C42机架的残留代码但是并没有ctrl_Attitude_MultiRotor_C42_PWM函数 那么按道理可以直接移植三代机的ctrl_Attitude_MultiR ......
飞机 2021 5.28 28

2021-11-20-ASM总结

layout: ASM总结 title: 大二上日志 categories: 日志 tags: - 比赛总结 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Picture ......
2021 ASM 11 20

2021-11-27-RTOS学习

layout: post title: RTOS学习 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBe ......
2021 RTOS 11 27

2021-3-9-3月份日志

layout: post title: 3月份日志 categories: 日志 tags: - 开发 - 日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
月份 日志 2021

2021-1-30-AD总结时间

layout: post title: AD总结时间 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Picture ......
时间 2021 30 AD

2021-12-13-寄存器怪谈

layout: post title: 寄存器怪谈 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
寄存器 怪谈 2021 12 13

2021-2-25-Onenet摸索道路

layout: post title: Onenet摸索道路 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pic ......
道路 Onenet 2021 25

2021-1-1-半潜船项目探索

layout: post title: 半潜船项目探索 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictur ......
半潜船 项目 2021

2021-11-24-407ZET6

layout: post title: 407ZET6最小系统板制作 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/P ......
2021 ZET6 407 ZET 11

2021-3-1-can重制日志

layout: post title: Can重制日志 categories: 日志 tags: - 开发 - 笔记 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureB ......
日志 2021 can

2021-4-13-半潜船杂项笔记

layout: post title: 4月份笔记 categories: 日志 tags: - 开发 - 日志 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/PictureBed ......
半潜船 杂项 笔记 2021 13

2021-11-14-MQTT的python应用

layout: post title: MQTT的python应用 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pi ......
python 2021 MQTT 11 14

2021-2-14-myy的寒假学习笔记

layout: post title: myy的寒假学习笔记 categories: 日志 tags: - 开发 - 开发任务 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pic ......
笔记 2021 myy 14

2021-11-28-ESPWROOM2调试路

layout: post title: ESPWROOM2无线调试器调试路 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin ......
ESPWROOM2 ESPWROOM 2021 11 28

2021-11-21-ESP-IDF研究路

layout: post title: ESP-IDF研究路 categories: 日志 tags: - 日志 - 大二 BGImage: 'https://github.xutongxin.me/https://raw.githubusercontent.com/xutongxin1/Pictu ......
ESP-IDF 2021 ESP IDF 11