CURL 发送POST请求 curl -H "Content-Type: application/json" -X POST -d '{"user_id": "123", "coin":100, "success":1, "msg":"OK!" }' "http://192.168.0.1:8001 Read More
posted @ 2023-12-26 17:04 走走停停走走 Views(293) Comments(0) Diggs(0) Edit
前言:当数据库表发生变更的时候。 要做的事情: 一、更改数据库表 # 删除表,更改数据库表(表结构改变) drop table if exists src20_v3; drop table if exists src20_valid_v4; drop table if exists src20_ti Read More
posted @ 2023-12-26 14:56 走走停停走走 Views(6) Comments(0) Diggs(0) Edit