Selenium系列教程
手把手教你如何使用 Django + Vue.js 快速构建项目
同稚君: vue build后控制台报错Refused to apply style from ‘http://127.0.0.1:8000/css/app.fa5a0aac.css’ because its MI错误原因:css、js等文件路径问题,无法访问到这些静态文件解决方法:在vue.config.js中加入assetsDir : “static”,这样在npm run build 时会将生成的css、js等静态文件夹放入static文件夹中,同时需要在Django的settings中设置好static的路径为“frontend/dist/static”
Nginx下同域部署多个Vue项目(history路由模式),报404、500错误
邻居家隔壁老王: 404+空白
Nginx下同域部署多个Vue项目(history路由模式),报404、500错误
邻居家隔壁老王: 大佬 没有[code=html]’use strict’// Template version: 1.3.1// see http://vuejs-templates.github.io/webpack for documentation.const path = require(‘path’)module.exports = { dev: { // Paths assetsSubDirectory: ‘static’, assetsPublicPath: ‘/msnc’, proxyTable: { ‘/api’: { target: ‘http://xxx.xxx.xxx.xxx:xxx’, // 你请求的第三方接口 changeOrigin: true, // 在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题 pathRewrite: { // 路径重写, ‘^/api’: ‘/api’ // 替换target中的请求地址,也就是说以后你在请求http://api.jisuapi.com/XXXXX这个地址的时候直接写成/api即可。 } } }, // Various Dev Server settings host: ‘localhost’, // can be overwritten by process.env.HOST port: 9999, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true, notifyOnErrors: true, [/code]
Selenium系列教程 – 文件上传
weixin_44122022: 您好,请教您一个问题,我在定位并点击了打开/选择文件按钮后,windows弹出了选择文件窗口,但是此时代码给我的感觉就像是阻塞了,并未继续向下执行来操控这个windows选择文件窗口,添加打印信息也未打印出来,所以后续文件选择的代码也未执行到,一直没找到问题根源所在
出现’MySQL Daemon failed to start‘解决方法
m0_50039478: 哈哈哈哈哈哈哈哈哈,删库跑路