Gzz
突然感觉能活在这个时代好爽
嘿嘿嘿不出意外的话还能活好多年
关于前端请求后端 出现403 xhr 预检信息 的解决方案
问题原因:跨域问题 解决方案:跨域添加: novel: # 跨域配置 cors: # 允许跨域的域名 allo ... 阅读更多
138. 随机链表的复制
138. 随机链表的复制 两次遍历,哈希映射 """ # Definition for a Node. cla ... 阅读更多
风越大
云越好看
105. 有向图的完全联通
n,k=map(int,input().split()) graph=[[]for _ in range(n+ ... 阅读更多
110. 字符串接龙
from collections import deque n=int(input()) begin,end= ... 阅读更多