首页
学习
活动
专区
工具
TVP
发布

用户3288143的专栏

专栏作者
396
文章
425588
阅读量
33
订阅数
【前端】Javascript高级篇-类的继承
继承普通方法 // 父类 class Father { constructor() { } say() { console.log('hello world') } } // 子类 class Son extends Father{ } // 通过子类调用父类方法 var son = new Son() son.say() C:\Users\lenovo\Downloads\HBuilderX\readme>cd C:\Users\lenovo\Downloads\HBuild
瑞新
2020-07-07
3790
C++里面的iostream是什么
C++编译系统提供了用于输入输出的iostream类库。iostream这个单词是由3个部分组成的,即i-o-stream,意为输入输出流。在iostream类库中包含许多用于输入输出的类。
瑞新
2020-07-07
1.2K0
java_神奇的报错 java.lang.Exception:No tests found matching
1.最容易发现的错误,就如报错所说,没有找到test方法就是因为忘记在方法前加 @Test 注解了。
瑞新
2020-07-07
6.2K0
白话解说,半分钟就懂---里氏替换原则
A type hierarchy is composed of subtypes and supertypes. The intuitive idea of a subtype is one whose objects provide all the behavior of objects of another type (the supertype) plus something extra.What is wanted here is something like the following substitution property: If for each object o1 of type S there is an object o2 of type T such that for all programs P defined in terms of T, the behavior of P is unchanged when o1 is substituted for o2 then S is a subtype of T.
瑞新
2020-07-07
3950
【自动化测试】Selenium
web应用程序测试工具(录制、编写、运行、测试并行处理) api 编辑 并行测试
瑞新
2020-07-07
8600
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档