- 博客(8)
- 收藏
- 关注
原创 cordova+vue 打包apk 白屏或无法访问数据接口
构建appcordova + Vue 开发 APP 上手指南在vue项目目录下执行cordova create hellocd hellocordova platform add androidvue.config.js中:outputDir:'hello/www',publicPath:''Axios文件中:Axios.defaults.baseURL = '需要请求的完整url/api'hello\platforms\android\app\src\main
2021-11-25 14:27:41 3278
转载 js数组去重
原文:https://github.com/lifesinger/lifesinger.github.com/issues/113var arr = ['a', 'b', 'c', '1', 0, 'c', 1, '', 1, 0];unique(arr);function unique(arr) { var ret = [] var hash = {} for(var i
2018-02-27 10:17:20 155
原创 css鼠标悬浮图片遮罩特效
cssdiv>div{ background: rgba(255, 255, 255, 0); transition: background 0.3s linear;}div:hover>div{ background: rgba(228, 228, 228, 0.29);}html<div style="width:200px;height:200px;positio
2018-02-27 10:05:14 3477
原创 常用的CSS小技巧
后续文章更新见https://github.com/yooellie/useful-common-css/blob/master/css/common.css 常用的CSS小技巧使用自定义selectselect { appearance: none; -moz-appearance: none; -webkit-appearance: none...
2016-09-14 11:47:36 604
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人