自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Ant Design Vue 使用axios.post()异步请求服务器数据验证表单<a-from>是否存重复数据

由于axios.post()是异步的,是一个promise 对象,在异步函数中是无法捕捉到 promise.reject() 的,必须要在得到 axios.post 之外返回 promise.reject() 和 Promise.resolve()才可以正确拿到结果。

2023-12-30 14:58:01 473

原创 aiohttp 框架后台服务器之接收POST信息注意事项

获取 post 请求信息处理器代码:async def CreateAirOrder(request): datas = request.post() print(datas)前端axios({ method:'post', url:'http://localhost:8000/api/booking/air', data:{ name:"benjamin" }, }).then(response => con

2020-09-06 19:16:03 983

原创 React input输入框模糊匹配

我是使用create-react-app 工具练习的;app.js代码如下:import React from 'react';import {Component} from 'react'import './App.css';class App extends Component { constructor(props) { super(props); this.state = { searchValue:'', ifConfirm:true,

2020-08-07 00:55:26 3183 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除