logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

day09 接口测试(5)——使用postman 完成项目实战

使用postman完成接口测试,的项目实战。接口测试,postman工具,项目实战

文章图片
#postman#测试工具
Django项目安装报错AttributeError: module ‘collections‘ has no attribute ‘Iterator‘

AttributeError: module 'collections' has no attribute 'Iterator',这个保存问题是因为Django的版本和python的版本不匹配导致的。升级完,既可以正常创建项目啦。

文章图片
#django#sqlite#python
解决:vue项目npm run build 打包后 :src路径里面的本地图片找不到。

问题描述及错误代码:// 本地运行、打包图片是ok的<img src="../../static/images/orderSeeProgress0.png">// 本地运行 图片是ok的、打包图片找不到(因为图片的路径被解析成了字符串)<img src="/static/images/orderSeeProgress1.png">/...

使用Antd完成列表、翻页功能、快速跳转等功能【附前、后端代码】

结果展示:说明:(1)接口是自己写的接口,不是模拟数据。接口数据详见(2)页面加载进来,首先显示的是第一页的数据。(3)可以快速跳转至某页、点击某页就加载某页的数据主要代码:<Tableloading={loading}borderedrowKey='_id'dataSource={products}colu...

Milvus报错:code=65535, message=the length(6) of float data should divide the dim(1000))

我是将Dense(6)更改为Dense(1000)了,具体的操作得根据自己的项目实际需求来修改。只需要两者保持一致即可。翻译:float数据的长度(6)应该除以dim(1000)。检查模型输出的分类维度。

文章图片
#milvus
Failed to execute 'open' on 'XMLHttpRequest': Invalid URL

DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL未能在“xmlhttpRequest”上执行“open”:无效的URL。解决方案:在url前面加上 http://

Failed to execute 'open' on 'XMLHttpRequest': Invalid URL

DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL未能在“xmlhttpRequest”上执行“open”:无效的URL。解决方案:在url前面加上 http://

IOS手机上点击input 输入框,页面会自动放大

解决办法:使用禁止缩放页面来完成。<meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

Antd里面的InputNumber里面的小数点控制和判断

官网地址 InputNumber<InputNumber placeholder="原价" min={0.1} step={0.1} value={price} onChange={value=>{setPrice( Number(value).toFixed(1))}} />注意:在提交接口前还需要判断下,是为了避免输入的时候没有失去焦点,之间点击提交按钮。...

Failed at the react-admin_client@0.1.0 start script、react-app-rewired : command not found

晚上闲下来就跑了下自己之前搭建的项目,因为之前的一些配置,项目突然间跑步起来了,错误如下:问题描述:项目无意间跑步起来了,下面是截图。看了下报错:显示react-app-rewired : command not found,所以才启动不了项目。因为项目运行起来 react-app-rewired 是必须要的:解决办法:重新安装下 react-app-rewired...

    共 41 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择