摘要:
高斯积分证明 https://wuli.wiki/changed/GsInt.html 积分表: https://www.renrendoc.com/paper/123934868.html 积分方法 https://max.book118.com/html/2022/0425/8076011003 阅读全文
摘要:
Django ImageField 一些内置属性 >>> car = Car.objects.get(name="57 Chevy")>>> car.photo<ImageFieldFile: cars/chevy.jpg>>>> car.photo.name'cars/chevy.jpg'>>> 阅读全文
摘要:
【nginx】前后端代理配置 http://t.zoukankan.com/somliy-p-15211382.html #前端页面代理 location / { root html/h5; index index.html index.htm; }#后端静态文件代理 location /age/s 阅读全文
摘要:
uniapp中的uni-file-picker组件多图上传问题(同步方法) https://blog.csdn.net/m0_67391120/article/details/123431870 默认file值以formData格式传输,header中不需要配置Content-Type,若配置Con 阅读全文
摘要:
jsDelivr 为开发者提供免费公共 CDN 加速服务 https://blog.csdn.net/larpland/article/details/101349605 访问github仓库中的资源 https://blog.csdn.net/yunmuq/article/details/1104 阅读全文
摘要:
uniapp H5 打包并部署到 nginx https://www.shuzhiduo.com/A/gVdnM1m85W/ 1.运行基础路径最好用 ./ ,如果配置了其他请自行添加路径。 2.由于uniapp 的特性,所以导致了不支持 history 模式,只能支持 hash 模式( 路径会带 # 阅读全文
摘要:
https://www.sojson.com/image/change.html 阅读全文
摘要:
live-server 安装和运行: 1. 安装:npm install -g live-server(使用npm命令即可,这里建议全局安装,以后任意位置可用 ) 2. 运行可以直接输入命令: live-server ( 默认端口为8080,如需要修改可以在运行命令后 跟上一些参数配置 ) 注:更多 阅读全文