omgwtfholyshit
omgwtfholyshit
210「 课程表 II」的BFS解法则使用入度作为算法入口 ``` Queue q = new LinkedList(); for (int i = 0; i < numCourses; i++) { if (indgree[i] == 0) { // 节点 i 没有入度,即没有依赖的节点 // 可以作为拓扑排序的起点,加入队列...
> [@cashsun](https://github.com/cashsun) [@junjiem](https://github.com/junjiem) 1、同样出现了第一个问题,配置为: > > { "myserver": { "transport": "streamable_http", "url": "http://172.25.126.101:9277/mcp", "headers": { "Accept": "application/json, text/event-stream" } } } > > 保存时提示: > > PluginInvokeError: {"args":{},"error_type":"JSONDecodeError","message":"Expecting value: line...