Skip to content

Commit 81dfcff

Browse files
committed
archive: 回城
Signed-off-by: LetMeFly666 <[email protected]>
1 parent 9f8d4f2 commit 81dfcff

20 files changed

+373
-357
lines changed

.commitmsg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
周报: 上周周报还有一点未提交的更改
2-
2025-03-21 23:09:47
1+
refactor: 周报->上周
2+
3+
index_img: 借助mitmproxy通过电子邮件隐式传输信息
34

4-
close: #832
5-
newSolution.py创建新分支后,直接先与推送到远端并绑定

.nodeploy

Whitespace-only changes.

.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* @Author: LetMeFly
3+
* @Date: 2025-03-25 16:52:02
4+
* @LastEditors: LetMeFly.xyz
5+
* @LastEditTime: 2025-03-25 16:53:14
6+
*/
7+
#ifdef _WIN32
8+
#include "_[1,2]toVector.h"
9+
#endif
10+
11+
class Solution {
12+
public:
13+
vector<vector<int>> differenceOfDistinctValues(vector<vector<int>>& grid) {
14+
vector<vector<int>> ans(grid.size(), vector<int>(grid[0].size()));
15+
for (int i = 0; i < grid.size(); i++) {
16+
for (int j = 0; j < grid[i].size(); j++) {
17+
18+
}
19+
}
20+
}
21+
};

Solutions/Other-English-LearningNotes-SomeWords.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,9 @@ categories: [自用]
10641064
|||
10651065
|rascal|n. 无赖,坏蛋,淘气鬼,不诚实的人|
10661066
|lioness|n. 母狮|
1067+
|||
1068+
|malady|n. 疾病,严重问题,痼疾|
1069+
|outturn|n. 产量,(计算机)输出信息|
10671070

10681071
<p class="wordCounts">单词收录总数</p>
10691072

Solutions/Other-Network-HowToSendHiddenMsgThroughEmailWithMitmproxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 借助mitmproxy通过电子邮件隐式传输信息
33
date: 2025-03-23 20:29:17
44
tags: [其他, 抓包]
55
categories: [技术思考]
6+
index_img: https://cors.letmefly.xyz/https://i-blog.csdnimg.cn/direct/c9bc55cbd8ca40eda5e544b11d32b262.jpeg
67
---
78

89
# 借助mitmproxy通过电子邮件隐式传输信息

0 commit comments

Comments
 (0)