- 博客(6)
- 收藏
- 关注
原创 nuxt.js 打包部署及刷新页面404问题解决
nuxt.js 打包部署及刷新页面404问题解决一.打包 npm run generate 将生成的dist文件部署服务器上二.刷新404终极解决办法1.在nuxt.config.js文件中添加base为文件路径地址router:{ base:'/dist' }2.在打包的dist目录下创建 .htaccess 文件dist 为地址的根目录<IfModule ...
2019-12-19 16:07:26 7324 3
原创 pod setup太慢终极解决办法
当我们去执行pod setup的时候,会发现那是一个相当的慢。估计一天的时间都浪费再这上面。这是因为使用的国外的镜像,只要使用国内的镜像就很好的解决了。只要使用 cd ~/.cocoapods/repos然后 执行 pod repo remove master来删除master文件再执行 git clone https://mirrors.tuna.tsinghua.edu.cn/git/C...
2019-06-13 16:25:03 3249 1
原创 订单评价图片压缩 上传
做电商的时候,难免会有订单评价功能,怎样实现多图片的压缩并实现上传。类似这种评价直接上完整的代码吧。可以慢慢分析,其实也很简单<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=de...
2019-04-26 11:28:32 219
原创 Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG featur
Android studio 3.0版本之后出的问题解决方法8:36 Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release....
2019-03-05 09:08:31 10606 3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人