logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

504 Gateway Time-out的解决方法

1、/etc/nginx/conf.d/default.conf,添加如下信息:location / {try_files $uri $uri/ @router;root/home/axs-zx/Data/VueData/system;indexindex.html index.htm;#下面就是新添加的信息,解决504错误proxy_send_timeout 300;proxy_read

#nginx
Springboot + vue 实现支付宝支付

Springboot+ vue 实现支付宝支付一.引入alipay的pom依赖包<!-- https://mvnrepository.com/artifact/com.alipay.sdk/alipay-sdk-java --><dependency><groupId>com.alipay.sdk</groupId><artifactId&gt

#spring boot
Vue + MathLive 实现数学公式可编辑

Vue + MathLive 实现数学公式可编辑效果图一.环境webpack cli4.0html2canvas 插件二.配置在index.html 下 引用 mathlive js<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-

到底了