举例:将A的drawerStart数值传递给B,来决定B的某个样式是否显示,并且点击 @click="changerDrawerStart"会改变 drawerStart的数值(这里可以使用监听watch,监听drawerStart的改变),通过$emit方法来实现传参的方式 组件A代码: 思路:如 ...
分类:
其他好文 时间:
2020-12-10 11:11:19
阅读次数:
3
package basis.week01; public class Test02 { public static void main(String[] args) { //记住手动停止 // for(;;) {//for简单死循环 // // } // while(true) {//while简单 ...
分类:
其他好文 时间:
2020-12-09 12:31:37
阅读次数:
16
前言 之前写过Oracle还原数据库的博客。这次是备份数据库,同样也是用的数据泵。 旧文连接:https://www.cnblogs.com/BasicPlusPlus/p/13962554.html 系统环境 Windows Server 2003 R2 Oracle 10.2.0 报错脚本 ex ...
分类:
数据库 时间:
2020-12-02 12:21:02
阅读次数:
8
简介 MAT 是Memory Analyzer的简称,他是一宽功能强大的Java堆内存分析器。多用于查找内存泄露以及查看内存消耗情况。 基于Eclipse开发,是一款免费的Java性能分析功能 下载安装 https://www.eclipse.org/mat/downloads.php 分析dump ...
分类:
编程语言 时间:
2020-11-30 16:10:09
阅读次数:
11
1)配置flume(flume-kafka.conf) # define a1.sources = r1 a1.sinks = k1 a1.channels = c1 # source a1.sources.r1.type = exec a1.sources.r1.command = tail -F ...
分类:
Web程序 时间:
2020-11-30 15:35:17
阅读次数:
9
一、硬件环境准备:ZABBIXServer端:192.168.1.59ZABBIXAgent端:192.168.1.60Linux系统版本:CentOSlinuxrelease7.6.1810(Core)zabbix版本:zabbix4.0.6LTS(截止2019年4月1日最新版本)二、安装zabbix://1、首先添加zabbix仓库:[root@localhost~]#>rpm-Uvhh
分类:
其他好文 时间:
2020-11-24 12:28:51
阅读次数:
8
SWEN30006 Exam 2018 S1 Page 1 of 32School of Computing and Information SystemsSWEN30006 Software Modelling and DesignExamination: 2018 End of Semester ...
分类:
其他好文 时间:
2020-11-19 12:14:11
阅读次数:
6
最近一直在看 StreamGraph 生成的源码,刚好有点思路,准备动手了发现,如果不说下 Transformation 后面的 StreamGraph 会差比较多意思,所以先做点铺垫。 ## Transformation Transformation 类是 Flink 转换算子的基类,实现类有下面 ...
分类:
其他好文 时间:
2020-11-08 17:01:29
阅读次数:
21
一、 1.书籍推荐 《模拟集成电路设计_分立与集成》.雷鏗铭等译机械工业出版社 《模拟CMOS集成电路设计》--陈贵灿等译西安交通大学出版社 《Design of Analog CMOS Integrated Circuits》--Behzad Razavi等著英文影印版 《数字集成电路电路、 系统 ...
分类:
其他好文 时间:
2020-11-04 18:21:02
阅读次数:
12
use 3D version to calculate how much water the model can contain this problem need use dfs,from the edge part which mustn't be answer,for the edge can ...
分类:
移动开发 时间:
2020-10-29 10:06:29
阅读次数:
25