父组件,子组件怎么互相访问呢?$refs,$children,$parent ...
分类:
其他好文 时间:
2017-07-30 20:01:04
阅读次数:
483
Description N children are sitting in a circle to play a game. The children are numbered from 1 to N in clockwise order. Each of them has a card with ...
分类:
其他好文 时间:
2017-07-29 20:22:22
阅读次数:
159
1、html部分 a、最突出也是最容易想到的就是高版本的浏览器用了低版本的浏览器无法识别的元素,从而导致不能解析。这点主要体现在html5的新标签上 解决办法是:htmlshim框架可以让低于IE9的浏览器支持html5 b、img的alt属性,在图片不存在的情况下,各浏览器的解析不一致 在chro ...
分类:
其他好文 时间:
2017-07-28 18:19:31
阅读次数:
156
"name": "Structure","children": [{"description_en": "Indicates the overall dissemination cost of the software. It is the average dependency degree amo ...
分类:
其他好文 时间:
2017-07-28 17:14:45
阅读次数:
174
var radarLeftRight = { "Reusability": [ "System Coupling", "Service Complexity", "Service Coupling", "System Consistency", "Component Coupling","Compo ...
分类:
其他好文 时间:
2017-07-28 17:12:53
阅读次数:
156
"name": "ARCHATTRIBUTE","children": [{"description_en": "The code duplication rate should not exceed 5%. A higher duplication rate means that the soft ...
分类:
其他好文 时间:
2017-07-28 17:11:45
阅读次数:
198
Description There are n children in Jzzhu's school. Jzzhu is going to give some candies to them. Let's number all the children from 1 to n. The i-th c ...
分类:
其他好文 时间:
2017-07-28 16:42:44
阅读次数:
146
使用interface关键字定义接口 接口定义一组成员但不直接实现它们 实现接口 实现接口的任何类都必须实现其所有的成员方法 接口不能直接实例化 接口可以包含方法和属性声明,不能包含字段 接口中所有属性和方法默认为public 一个子类可以继承一个父类的同时,实现多个接口 1 using Syste ...
A children’s puzzle that was popular 30 years ago consisted of a 5×5 frame which contained 24 small squares of equal size. A unique letter of the alph ...
分类:
其他好文 时间:
2017-07-24 20:24:47
阅读次数:
230
1.DOM 实现方法 xml文件 java文件 2.DOM4J 实现方法 XML文件 java文件 3.JDOM实现方法 XML和上面相同,java代码如下 注意:2,3方法需要引入相对应的jar包使用 ...
分类:
编程语言 时间:
2017-07-23 16:46:45
阅读次数:
227