腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
获取
http
://
localhost
:
5000
/
data
404
(
未找到
)
、
、
return render_template('Recording.html') app.debug = True''' 这是我的subroutes.py文件,它处理用户数据并将其发布到"/
data
“路径中 from flask import Flaskfrom q2.models import User @app.ro
浏览 63
提问于2020-10-26
得票数 0
1
回答
获取
http
://
localhost
:
5000
/error
404
(
未找到
)
、
无论何时用户输入address,我都应该从api调用中获得数据,但是我在控制台中只得到
404
错误。如果我用像这个这样的静态值替换url,那么它可以工作。
data
.js
浏览 1
提问于2019-01-19
得票数 1
回答已采纳
1
回答
获取
http
://
localhost
:
5000
/auth/me
404
(
未找到
)
、
、
、
res.status(200).json({
data
authenticationSlice = createSlice({ initialState, console.log(action.pa
浏览 5
提问于2022-03-21
得票数 0
回答已采纳
1
回答
为什么我的POST请求得到
404
错误,而get工作正常?
、
、
、
、
每当我尝试向
localhost
:
5000
/api发送一个post请求时,它都会给出这个错误"POST
http
://
localhost
:
5000
/api
404
(
未找到
)“,但是每当我发出get请求时const createPost = async () => { let res = await axios.post("
http
://
localhos
浏览 12
提问于2022-08-19
得票数 1
1
回答
发布
http
://
localhost
:
5000
/api/auth/login
404
(
未找到
)
POST
http
://
localhost
:
5000
/api/auth/login
404
(Not Found)xhrAdapter
浏览 2
提问于2022-01-15
得票数 0
回答已采纳
1
回答
Post
http
://
localhost
:
5000
/api/insert
404
未找到
错误
、
我在axios.post中得到了错误
404
(没有找到),甚至我的链接都是正确的,谁能帮我解决这是我正在做的最错误的错误 .then((res)=>{ }).catch((e)=>{ console.log(e.
浏览 1
提问于2022-07-10
得票数 0
1
回答
我正在尝试用express和fileupload上传一个文件,但是我不能让它工作
、
、
、
、
express-fileupload')var moment = require('moment') app.listen(port, () => { console.log(`Server running on
http
:
浏览 22
提问于2020-06-07
得票数 0
回答已采纳
1
回答
获取
http
://
localhost
:3000
404
(
未找到
)
、
、
、
我在从本地npm服务器
获取
文件时遇到了问题。有一个新项目,它有一个简单的fetch和正确的文件位置。我得到了App.js:5 GET
http
://
localhost
:3000/returnJsonFiles/json_tire.json
404
(Not Found)的回应 请帮我解决这个问题。
浏览 3
提问于2022-07-18
得票数 0
回答已采纳
2
回答
如何将Axios代码转换为
获取
jwt令牌的api
、
、
、
我试图转换一个简单的axios语句来
获取
我在教程中看到的代码,但是在axios中我是不可行的我用下面的代码试过了 const {
data
} = await fetch('
http
://
localhost
:
500
浏览 8
提问于2022-05-08
得票数 -1
1
回答
获取
http
://
localhost
:3000/:/
localhost
:4000
404
(
未找到
)
、
、
、
、
我正在学习react和nodejs,我试图从react中调用我在后端拥有的东西,使用axios和cors,但我得到了以下错误: GET
http
://
localhost
:3000/://
localhost
:4000/estudiantes
404
(Not Found) ? app.listen(4000, ()=> {}) 我的.env文件 REAC
浏览 124
提问于2021-07-03
得票数 0
回答已采纳
1
回答
获取
http
://
localhost
:4000/
404
(
未找到
)
、
拒绝加载图像'‘,因为它违反了以下内容安全策略指令:"default-src 'none'“。请注意,“img-src”没有显式设置,因此“default-src”用作回退。
浏览 0
提问于2020-06-24
得票数 1
1
回答
获取
http
://
localhost
:3000/
404
(
未找到
)
、
、
express.static(__dirname)); console.log('Server started:
http
://
localhost
:'+app.get('port')+'/');var webpack",
浏览 0
提问于2017-06-13
得票数 2
回答已采纳
1
回答
图像的相对路径受routify中嵌套路由的影响
、
、
、
--[bid].svelte App.svelte App.svelte 这就是我在App.svelte中引用图像的方式 错误
获取
http
://
localhost
:
5000
/1/assets/images/image.png
404
(
未找到
)这是它被解析的方式,而不是
http
://
localhost
:<em
浏览 69
提问于2021-02-22
得票数 2
回答已采纳
1
回答
HAProxy -需要向ACL添加一个URL参数,以区分具有相同URL的服务,但在不同端口上进行区分。
、
、
、
、
我设想要做的是向ACL中的路径添加一个参数,以区分两个后端,在这种情况下,在ACL中有一个url参数,然后是应用程序的实际路径参数: maxconn 2000 use_backend nyc-server if new-york server www.test.com 127.0.0.1:8081
浏览 0
提问于2020-01-31
得票数 1
回答已采纳
1
回答
连接到API时发生REACT、NODE、EXPRESS错误
、
、
、
我得到错误:async function sub
浏览 29
提问于2018-06-02
得票数 0
回答已采纳
1
回答
节点路由:如何管理公用文件夹的访问权限?
、
当我尝试访问我的终结点movies/add时,我在chrome上得到了这个错误
获取
http
://
localhost
:3002/movies/css/style.css net::ERR_ABORTED
404
(
未找到
)添加:93
获取
http
://
localhost
:3002/movies/images/happy.svg
404</e
浏览 20
提问于2019-04-17
得票数 0
回答已采纳
2
回答
有人能告诉我为什么这个视频播放失败吗?
、
application/x-shockwave-flash" width="590px"
data
="
http
://www.twitch.tv/widgets/live_embed_player.swf?always" /> <param name="allowN
浏览 2
提问于2014-01-09
得票数 0
1
回答
获取
react.js/node.js的问题
handleSubmit = (event) => { method: 'POST', /*mode: 'cors',*/&qu
浏览 6
提问于2022-07-24
得票数 0
回答已采纳
1
回答
如何从角度向
http
.get()请求node.js?
、
、
import {
Http
} from "@angular/
http
";
data
: any =[]; this.getData();getData(){ let URL = "
http
//
localhost
:3005/institute
浏览 0
提问于2019-02-01
得票数 0
回答已采纳
1
回答
在路由保护服务中无法
获取
服务器响应
、
、
我看到的不是console.log('URL DDATA',
data
);,而是XHR failedloading: GET "
http
://
localhost
:4200/cms/login".如何
获取
服务器响应?在url栏中,我看到
http
浏览 21
提问于2018-07-06
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
第十四篇:强大的 actuator 服务监控与管理
享学课堂-在python3中如何使用urllib模块?
Nginx配置location总结及rewrite规则写法
Flask API开发:创建GET和POST端点的实用技巧
使用 spring data rest 快速构建 restful api,再也不用加班了
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券