上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: //app.js onLaunch: function () { console.log(this) this.AppMusic = wx.createInnerAudioContext(); this.AppMusic.autoplay = true; this.AppMusic.loop = true; this.AppMusic.onPlay(() => { console.log('开始... 阅读全文
posted @ 2018-03-07 14:53 CoKeny 阅读(10353) 评论(2) 推荐(0) 编辑
摘要: {{item}} 1 2 3 4 .swiper-tab { width: 100%; text-align: center; line-height: 80rpx; margin-top: 10rpx; background: #fff; } swiper-item{ display: inline; } .swiper-t... 阅读全文
posted @ 2018-01-28 15:36 CoKeny 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 前缀 浏览器 -webkit chrome和safari -moz firefox -ms IE -o opera 上图是各大浏览器的兼容 阅读全文
posted @ 2018-01-19 18:49 CoKeny 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 界面各种三角css:http://www.jb51.net/article/42513.htm css标题线自适应:https://segmentfault.com/a/1190000004692817 阅读全文
posted @ 2018-01-15 15:50 CoKeny 阅读(203) 评论(0) 推荐(0) 编辑
摘要: object-fit:cover 阅读全文
posted @ 2018-01-11 19:32 CoKeny 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 微信小程序倒计时 :https://gitee.com/dotton/CountDown 微信小程序购物车功能,全选,价格叠加:https://www.cnblogs.com/linxin/p/6834206.html 微信小程序向左滑删除 左拉删除 : http://www.jb51.net/ar 阅读全文
posted @ 2018-01-05 10:42 CoKeny 阅读(2604) 评论(0) 推荐(0) 编辑
摘要: console.log("onLoad====="); var that = this; wx.getUserInfo({ success: function (res) { var userInfo = res.userInfo; that.setData({ nickName: userInfo.nickName... 阅读全文
posted @ 2017-12-21 16:51 CoKeny 阅读(6514) 评论(0) 推荐(0) 编辑
摘要: 为你推荐 新品上架 最热商品 为你推荐 为你推荐 为你推荐 为你推荐 为你推荐 新品上架 最热商品 /**index.wxss**/ .userinfo { display: flex; flex-direction: ... 阅读全文
posted @ 2017-12-16 10:33 CoKeny 阅读(3560) 评论(1) 推荐(0) 编辑
摘要: 1、什么是引用变量和定义方式 答:在PHP中引用意味着用不同的名字访问同一个变量内容,定义方式是使用&符号。 代码回答: 考官考点 PHP的引用变量的概念及定义方式 延伸:PHP引用变量的工作原理 答:php中的cow机制;Copy-on-Write ,对象本身就是引用传递 2、常用及数据类型考点。 阅读全文
posted @ 2017-09-20 14:46 CoKeny 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 一、url的自动转化大小写,注意 1、 ****注意:模块是自动解析成小写, 控制器是第一个字母解析成大写,其余小写,所以控制器的命名第一个字母一定是要大写, 方法名也是自动解析成小写 //解决办法 配置文件config。url_convert =>true 变成 url_convert => fa 阅读全文
posted @ 2017-09-16 10:12 CoKeny 阅读(714) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页