背景
今天有一台服务器到期了,准备把后端迁移到另一台服务器上,结果前端在测试的时候,出现了 304 的跨域问题。
调试过程中出现的问题,包括但不限于:
set the request’s mode to ‘no-cors’Redirect is not allow…
题目 代码
#include <bits/stdc.h>
using namespace std;
const int t 2020, off 2020;
#define x first
#define y second
typedef pair<int, int> PII;
int dx[] {0, 0, 1, -1}, dy[] {-1, 1, 0, 0};
int dist[6080][6080]; // 0映射到2020,2020…