This commit is contained in:
qiuqiu 2025-04-29 18:28:42 +08:00
parent 1e2ebd70c2
commit e7dec16d97
25 changed files with 164 additions and 9 deletions

15
.idea/workspace.xml generated
View File

@ -8,9 +8,9 @@
<component name="ChangeListManager">
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/日志系统 临时记录.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/日志系统 临时记录.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_26_星期六.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_26_星期六.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/firebase试验.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/firebase试验.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_28_星期一.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_28_星期一.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_04_29_星期二.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_04_29_星期二.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -65,7 +65,7 @@
<workItem from="1744466976087" duration="9452000" />
<workItem from="1744784808838" duration="8771000" />
<workItem from="1745457066672" duration="1271000" />
<workItem from="1745803468638" duration="1879000" />
<workItem from="1745803468638" duration="3102000" />
</task>
<task id="LOCAL-00001" summary="测试提交">
<created>1742956649478</created>
@ -277,7 +277,14 @@
<option name="project" value="LOCAL" />
<updated>1745560531444</updated>
</task>
<option name="localTasksCounter" value="31" />
<task id="LOCAL-00031" summary="提交">
<created>1745851314919</created>
<option name="number" value="00031" />
<option name="presentableId" value="LOCAL-00031" />
<option name="project" value="LOCAL" />
<updated>1745851314919</updated>
</task>
<option name="localTasksCounter" value="32" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">

View File

@ -14,4 +14,41 @@
![[Pasted image 20240920104118.png]]
![[Pasted image 20240920104150.png]]
![[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
```

View File

@ -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脚本点击清理即可<span style="background:#fff88f">需要注意的是清理的时候要先把navicat关闭否则可能出问题</span>
![[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]]

View File

@ -0,0 +1,2 @@
#杂七杂八常识

View File

@ -1,5 +1,9 @@
#灵感
待修复链接:
https://inspire.sg.larksuite.com/base/XDR2bO9UCalzNPsSGAhl7Acjglf?table=tblNSDJrGa8mz8km&view=vewqPiSXAQ
![[Pasted image 20250115163753.png]]
![[Pasted image 20250115163705.png]]

View File

@ -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]]

View File

@ -0,0 +1,3 @@
#灵感
![[img_v3_02lq_62f113b0-b89c-4a00-8c5c-e7a9aa308ahu.jpg]]

View File

@ -0,0 +1,9 @@
#杂七杂八常识
参考的使用链接:
https://www.dynu.com/zh-cn/NetworkTools/PortCheck
有时候在wifi或者内网是可以正常监听到端口开放的但是在外网是无法通过端口通信上报数据相关这时就可以使用端口检测工具去判断和排查问题了
![[Pasted image 20250429113634.png]]

View File

@ -25,7 +25,6 @@
- [x] 记得美团 买猫砂
- [x] 整理一份 美术资源替换压缩包
- [x] 明天记得magic 下载百度carlife
- [ ] 明天记得弄车载手机支架
---
# Journal

View File

@ -21,8 +21,17 @@
# 今日任务
- [ ] 记得预约 广州市 文化馆
- [ ] 记得想一下 三国杀 规则介绍
- [x] 记得预约 广州市 文化馆
- [x] 记得想一下 三国杀 规则介绍
- [ ] 车载支架 看看申请退货
- [x] 完善一下 navicat破解笔记
- [ ] 完善一下 nginx 端口转发笔记
- [ ] 测试一下Resend机制和逻辑上限是否可以提高
- [ ] 今晚也记得叫一下两人
---
[[端口检测工具]]
[[五一放假相关]]
[[navicat数据库工具破解]]
[[三国杀规则]]
[[nginx端口转发]]
# Journal

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB