Skip to content

Commit

Permalink
Update at 2024-10-11_06-00
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoniplan committed Oct 10, 2024
1 parent e80e2d7 commit cf9b73e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions journals/2024-09-08.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
('6934567890124','water2','2'),
('6934567890125','water3','3');
```
- `npx wrangler d1 execute products --local --file=./products.sql` # Test locally first
- `npx wrangler d1 execute products --local --file=./products.sql` # Initialize database to test locally first
- `npx wrangler d1 execute products --local --command="SELECT * FROM products"` # Validate your data
- `vi ~/.config/store/products/src/index.ts` # Configure your Worker
```
Expand Down Expand Up @@ -182,7 +182,7 @@
--data '{
"barcode": "6934567890123",
"name": "water",
"price": 1
"price": "1"
}'
```
- Read (Get product by barcode)
Expand All @@ -197,7 +197,7 @@
--data '{
"barcode": "6934567890123"
"name": "water2"
"price": 2
"price": "2"
}'
```
- Delete (Delete product by barcode)
Expand Down
4 changes: 2 additions & 2 deletions pages/animationAndComic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### "Animation"
- 战神联盟 16
- 战神联盟 16 animation
- 神墓 - 24
- 天影 - 04
- 无尽神域 - 15
Expand Down Expand Up @@ -27,7 +27,7 @@
- top10ModelsOfDeepThinking # 08
- Shrouding the Heavens / 遮天 - 77
- 武神主宰 - 192/480
- Against the Sky Supreme / 逆天至尊 - 344 animation
- Against the Sky Supreme / 逆天至尊 - 347

### Comic
- 初次深交,请多指教 - 56
Expand Down

0 comments on commit cf9b73e

Please sign in to comment.