上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 133 下一页
摘要: shrink 收缩 阅读全文
posted @ 2021-10-30 10:50 盘思动 阅读(203) 评论(0) 推荐(0)
摘要: align 排列 阅读全文
posted @ 2021-10-30 10:49 盘思动 阅读(441) 评论(0) 推荐(0)
摘要: width:max-content 表示采用内部元素宽度值最大的那个元素的宽度作为最终容器的宽度。如果出现文本,则相当于文本不换行 对于min-content 内部元素最小的那个元素的宽度对应值. 阅读全文
posted @ 2021-10-29 11:14 盘思动 阅读(272) 评论(0) 推荐(0)
摘要: navigationStyle:"custom" "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "杉莓之恋", "navigationStyle":"custom" } } pages数组 阅读全文
posted @ 2021-10-29 10:47 盘思动 阅读(846) 评论(1) 推荐(0)
摘要: 我们可以使用 JSON.parse() 方法将数据转换为 JavaScript 对象 阅读全文
posted @ 2021-10-15 20:10 盘思动 阅读(131) 评论(0) 推荐(0)
摘要: 当指定view为flex布局后,给子元素定义width是不起效果的。 原因:定义为flex布局元素的子元素,自动获得了flex-shrink的属性,这个属性是什么意思呢?就是告诉子元素当父元素宽度不够用时, 自己调整自己所占的宽度比,这个flex-shrink设置为1时,表示所有子元素大家同时缩小来 阅读全文
posted @ 2021-10-11 10:18 盘思动 阅读(6645) 评论(0) 推荐(0)
摘要: let BASE_URL = ''; if(process.env.NODE_ENV 'development'){ console.log('开发环境'); BASE_URL = 'http://local.xxx.com/api.php/'; }else{ console.log('生产环境') 阅读全文
posted @ 2021-10-08 11:33 盘思动 阅读(54) 评论(0) 推荐(0)
摘要: 在弄微信JSAPI支付接口时,发现一个问题,就是在苹果的手机上,发现微信会提示一个错误,而在安卓上没有提示这个错误。 错误提示: 微信支付调用JSAPI缺少参数:timeStamp 一开始,我因为是命名的大小写问题? 我就去看了一下调用微信支付的地方,我发现明明就有这个参数,怎么就提示缺少了呢。 在 阅读全文
posted @ 2021-09-27 14:28 盘思动 阅读(865) 评论(0) 推荐(0)
摘要: strtotime 中月份是0的巧妙应用,按照上年12月份算 $timestamp = strtotime('2021-00-03'); echo date('Y-m-d',$timestamp); exit; 2020-12-03 阅读全文
posted @ 2021-09-17 15:52 盘思动 阅读(59) 评论(0) 推荐(0)
摘要: lbw@lbw-kaleido:/home$ cat del_runtime.sh #!/bin/bash # 初始化小程序后台 # 增加灵活性 支持密码设置 password=$1 if test -z "$password" then password="123456" fi #ifend # 阅读全文
posted @ 2021-09-15 15:59 盘思动 阅读(540) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 133 下一页