super 关键字与 this 类似,this 用来表示当前类的实例,super 用来表示父类。 super 可以用在子类中,通过点号(.)来获取父类的成员变量和方法。super 也可以用在子类的子类中,Java 能自动向上层类追溯。 父类行为被调用,就好象该行为是本类的行为一样,而且调用行为不必发 ...
分类:
编程语言 时间:
2018-06-08 11:55:02
阅读次数:
199
PyCharm 2017.3.1 (Community Edition)Build #PC-173.3942.36, built on December 14, 2017JRE: 1.8.0_152-release-1024-b8 amd64JVM: OpenJDK 64-Bit Server VM ...
分类:
其他好文 时间:
2018-06-07 21:51:09
阅读次数:
1410
This time, you are supposed to find A+B where A and B are two polynomials. Input Each input file contains one test case. Each case occupies 2 lines, a ...
分类:
其他好文 时间:
2018-06-07 20:51:00
阅读次数:
160
原因:Selenuim已经放弃PhantomJS3.x了,建议使用火狐或者谷歌无头浏览器。 解决方法: 1.phantomjs降级,换个2.x版本的 2.使用无头浏览器,示例代码(自己改了改,如有错误还望指正) 运行结果 为了紧跟时代,还是使用无头浏览器吧 ...
分类:
Web程序 时间:
2018-06-06 18:12:26
阅读次数:
645
打开idea的 View -> Tool Windows -> Gradle.然后点击 Refresh ...
分类:
其他好文 时间:
2018-06-06 10:43:48
阅读次数:
260
Deleting Edges Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1693 Accepted Submission(s): 575 ...
分类:
其他好文 时间:
2018-06-05 23:27:07
阅读次数:
292
题目描述 Persona5 is a famous video game. In the game, you are going to build relationship with your friends. You have N friends and each friends have his ...
分类:
其他好文 时间:
2018-06-05 19:14:17
阅读次数:
129
本机安装的是64位的操作系统和JDK,但启动的是32位的AS,所以会出现找不到JDK的情况。 仔细看AS安装目录会发现自带了两个启动程序: 由于打开的是32位的启动程序,所以出现了问题,换成另一个64位的启动程序就没问题了。 安装android studio时候弹出unable to access ...
分类:
移动开发 时间:
2018-06-05 00:34:20
阅读次数:
1562
时间限制: 10 Sec 内存限制: 128 MB 题目描述 Given l1,r1,l2,r2,l3,r3,l4,r4, please count the number of four-tuples (x1,x2,x3,x4) such that li≤ xi≤ ri and x1≠x2,x2≠x ...
分类:
其他好文 时间:
2018-06-04 22:38:26
阅读次数:
191