NOT

2020-4-6-Genymotion

layout: post title: Genymotion安装与使用 categories: 软件教程 tags: - 软件 - 教程 Genymotion安装与使用 0:为何使用Genymotion Genymotion优势众多,包括默认X86的架构使其可以在电脑上最快速的运行,openGL的加 ......
Genymotion 2020

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

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

开学测试改善

public class WarehouseInformation { private String itemno;//商品编号 private String itemname;//商品名称 private String suppliername;//供货商名称 private String war ......

CSP-S 2023 游记

Day 0 做了一套模拟题,70 分上下,感觉还不错。 再说去年我都过了,今年没道理不过吧? Day 1 上午 好好休息,上午自己复习,但是我一直在写题。 根本不慌,保持好的心态! Day 1 下午 考两个小时,时间充足!平常模拟只考一个小时。 考试节奏放的很慢,认真地写每一个题就行。 这个二分题死 ......
游记 CSP-S 2023 CSP

Worst-Case Optimal Joins

Worst-Case Optimal Joins 当且仅当连接算法的计算复杂度不高于AGM bound,该算法才是Worst-Case Optimal的。 而计算AGM bound,需要计算fractional edge cover,也就是最小边覆盖。它要求给每条边赋权,所有权重之和最小,并且每个顶 ......
Worst-Case Optimal Worst Joins Case

手写Promise

1 // ES6 ES2015 2 // https://promisesaplus.com 3 4 const PROMISE_STATUS_PENDING = 'pending' 5 const PROMISE_STATUS_FULFILLED = 'fulfilled' 6 const PRO ......
Promise

100040. 让所有学生保持开心的分组方法数-363

100040. 让所有学生保持开心的分组方法数 给你一个下标从 0 开始、长度为 n 的整数数组 nums ,其中 n 是班级中学生的总数。班主任希望能够在让所有学生保持开心的情况下选出一组学生: 如果能够满足下述两个条件之一,则认为第 i 位学生将会保持开心: 这位学生被选中,并且被选中的学生人数 ......
方法 100040 学生 363

类与类、类与接口、接口与接口之间的关系

类与类之间是继承关系,只能单继承,不能多继承,但可以多层继承; 类与接口之间是实现关系,可以单实现和多实现; 接口与接口之间可以单继承和多继承,如果实现类实现的是最下面的子接口,就要重写体系当中所有的抽象方法。 ......
接口 之间

2020-1-27-coding登录

layout: post title: coding登录 categories: coding-post background_music: '<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100 ......
coding 2020 27

2020-10-13-在Clion开始全新的CC++编程之旅

在Clion开始全新的C/C++编程之旅 0.为何要用Clion? Vscode很香,插件化的功能定制也很香 但是和强大的喷射大脑(Jetsbin)相比还是差一点 Clion有你想要的几乎全部功能 从最基本的文档,补全,项目库管理 到进阶的git,数据库,远程调试 还有丰富的插件可以使用(如果硬要说 ......
之旅 全新 Clion 2020 10

CodeForces 1863G Swaps

洛谷传送门 CF 传送门 看到 \(a_{a_i}\) 和 \(a_i \in [1, n]\),果断连边 \(i \to a_i\),得到内向基环森林。 那么每次相当于把 \(a_i\) 变成自环,连边 \(i \to a_{a_i}\)。 但是每次操作都改变图的形态很不好办,考虑打标记。 每次 ......
CodeForces 1863G Swaps 1863

24届 CPP 菜鸡选手秋招 0 offer 记录

简历信息: 绩点:年级前10%,专业课一半满绩点 竞赛:ICPC/CCPC银,蓝桥杯C++ A组国一(都是大一打的) 实习: 阿里妈妈:内容不太多,但有一定工作量(cache 相关,偏底层,面试官一般不感兴趣,会问但往往不会深入问,导致看起来毫无难度) 华为:比较水,主要是研究各种哈希表和实现无锁哈 ......
选手 offer CPP

5、Windows端口服务

Windows端口服务 端口 1、”端口“是英文port的意译,可以认为是设备与外界通讯交流的出口。 2、端口可分为虚拟端口和物理端口。 其中虚拟端口指计算机内部或交换机路由器内的端口,不可见。物理端口又称为接口,是可见端口。 3、如果把IP地址比作一间房子,端口就是出入这间房子的门。真正的房子只有 ......
端口 Windows

Haproxy负载均衡器

1.什么是Haproxy负载均衡器 HAProxy是一款开源的、高性能的、基于TCP(第四层)和HTTP(第七层)应用的负载均衡软件,借助HAProxy可以快速、可靠地提供基于TCP和HTTP应用的负载均衡解决方案。 1.1HAProxy简介 HAProxy作为一款专业的负载均衡软件,它的显著优点如 ......
Haproxy

2020-8-18-python分应用调整音量

layout: post title: python分应用调整音量 categories: python tag: python python分应用调整音量 注:本文为此文铺垫 我在网上找了一圈又一圈,从中文到英文,都没有找到我想要的用python调整windows音量合成器的方式 我知道可以用调d ......
音量 python 2020 18

2020-2-3-coding迭代查询

layout: post title: coding迭代查询 categories: coding-post tag: coding api coding迭代查询 接口URL https://<team-name>.coding.net/api/project/<project-id>/iterat ......
coding 2020

2020-2-3-coding新建迭代

layout: post title: coding新建迭代 categories: coding-post tag: coding api coding新建迭代 接口URL https://<team-name>.coding.net/api/project/<project-id>/iterat ......
coding 2020

2020-8-19-想在一台电脑好好学知识又想···打游戏

layout: post title: 想在一台电脑好好学知识又想···打游戏. categories: python tag: python 开始 请注意,这个程序不追求性能,只是追求完成目标 这个问题的初衷已经很详细的描述在标题上了 所以怎么办呢? 我手上有两个屏幕,一边拿来玩游戏,一边拿来看网 ......
183 知识 电脑 2020 19

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

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

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-2-14-myy的寒假学习笔记

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

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-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-3-1-can重制日志

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