##1.总线 ###1.总线的概述 USB = Universal Serial BUS 通用串行总线,使用的鼠标、键盘、U盘都可以通过USB接口连接到电脑 1.提供对外连接的接口 2.不同设备通过接口进行连接 3.外围设备接口通用 USB、PCI(外接显卡)、ISA、Thunderbolt(雷电接 ...
分类:
其他好文 时间:
2020-08-07 00:33:31
阅读次数:
105
mounted() { const refresh = this.debounce(this.$refs.scroll.refresh, 500); this.$bus.$on("imgLoad", () => { refresh(); }); }, methods: { /** * 防抖函数 */ ...
分类:
其他好文 时间:
2020-07-27 09:37:23
阅读次数:
73
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:
其他好文 时间:
2020-07-26 01:33:58
阅读次数:
109
前言 vue通信手段有很多种,props/emit、vuex、event bus、provide/inject 等。还有一种通信方式,那就是 $attrs 和 $listeners,之前早就听说这两个api,趁着有空来补补。这种方式挺优雅,使用起来也不赖。下面例子都会通过父、子、孙子,三者的关系来说 ...
分类:
其他好文 时间:
2020-07-26 00:35:59
阅读次数:
70
生产环境Kubernetes Consul最佳实践
分类:
Web程序 时间:
2020-07-24 23:47:51
阅读次数:
159
bus main.js import Vue from 'vue' const bus = new Vue() export default bus 一、传值 发送信息 import bus from '@/main/bus' 第一个参数为标志变量,第二个参数为通信的值 bus.$emit('mes ...
分类:
其他好文 时间:
2020-07-24 19:01:23
阅读次数:
58
题意: 题目链接:https://codeforces.com/problemset/problem/991/E 分析: 多重集合的排列计数,要去掉有前导 $0$ 的情况。 套用多重集合的排列的公式: \(ans=\frac{n!}{n_1!*n_2!*...*n_k!}\) 采用的递归的方式写,枚 ...
分类:
其他好文 时间:
2020-07-07 19:28:29
阅读次数:
100
原文:https://www.cnblogs.com/jiangchengbiao/p/9713020.html 在Application层,添加如下代码即可 using Abp.Dependency; using Abp.Events.Bus.Exceptions; using Abp.Event ...
分类:
其他好文 时间:
2020-07-06 18:12:49
阅读次数:
55
#mongo shell ./mongo show dbs use bus opid – 操作的opid,有需要的话,可以通过 db.killOp(opid) 杀死操作 #查看数据库当前正在执行的操作 db.currentOp() #查看该数据下的慢请求日志 use bus db.system.pr ...
分类:
其他好文 时间:
2020-07-04 15:06:27
阅读次数:
59
概述,
RabbitMQ环境配置,
Bus动态刷新全局广播,
Bus动态刷新定点通知 ...
分类:
编程语言 时间:
2020-07-04 13:33:00
阅读次数:
103