上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页
摘要: export function formatTime (fmt, date) { date = new Date(date + '+08:00') // 兼容safari var o = { 'M+': date.getMonth() + 1, 'd+': date.getDate(), 'h+': 阅读全文
posted @ 2019-04-21 17:55 James2019 阅读(3098) 评论(0) 推荐(0) 编辑
摘要: 需要稳步到:https://www.cnblogs.com/ljybill/p/9804147.html . 阅读全文
posted @ 2019-04-20 12:07 James2019 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 注意:在开发和体验版无法测试版本更新需要在开发者工具里,编译时选择"模拟更新编译" 参考: https://www.jianshu.com/p/4f5e3faaf483 阅读全文
posted @ 2019-04-20 11:50 James2019 阅读(3714) 评论(0) 推荐(0) 编辑
摘要: 未知元素的宽高情况下 垂直居中和水平居中 第一种 flex盒布局 (推荐) /*弹性盒模型*/ /*主轴居中对齐*/ /*侧轴居中对齐*/ .ele{ display:flex; justify-content: center; align-items: center; } /*弹性盒模型*/ /* 阅读全文
posted @ 2019-04-19 10:39 James2019 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 在小程序中的使用: utils文件夹下 barcode.js 粘粘以下代码 var CHAR_TILDE = 126 var CODE_FNC1 = 102 var SET_STARTA = 103 var SET_STARTB = 104 var SET_STARTC = 105 var SET_ 阅读全文
posted @ 2019-04-10 16:26 James2019 阅读(4779) 评论(0) 推荐(0) 编辑
摘要: 参见: https://developers.weixin.qq.com/miniprogram/dev/api/wx.navigateBack.html?search-key=navigateBack https://blog.csdn.net/yechaoa/article/details/82 阅读全文
posted @ 2019-04-10 14:59 James2019 阅读(2531) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/woqianduo/article/details/81395257 . 阅读全文
posted @ 2019-04-10 10:13 James2019 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 点击微信按键组件才能出授权,所以自定义样式就是必须的了,来自网友的帮助,如下图 https://www.jianshu.com/p/93d7104be420 . 阅读全文
posted @ 2019-04-09 21:12 James2019 阅读(5893) 评论(0) 推荐(0) 编辑
摘要: 这个整理的很好转: https://www.jianshu.com/p/0ca3cd8f3c6a 阅读全文
posted @ 2019-03-28 22:24 James2019 阅读(5432) 评论(0) 推荐(0) 编辑
摘要: 苹果开发者中心 https://developer.apple.com/account 上架收费相关了解 https://www.jianshu.com/p/681f00a561ca ios打包 上架 了解 https://www.cnblogs.com/lidongxu/p/5151282.htm 阅读全文
posted @ 2019-03-26 16:10 James2019 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页