摘要:
一、本地(一般调用有三种办法) <script> //方法1.直接将图片引入为模块 require imgUrl from "../assets/test.png" //方法2.将imgUrl放在数据里 data(){ return { imgUrl:require("../assets/test. 阅读全文
摘要:
表示MySQL服务器无法连接到“本地主机” 解决方法,使用Eversleeping工具找到“mysqld.exe”,双击启动 再次进入Navicat 进行链接 成功。 阅读全文
摘要:
ajax 同步 $.ajaxSetup({ async : false }); get 格式 $.get(URL,callback); $.get("url", function(data, status) { console.log(data); }); post 格式 $.post(URL,da 阅读全文
摘要:
操作步骤: 少数派网站,微博上的教程 http://sspai.com/29016?preview 阅读全文