会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lude1994
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
2020年7月18日
android studio 如何升级sdk
摘要: 1.打开android studio 2. 3. 4. 5. 6.下一步就行了,后面需要点击accept/接受就开始下载了
阅读全文
posted @ 2020-07-18 19:57 lude1994
阅读(576)
评论(0)
推荐(0)
2020年7月13日
react-native 和微信小程序wxml-to-canvas组件如何居中
摘要: 效果 storeStyle: { display: 'flex', alignItems: 'center', }
阅读全文
posted @ 2020-07-13 20:42 lude1994
阅读(474)
评论(0)
推荐(0)
2020年7月6日
微信小程序自定义内容和胶囊对齐
摘要: 原理是:导航栏+胶囊的高度 另一篇简单的https://www.cnblogs.com/lude1994/p/14406630.html 1.在app.js中 globalData: { statusBarHeight:wx.getSystemInfoSync()['statusBarHeight'
阅读全文
posted @ 2020-07-06 16:49 lude1994
阅读(2651)
评论(0)
推荐(0)
2020年6月27日
使用flex,遇到对齐问题
摘要: 参考文章:https://blog.csdn.net/qq_42221334/article/details/89396356 我用的是动态数据,所以用了第二种方法,有效,box是父级容器 .box:after { display:block; content:""; width: 30%; hei
阅读全文
posted @ 2020-06-27 17:51 lude1994
阅读(243)
评论(0)
推荐(0)
2020年6月25日
react native ios 报错SyntaxError: Unexpected end of JSON input
摘要: 我最后的解决方法是重启电脑,然后解决了
阅读全文
posted @ 2020-06-25 18:57 lude1994
阅读(336)
评论(0)
推荐(0)
2020年6月16日
微信小程序父组件给子组件传参
摘要: 1.首先在父组件引入子组件,也需要json中引入 <alertMessage img="{{appMessage.imgSrc}}"></alertMessage> 2.子组件必须必须是Component,正常的是Page 3.在子组件中接收从父组件传来的属性 properties: { img:
阅读全文
posted @ 2020-06-16 10:37 lude1994
阅读(3171)
评论(0)
推荐(0)
2020年4月26日
xcode10 Command PhaseScriptExecution failed with a nonzero exit code
摘要: 我的电脑至少有2周都是开机状态,打开xcode报错了,看网上很多方法都会引发另一个报错,我重启电脑,重新运行项目就好了。
阅读全文
posted @ 2020-04-26 21:35 lude1994
阅读(1227)
评论(0)
推荐(0)
2020年4月18日
html中的video放置在微信上打开会全屏显示,并且丢失文件上的其他内容
摘要: 在html中的video标签上加上 webkit-playsinline="true" /*这个属性是ios 10中设置可以让视频在小窗内播放,也就是不是全屏播放*/ playsinline="true" /*IOS微信浏览器支持小窗内播放*/ x-webkit-airplay="allow" x5
阅读全文
posted @ 2020-04-18 20:41 lude1994
阅读(249)
评论(0)
推荐(0)
2020年4月1日
vue cli使用vue-awesome-swiper动画
摘要: 我使用的时候一直报错,参考以下https://segmentfault.com/q/1010000009216803 有人改了swiper.animate.min.js文件解决 <template> <div class="culture"> <swiper :options="swiperOpti
阅读全文
posted @ 2020-04-01 14:55 lude1994
阅读(1342)
评论(0)
推荐(0)
2020年3月28日
vue 使用swiper
摘要: swiper在vue的严格模式下我最终放弃来。我下载的是swiper5没改好,用了swiper给vue定制的 vue-awesome-swiper 默认需要先安装 npm install swiper vue-awesome-swiper --save # or yarn add swiper vu
阅读全文
posted @ 2020-03-28 10:54 lude1994
阅读(8273)
评论(1)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
公告