feat: 迭代

This commit is contained in:
2026-05-19 16:23:01 +08:00
parent 848df4c873
commit 606895fdd5
47 changed files with 1758 additions and 377 deletions
+5 -1
View File
@@ -52,7 +52,11 @@
"Bash(xargs grep -l \"room\" -i)",
"Bash(mysql -h localhost -u root -p123456 -D rent -e \"DESCRIBE user_coupons;\")",
"Bash(docker exec *)",
"Bash(mysql -h localhost -P 3306 -u root -pquan131735 rent_platform -e \"DESC guests;\")"
"Bash(mysql -h localhost -P 3306 -u root -pquan131735 rent_platform -e \"DESC guests;\")",
"Bash(xargs grep -l \"Route.*orders\")",
"Bash(xargs grep -l \"Route.*orders/:id\")",
"Bash(netstat -ano)",
"Bash(findstr :3000)"
]
}
}