diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3dc5e20..4bc856c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -8,9 +8,9 @@
-
-
+
+
@@ -65,7 +65,7 @@
-
+
1742956649478
@@ -277,7 +277,14 @@
1745560531444
-
+
+ 1745851314919
+
+
+
+ 1745851314919
+
+
diff --git a/笔记文件/2.笔记/firebase试验.md b/笔记文件/2.笔记/firebase试验.md
index 2ddb396..f6ad8e1 100644
--- a/笔记文件/2.笔记/firebase试验.md
+++ b/笔记文件/2.笔记/firebase试验.md
@@ -14,4 +14,41 @@
![[Pasted image 20240920104118.png]]
-![[Pasted image 20240920104150.png]]
\ No newline at end of file
+![[Pasted image 20240920104150.png]]
+
+firebase参考链接:
+
+``` shell
+Cinda Lim (xWF)
+11:08
+自动收集的事件
+https://support.google.com/analytics/answer/9234069?sjid=18112912643523306994-AP#app_store_subscription_renew
+衡量应用内购买
+https://firebase.google.com/docs/analytics/measure-in-app-purchases?hl=zh-cn
+将 Firebase 添加到您的 Android 项目
+https://firebase.google.com/docs/android/setup?hl=zh-cn
+将 Firebase 添加到您的 Apple 项目中
+https://firebase.google.com/docs/ios/setup?hl=zh-cn
+Cinda Lim (xWF)
+11:11
+https://firebase.google.com/docs/analytics/debugview?hl=zh-cn
+调试事件
+https://analytics.google.com/
+Cinda Lim (xWF)
+11:13
+https://firebase.google.com/support/troubleshooter/contact
+https://support.google.com/google-ads/answer/2375435?hl=zh-Hans&sjid=4593157600093675740-AP
+Cinda Lim (xWF)
+11:14
+将 Google Analytics 转化数据导入 Google Ads
+https://support.google.com/google-ads/answer/2375435?hl=zh-Hans&sjid=4593157600093675740-AP
+Cinda Lim (xWF)
+11:20
+启用 AdSupport 框架
+https://firebase.google.com/support/guides/analytics-adsupport?hl=zh-cn
+ATT https://developer.apple.com/documentation/apptrackingtransparency
+Cinda Lim (xWF)
+11:21
+firebase_analytics_collection_enabled 为 TRUE
+https://firebase.google.com/docs/analytics/configure-data-collection?platform=android&hl=zh-cn#temporarily_disable_collection
+```
\ No newline at end of file
diff --git a/笔记文件/2.笔记/navicat数据库工具破解.md b/笔记文件/2.笔记/navicat数据库工具破解.md
new file mode 100644
index 0000000..17e3986
--- /dev/null
+++ b/笔记文件/2.笔记/navicat数据库工具破解.md
@@ -0,0 +1,50 @@
+#杂七杂八常识
+
+无限试用方案,参考链接:
+https://www.52pojie.cn/thread-1631867-1-1.html
+
+百度云上,有对应安装包:
+
+![[Pasted image 20250429175054.png]]
+
+通过win+R 输入regedit打开注册表;
+在此之前,需要首次打开一次,下载安装好的Navicat软件,然后才会有,这个文件夹
+
+![[Pasted image 20250429175214.png]]
+
+其中,这里是更新时间戳相关
+
+![[Pasted image 20250429175657.png]]
+
+真正需要清理的,是这俩,写一个bat脚本,点击清理即可(需要注意的是,清理的时候,要先把navicat关闭,否则可能出问题)
+
+![[Pasted image 20250429175727.png]]
+
+清理的脚本逻辑,直接新建`txt`写入,然后保存为`bat`批处理,需要的时候,执行一下就好
+
+## 重置Navicat.bat
+
+``` shell
+@echo off
+set dn=Info
+set rp=HKEY_CURRENT_USER\Software\Classes\CLSID
+:: reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration14XCS /f %针对navicat15%
+reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration16XCS /f
+reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Update /f
+echo 查找中.....
+for /f "tokens=*" %%a in ('reg query "%rp%"') do (
+ echo %%a
+for /f "tokens=*" %%l in ('reg query "%%a" /f "%dn%" /s /e ^|findstr /i "%dn%"') do (
+ echo 正在删除:%%a
+ reg delete %%a /f
+)
+)
+echo 完成重置!
+
+pause
+exit
+```
+
+每次打开,也是直接试用即可
+
+![[Pasted image 20250429180404.png]]
\ No newline at end of file
diff --git a/笔记文件/2.笔记/nginx端口转发.md b/笔记文件/2.笔记/nginx端口转发.md
new file mode 100644
index 0000000..17161de
--- /dev/null
+++ b/笔记文件/2.笔记/nginx端口转发.md
@@ -0,0 +1,2 @@
+#杂七杂八常识
+
diff --git a/笔记文件/2.笔记/瀑布 新项目 slot业务逻辑 临时记录.md b/笔记文件/2.笔记/slot业务逻辑 临时记录.md
similarity index 94%
rename from 笔记文件/2.笔记/瀑布 新项目 slot业务逻辑 临时记录.md
rename to 笔记文件/2.笔记/slot业务逻辑 临时记录.md
index 37f7fba..a2a5ea0 100644
--- a/笔记文件/2.笔记/瀑布 新项目 slot业务逻辑 临时记录.md
+++ b/笔记文件/2.笔记/slot业务逻辑 临时记录.md
@@ -1,5 +1,9 @@
#灵感
+待修复链接:
+
+https://inspire.sg.larksuite.com/base/XDR2bO9UCalzNPsSGAhl7Acjglf?table=tblNSDJrGa8mz8km&view=vewqPiSXAQ
+
![[Pasted image 20250115163753.png]]
![[Pasted image 20250115163705.png]]
diff --git a/笔记文件/2.笔记/三国杀规则.md b/笔记文件/2.笔记/三国杀规则.md
new file mode 100644
index 0000000..c0043a0
--- /dev/null
+++ b/笔记文件/2.笔记/三国杀规则.md
@@ -0,0 +1,35 @@
+#杂七杂八常识
+
+主公:3张主公牌 + 两张任意 武将牌
+
+其他普通角色,选将
+
+![[Pasted image 20250429181057.png]]
+
+开局,每人4张牌,每次摸牌2张
+
+![[Pasted image 20250429182022.png]]
+
+游戏顺序:逆时针
+
+判定顺序:后进先判
+
+主公杀死忠臣:丢弃所有牌,不包括判定牌
+
+![[Pasted image 20250429180856.png]]
+
+![[Pasted image 20250429180908.png]]
+
+任意人杀死反贼,都可以摸3张牌
+
+三国杀牌数:
+
+![[Pasted image 20250429181915.png]]
+
+![[Pasted image 20250429181933.png]]
+
+![[Pasted image 20250429181946.png]]
+
+2v2简单规则介绍:
+
+![[Pasted image 20250429182803.png]]
\ No newline at end of file
diff --git a/笔记文件/2.笔记/五一放假相关.md b/笔记文件/2.笔记/五一放假相关.md
new file mode 100644
index 0000000..5dbbaff
--- /dev/null
+++ b/笔记文件/2.笔记/五一放假相关.md
@@ -0,0 +1,3 @@
+#灵感
+
+![[img_v3_02lq_62f113b0-b89c-4a00-8c5c-e7a9aa308ahu.jpg]]
\ No newline at end of file
diff --git a/笔记文件/2.笔记/端口检测工具.md b/笔记文件/2.笔记/端口检测工具.md
new file mode 100644
index 0000000..3fc622d
--- /dev/null
+++ b/笔记文件/2.笔记/端口检测工具.md
@@ -0,0 +1,9 @@
+#杂七杂八常识
+
+参考的使用链接:
+
+https://www.dynu.com/zh-cn/NetworkTools/PortCheck
+
+有时候,在wifi或者内网,是可以正常,监听到端口开放的,但是在外网是无法通过端口,通信上报数据相关,这时,就可以使用端口检测工具,去判断和排查问题了
+
+![[Pasted image 20250429113634.png]]
\ No newline at end of file
diff --git a/笔记文件/日记/2025_04_28_星期一.md b/笔记文件/日记/2025_04_28_星期一.md
index 2506f68..4189036 100644
--- a/笔记文件/日记/2025_04_28_星期一.md
+++ b/笔记文件/日记/2025_04_28_星期一.md
@@ -25,7 +25,6 @@
- [x] 记得美团 买猫砂
- [x] 整理一份 美术资源替换压缩包
- [x] 明天记得magic 下载百度carlife
-- [ ] 明天记得弄车载手机支架
---
# Journal
diff --git a/笔记文件/日记/2025_04_29_星期二.md b/笔记文件/日记/2025_04_29_星期二.md
index ffedc00..316ebbc 100644
--- a/笔记文件/日记/2025_04_29_星期二.md
+++ b/笔记文件/日记/2025_04_29_星期二.md
@@ -21,8 +21,17 @@
# 今日任务
-- [ ] 记得预约 广州市 文化馆
-- [ ] 记得想一下 三国杀 规则介绍
+- [x] 记得预约 广州市 文化馆
+- [x] 记得想一下 三国杀 规则介绍
+- [ ] 车载支架 看看申请退货
+- [x] 完善一下 navicat破解笔记
+- [ ] 完善一下 nginx 端口转发笔记
+- [ ] 测试一下Resend机制和逻辑,上限是否可以提高
+- [ ] 今晚也记得叫一下两人
---
-
+[[端口检测工具]]
+[[五一放假相关]]
+[[navicat数据库工具破解]]
+[[三国杀规则]]
+[[nginx端口转发]]
# Journal
diff --git a/笔记文件/附件/Pasted image 20250429113634.png b/笔记文件/附件/Pasted image 20250429113634.png
new file mode 100644
index 0000000..258083f
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429113634.png differ
diff --git a/笔记文件/附件/Pasted image 20250429175054.png b/笔记文件/附件/Pasted image 20250429175054.png
new file mode 100644
index 0000000..1e3acf5
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429175054.png differ
diff --git a/笔记文件/附件/Pasted image 20250429175214.png b/笔记文件/附件/Pasted image 20250429175214.png
new file mode 100644
index 0000000..76208da
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429175214.png differ
diff --git a/笔记文件/附件/Pasted image 20250429175657.png b/笔记文件/附件/Pasted image 20250429175657.png
new file mode 100644
index 0000000..95fe57e
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429175657.png differ
diff --git a/笔记文件/附件/Pasted image 20250429175727.png b/笔记文件/附件/Pasted image 20250429175727.png
new file mode 100644
index 0000000..103c090
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429175727.png differ
diff --git a/笔记文件/附件/Pasted image 20250429180404.png b/笔记文件/附件/Pasted image 20250429180404.png
new file mode 100644
index 0000000..759243f
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429180404.png differ
diff --git a/笔记文件/附件/Pasted image 20250429180856.png b/笔记文件/附件/Pasted image 20250429180856.png
new file mode 100644
index 0000000..9d25afe
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429180856.png differ
diff --git a/笔记文件/附件/Pasted image 20250429180908.png b/笔记文件/附件/Pasted image 20250429180908.png
new file mode 100644
index 0000000..46ba3f2
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429180908.png differ
diff --git a/笔记文件/附件/Pasted image 20250429181057.png b/笔记文件/附件/Pasted image 20250429181057.png
new file mode 100644
index 0000000..fe49097
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429181057.png differ
diff --git a/笔记文件/附件/Pasted image 20250429181915.png b/笔记文件/附件/Pasted image 20250429181915.png
new file mode 100644
index 0000000..2f36432
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429181915.png differ
diff --git a/笔记文件/附件/Pasted image 20250429181933.png b/笔记文件/附件/Pasted image 20250429181933.png
new file mode 100644
index 0000000..d36e87b
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429181933.png differ
diff --git a/笔记文件/附件/Pasted image 20250429181946.png b/笔记文件/附件/Pasted image 20250429181946.png
new file mode 100644
index 0000000..8b27a50
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429181946.png differ
diff --git a/笔记文件/附件/Pasted image 20250429182022.png b/笔记文件/附件/Pasted image 20250429182022.png
new file mode 100644
index 0000000..099b7cd
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429182022.png differ
diff --git a/笔记文件/附件/Pasted image 20250429182803.png b/笔记文件/附件/Pasted image 20250429182803.png
new file mode 100644
index 0000000..f4d5f32
Binary files /dev/null and b/笔记文件/附件/Pasted image 20250429182803.png differ
diff --git a/笔记文件/附件/img_v3_02lq_62f113b0-b89c-4a00-8c5c-e7a9aa308ahu.jpg b/笔记文件/附件/img_v3_02lq_62f113b0-b89c-4a00-8c5c-e7a9aa308ahu.jpg
new file mode 100644
index 0000000..c8dbc1b
Binary files /dev/null and b/笔记文件/附件/img_v3_02lq_62f113b0-b89c-4a00-8c5c-e7a9aa308ahu.jpg differ