结构调整

This commit is contained in:
2026-07-14 16:36:24 +08:00
parent 585e9d8e15
commit 57f354cf9f
254 changed files with 84114 additions and 44 deletions
+37
View File
@@ -0,0 +1,37 @@
# 前言
- 数据库连接
```yaml
url: jdbc:mysql://localhost:3306/ruoyi-vue-pro
username: root
password: 123456
```
- 表名称:cc_jav_info
# 正文
## 保存或者更新
- `/mnt/e/01_automated/日本电影`目录 所有`.nfo`文件
- 找到以下标题
- fthtd-156 sinn-040 nhdtc-095 npjs-106 fns-143 fns-121 fns-120 huntc-407 huntc-417 ymdd-465 dvmm-322
- 根据`.nfo`文件信息转换为insertupdate语句
- 根据`jav_id`字段保存或者更新
## 更新收藏标识
- `is_favorite` 是否收藏:0-否,1-是
- `/mnt/e/01_automated/日本电影`目录 所有`.nfo`文件
- 根据`jav_id`字段更新is_favorite=1
## 连接数据找到这个表
- 记住连接数据库操作
-