Java:简述Java中的自定义异常 《Java:详解Java中的异常(Error与Exception)》 《Java:简述Java中的自定义异常》 《Java:简述throw-throws异常抛出》 《Java:简述try-catch-finally异常捕获》 《Java:简述try-catch- ...
分类:
编程语言 时间:
2021-01-30 11:44:46
阅读次数:
0
方法一 props传参 父组件 1. <template> 2. <div class="wrap"> 3. <div>我是Father组件</div> 4. <Son 5. str="我是字符串" 6. :num=5 7. :obj="{cont:'我是一个对象'}" 8. :func="()=> ...
分类:
其他好文 时间:
2021-01-29 12:04:52
阅读次数:
0
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2021-01-28 12:14:24
阅读次数:
0
Cleaning the Phone Polycarp often uses his smartphone. He has already installed n applications on it. Application with number i takes up ai units of m ...
分类:
其他好文 时间:
2021-01-27 13:50:46
阅读次数:
0
此博客链接:https://www.cnblogs.com/ping2yingshi/p/14331519.html 等价多米诺骨牌对的数量 题目链接:https://leetcode-cn.com/problems/number-of-equivalent-domino-pairs/ 题目 给你一 ...
分类:
其他好文 时间:
2021-01-27 13:43:12
阅读次数:
0
经过排查,发现是下图的错误 报错显示,el-input输入框绑定的值需要是String或者Number类型的,但是我这里绑定的是Boolean值! 其实我的业务就是Boolean的,只不过一开始想先把页面快速弄出来,然后再把输入框改成Switch开关的 这样就没问题了。 ...
分类:
其他好文 时间:
2021-01-27 13:36:01
阅读次数:
0
多台服务器Docker-compose 安装zookeeper集群 安装docker-compose zookeeper安装与配置 检查集群 安装docker-compose ? 安装docker:sudo apt-get install docker.io ? 开机启动docker sudo sy ...
分类:
其他好文 时间:
2021-01-27 13:35:09
阅读次数:
0
仅供自己学习 题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a ...
分类:
其他好文 时间:
2021-01-27 13:14:49
阅读次数:
0
turtle 1.控制画布画笔属性 ·setup(w,h,x,y) w,h调整画布大小,x,y调整画布位置,不填默认在窗口中间。 ·Penup(empty) 画笔抬起 ·Pendown(empty) 画笔落下 ·Pensize(number) 调整笔画粗细 ·Pencolor() 换色 ·color ...
分类:
其他好文 时间:
2021-01-26 11:59:05
阅读次数:
0
1.只会拷贝本身的属性,不会拷贝prototype上的属性 2.如果有同名的属性,后面的会覆盖前面的 3.target如果不是对象,是string,number或者boolean,会先转化为包装类 4.如果target是undefined,null,无法转化为包装类,那么报错 5.如果source不 ...
分类:
其他好文 时间:
2021-01-26 11:56:51
阅读次数:
0