为什么要认识Vue的生命周期 Vue的生命周期是一个非常重要的点,如果不懂Vue的生命周期,那么很多时候,就不知道Vue的实际渲染时机,程序中会出现各种bug。 因此,学习Vue的生命周期是非常用必要的。 简单认识生命周期 前期准备 下面我们来画一个简单的生命周期图: new Vue() || || ...
分类:
其他好文 时间:
2020-05-09 15:27:47
阅读次数:
68
/** * 拼手气红包算法 * * @param totalAmount 红包总金额 * @param size 总领取人数 * @param scale 红包金额需要保留的小数位数 * @param minAmount 单个红包的最小金额 * @param remainSize 已领取人数 * @ ...
分类:
微信 时间:
2020-05-09 11:56:28
阅读次数:
242
1.使用viewport,html文件中在<body></body>内添加meta,简单粗暴: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" ...
分类:
移动开发 时间:
2020-05-09 01:36:00
阅读次数:
110
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-05-08 23:00:03
阅读次数:
66
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-05-08 22:47:26
阅读次数:
85
Invalid prop: custom validator check failed for prop "pagination". this.pagination = { ...this.pagination, total: res.data.totalCount } 错误原因: res.data ...
分类:
其他好文 时间:
2020-05-08 17:57:08
阅读次数:
134
首先要指出的是:DisplayObject 实例的属性<x, y> 与 graphics.draw*(x, y, ...) 的参数<x, y>没有关系。 在原生的 Canvas 中有 <x, y> 的概念,例如:ctx.rect(x, y, width, height)。于是我天真地以为 Displ ...
分类:
其他好文 时间:
2020-05-08 13:35:04
阅读次数:
83
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
编程语言 时间:
2020-05-07 23:12:02
阅读次数:
78
微信小程序的订阅消息,要求要比模板消息严格。 出现’errcode’ => 47003, ‘errmsg’ => ‘argument invalid! hint: [uQ0PNA09814128] data.name3.value is emtpy’ 的字样,一般就是参数类型错误。这里需要特别主义的 ...
分类:
微信 时间:
2020-05-06 21:58:05
阅读次数:
469
文献名:Large-scale Identification of N-linked Intact Glycopeptides in Human Serum using HILIC Enrichment and Spectral Library Search (利用HILIC富集和谱图库搜索对人血清 ...
分类:
其他好文 时间:
2020-05-06 18:18:24
阅读次数:
79