leetcode day9 day

Day-4 Request里都有什么

request.method请求 request.get请求 request.POST请求 没写完待定 ......
Request Day

LeetCode 1011. Capacity To Ship Packages Within D Days 二分答案

A conveyor belt has packages that must be shipped from one port to another within `days` days. The ith package on the conveyor belt has a weight of $w ......
LeetCode Capacity Packages 答案 Within

Day12(2023.07.19)

行程 9:00 到达上海电气集团数字科技有限公司(闵行区合川路2555号2号楼) 9:30 听老师与公司负责人交谈 11:30--13:00 吃饭休息 13:30 听老师与公司负责人交谈 15:00 实践windows安全检测 16:30 下班 ......
2023 Day 12 07 19

【安全学习之路】Day35

![](https://img2023.cnblogs.com/blog/3073714/202307/3073714-20230719161253166-355453915.png) ![](https://img2023.cnblogs.com/blog/3073714/202307/30737 ......
Day 35

Java学习day05~06: 面向对象

我在B站上大学:smiley: 学习至:[狂神说Java](https://www.bilibili.com/video/BV12J41137hu?p=60&vd_source=b00f993d4e1e6c19f29883353f1b949e) # 1. 什么是面向对象 ## 1.1 面向过程与面向 ......
对象 Java day 05 06

html 学习 day3 css 的层叠 父子size 的继承

今天遇到一个问题, css 的父子继承关系在一种case 下不生效。 :子节点 无法 继承 父节点的 width 和 height 的设定 下面代码的原始版本 img 无法继承 div 的 宽和高的设定。 当 img 的 css 设定为: img { height: 100%; width: 100 ......
父子 html day3 size day

leetcode练习

## 分类 题单:[code](#code) 难度:[简单](#Simple) [中等](#middle) [困难](#hard) 类型:[数组](#数组) [链表](#链表) [字符串](#字符串) [二叉树](#二叉树) [排序](#排序) 解法:[递归和迭代](#递归和迭代) [滑动窗口 ]( ......
leetcode

leetcode 546. 移除盒子

1. 题目 读题 链接:https://www.nowcoder.com/questionTerminal/a5390d76441647fbb182f34bee6a1ca7来源:牛客网一维消消乐 小v在vivo手机的应用商店中下载了一款名为“一维消消乐”的游戏,介绍如下: 1、给出一些不同颜色的豆子 ......
盒子 leetcode 546

Day-4 CBV源码分析

知识点: 装饰器: 闭包: 返回源码as_view方法 return 就是handler加() = handler() = Userinfo.get() 现在Userinfo.get()返回什么浏览器就能接收什么 ......
源码 Day CBV

[LeetCode] 2461. Maximum Sum of Distinct Subarrays With Length K

You are given an integer array nums and an integer k. Find the maximum subarray sum of all the subarrays of nums that meet the following conditions: T ......
Subarrays LeetCode Distinct Maximum Length

week4 day3

昨天又忘记发了 .................最近因为一些个人原因 作息不太规律 昨天看了一个小时的黑马课程 感觉 Java跟c++ 其实差不多 随机数 Random r=new random(100) 产生0-99的随机数 今天一定不会忘记发博客的!!! ......
week4 week day3 day

[LeetCode] 2222. Number of Ways to Select Buildings

You are given a 0-indexed binary string s which represents the types of buildings along a street where: s[i] = '0' denotes that the ith building is an ......
Buildings LeetCode Number Select 2222

day05

# 函数的定义 假设现在你是下水道工,如果你事先准备好你的工具箱,等你接到修理下水道的工作的时候,你直接把你的工具箱拿过去直接使用就行了,而不需要临时准备锤子啥的。 在程序中,函数就是具备某一功能的工具,事先将工具准备好就是函数的定义,遇到应用场景拿来就用就是函数的调用 ## 函数体系 语法 * 定 ......
day 05

Leetcode日记

| 日期 | 题号 | 题目 | 解法 | 难度 | | | | | | | | 2023-07-11 | 2741 | [给定一个互不相同的正整数数组,找出**特别排列**(相邻元素互模任一为0)的总数目。取余](https://leetcode.cn/problems/special-permu ......
Leetcode 日记

[LeetCode] 874. Walking Robot Simulation

A robot on an infinite XY-plane starts at point (0, 0) facing north. The robot can receive a sequence of these three possible types of commands: -2: T ......
Simulation LeetCode Walking Robot 874

[LeetCode] 2597. The Number of Beautiful Subsets

You are given an array nums of positive integers and a positive integer k. A subset of nums is beautiful if it does not contain two integers with an a ......
Beautiful LeetCode Subsets Number 2597

2023ACM暑期集训 DAY 4

## [目前进度——动态规划1:线性dp、背包问题,区间](https://ac.nowcoder.com/acm/contest/24213 "目前进度——动态规划1:线性dp、背包问题,区间") ## 好题 ### [1026 合并回文子串](https://ac.nowcoder.com/ac ......
2023 ACM DAY

vue--day29--vue非单文件组件

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>非单文件组 ......
组件 vue 文件 day 29

day07 hash表2

[454.四数相加Ⅱ](https://leetcode.cn/problems/4sum-ii/) ![](https://img2023.cnblogs.com/blog/1076992/202307/1076992-20230718235602671-595269825.png) ![](ht ......
hash day 07

【2023.07.18】“钉耙编程”中国大学生算法设计超级联赛Day1过题小记

## 1009 - Assertion(模拟、数学) 9分钟过题。打卡题,鸽巢原理,不懂也能做。 ## 1005 - Cyclically Isomorphic(字符串) 26分钟过题。打卡题,比较典,用KMP过的。也有字符串哈希、后缀数组等过法。 ## 1002 - City Upgrading( ......
钉耙 小记 算法 联赛 大学生

day13--23.7.18变量,变量作用域,常量和变量的命名规范

# 变量 - 变量是什么:就是可以变化的量 - Java是一种强类型语言,每个变量都必须声明其类型 - Java变量是程序中最基本的存储单元,其要素包括变量名,变量类型和**作用域** > type varName [=value] [{,varNam[=value]}]; > > //数据类型 变 ......
变量 常量 作用 day 13

2023 杭电多校 Day1

### 1009 签到, 队友哥切的, 没看 ### 1002 $f(x, 0/1/2)$ 表示当前点没有覆盖/覆盖/放置观察点 子树内最小代价, 简单转移即可。 ```cpp f[x][1] = 1e18; f[x][2] = a[x]; f[x][0] = 0; for (int y : e[x ......
2023 Day1 Day

【安全学习之路】Day34

![](https://img2023.cnblogs.com/blog/3073714/202307/3073714-20230718225641941-583295027.png) ![](https://img2023.cnblogs.com/blog/3073714/202307/30737 ......
Day 34

LeetCode 852. Peak Index in a Mountain Array 二分

An array arr a mountain if the following properties hold: * `arr.length` >= 3 * There exists some i with `0 arr[i + 1] > ... > arr[arr.length - 1] ``` ......
LeetCode Mountain Index Array Peak

vue-day28--对组件的理解

学了vue之后,我们需要了解组件是什么组件的定义:实现应用中局部功能代码(css/js/html)和资源(map,map,zip)的集合 1.1 模块与组件、模块化与组件化 1.1.1 模块 理解:向外提供特定功能的 js 程序,一般就是一个 js 文件 为什么:js 文件很多很复杂 作用:复用 j ......
组件 vue-day vue day 28

day9

#***一、Nyan_Cat*** #1.Audacity打开,发现一个单声轨和一个立体声轨,立体声轨的其中的第一部分明显不同,先分离 ![image](https://img2023.cnblogs.com/blog/2629165/202307/2629165-20230717160849784 ......
day9 day

P6227 [BalticOI 2019 Day1] 山谷

### P6227 [BalticOI 2019 Day1] 山谷 ### Description 给一棵树,一个根,一些特殊补给点,一些询问。求解如下问题:断掉一条边 $u\to v$,这样以后你能否从给定的 $R_i$ 走到根,若能输出 `escaped`。不能到达根且不能到达任何一个特殊补给点 ......
山谷 BalticOI P6227 6227 2019

「JOISC 2019 Day4」蛋糕拼接 3 题解

先考虑这个式子: $\sum_{j=1}^{M} |C_{k_{j}} - C_{k_{j+1}}|$ 一定是在 $C$ 有序时取到,具体证明很简单各位读者自己证明。 那么现在式子变成: $\sum{V} + 2 \times({C_{\max} - C_{\min}})$ 这个时候一个常见的技巧是 ......
题解 蛋糕 JOISC 2019 Day4

UNR #7 Day2 T1 火星式选拔题解

[放一个比赛链接](https://uoj.ac/contest/85) 先考虑打完暴力后 $k = 1$ 的特殊性质。 当队列容量为 $1$ 时,队中的人 $i$ 会被第一个满足 $i \leq j$ 且 $b_i \leq a_j$ 的人淘汰,并且队列中的人会变成 $j$,考虑倍增加速这个过程, ......
题解 Day2 UNR Day T1

Python基础day47

HTML标签:img标签、a标签,列表、表格、标签的两个重要属性、form表单、验证form表单提交数据到后端、CSS基本选择器、组合选择器、属性选择器、分组和嵌套 ......
基础 Python day 47