摘要: 问题描述: 部分ios 在display: inline-block时候不支持flex,这怎么破? 解决方案: so easy,不要使用display: inline-block;就行啦 阅读全文
posted @ 2018-01-31 14:19 黎明の破晓 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 报错: ERROR in js/test.js from UglifyJs Unexpected token punc ?(?, expected punc ?:? [js/test.js:1374,5],这怎么破? 解决方案: ERROR in js/test.js from Ugli 阅读全文
posted @ 2018-01-31 11:19 黎明の破晓 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 问题描述: safari缓存太厉害,这怎么破? 解决方案: 阅读全文
posted @ 2018-01-31 11:13 黎明の破晓 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 想要批量注册撸羊毛,有手机短信验证码验证,这怎么破? 解决方案: 免费的肯定没有的,不过"一条短信收费一毛钱"倒是有一个,本人是亲自试用过,该平台收不到短信验证码不收费,具体查看下方链接 [批量获取短信验证码] 阅读全文
posted @ 2018-01-31 11:05 黎明の破晓 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 问题描述: webpack 打包报错 Cannot assign to read only property 'exports' of object '#<Object>',这怎么破? 解决方案: 原因是:The code above is ok. You can mix require and e 阅读全文
posted @ 2018-01-31 10:56 黎明の破晓 阅读(1641) 评论(0) 推荐(0) 编辑
摘要: 问题描述: GIF动画为什么只动一次不能循环,这怎么破? 解决方案: Photoshop打开Gif文件,Ctrl+Shift+Alt+S,弹出保存页面选项,选择右下角动画:循环选项:一次=>永远 阅读全文
posted @ 2018-01-31 10:41 黎明の破晓 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 问题描述: Vue单页面用按F5强刷,数据就恢复初始了,这怎么破? 解决方案: if (sessionStorage.getItem('mobileState')) { state = JSON.parse(sessionStorage.getItem('mobileState')); } else 阅读全文
posted @ 2018-01-31 09:29 黎明の破晓 阅读(741) 评论(0) 推荐(0) 编辑