Vue中兄弟组件的通讯 1.空实例与自定义事件 $emit $on 2.Vuex状态管理 state mutation commit 空实例与自定义事件: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta nam ...
分类:
Web程序 时间:
2020-05-31 19:40:09
阅读次数:
88
List most Launch X431 Pro3 Frequently Asked Questions. 1. Error -5 (new adapters)Most likely your device uses the new security and work with it just d ...
分类:
其他好文 时间:
2020-05-31 19:29:29
阅读次数:
99
1 安装vue npm install vue --save 2 main.js里引入vue //使用vue import Vue from 'vue' const app = new Vue({ el:'#app', data:{ message:"hello webpack" } }) <bod ...
分类:
Web程序 时间:
2020-05-31 00:46:00
阅读次数:
123
RocketMQ的消息重试包含了producer发送消息的重试和consumer消息消费的重试。 producer发送消息重试 producer在发送消息的时候如果发送失败了,RocketMQ会自动重试。 private SendResult sendDefaultImpl( Message msg ...
分类:
其他好文 时间:
2020-05-30 19:45:44
阅读次数:
61
当下小视频火得不得了,于是研究了一下排名前十得小视频平台,比如爱拍,火山,抖音之类的。发现每个平台的模式都比较类似,于是就想一个视频是不是可以自动发布到多个平台。是不是可以自动发布多个账号下的多个视频?经过研究,发现确实是可以这么玩的,于是就写了个小工具。在此记录一下。有需要验证的可以下载打包好的执 ...
分类:
Web程序 时间:
2020-05-30 13:09:32
阅读次数:
166
单例模式--线程安全的单例,懒汉式、饿汉,枚举等 享元设计模式:Message--obtain,,String public static void main(String[] args) { String s1 = "hello"; String s2 = new String("hello"); ...
分类:
编程语言 时间:
2020-05-30 10:37:20
阅读次数:
58
import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.jupiter.api.Test; publ ...
分类:
移动开发 时间:
2020-05-29 23:35:08
阅读次数:
85
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:
编程语言 时间:
2020-05-29 21:46:45
阅读次数:
110
hashlib 安全哈希与消息摘要 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/hashlib.html hashlib — Secure hashes and message digests — Python 3.8.3 ...
分类:
其他好文 时间:
2020-05-29 21:39:08
阅读次数:
107
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html#randomized-hashing BLAKE2 ht ...
分类:
其他好文 时间:
2020-05-29 21:26:06
阅读次数:
81