码迷,mamicode.com
首页 >  
搜索关键字:wanna cry    ( 174个结果
四. Java继承和多态4. 多态和动态绑定
在Java中,父类的变量可以引用父类的实例,也可以引用子类的实例。请读者先看一段代码: public class Demo { public static void main(String[] args){ Animal obj = new Animal(); obj.cry(); obj = ne ...
分类:编程语言   时间:2017-04-26 15:56:13    阅读次数:224
ssh设置
1、先设置主机名Router(config)#hostnameRouter(config)#hostnameR1R1(config)#2、设置域名R1(config)#ipdomain-namecisco.com3、将用户设置为支持ssh客户端接入R1(config)#usernameciscopasswordcisco4、生成用于保护会话的密钥R1(config)#cry?cryptoR1(config)#crypto?keyLon..
分类:其他好文   时间:2017-04-16 23:13:10    阅读次数:289
分享html5的一个拖拽手法
就是这样的效果:拖拽之前 之后: 上代码: 每日一句:I always knew looking back on the tears would make me laugh, but I never knew looking back on the laughs would make me cry. ...
分类:Web程序   时间:2017-03-07 08:41:14    阅读次数:218
November 22nd 2016 Week 48th Tuesday
Eventually, you will learn to cry on the inside. 终有一天,你得学会让眼泪在心里流。 Cry on the inside. I am tired, and I think that I can't hold on it any longer. I tr ...
分类:其他好文   时间:2017-01-27 23:44:52    阅读次数:331
抽象类
抽象类 在实际开发中,我们可能有这样一种类,是其他的父类,但是本身不需要实例化主要用途是用于让子类来继承他,这样可以达到代码复用,同时利于项目设计者,设计类快速入门abstract public function cry(){}1.基本用法abstract class{方法,属性}2.如果一个类使用 ...
分类:其他好文   时间:2016-10-23 20:08:33    阅读次数:126
弱校连萌 10.3
A.Best Matched Pair B.Help the Princess! C.We don't wanna work! D.Parentheses E.Similarity of Subtrees F.Escape from the Hell G.Share the Ruins Preser ...
分类:其他好文   时间:2016-10-05 21:52:35    阅读次数:151
2016弱校联萌十一专场10.3 遗憾题合集
http://acm-icpc.aitea.net/index.php?2016%2FPractice%2F%E6%A8%A1%E6%93%AC%E5%9C%B0%E5%8C%BA%E4%BA%88%E9%81%B8%2F%E8%AC%9B%E8%A9%95 C.We don't wanna wor ...
分类:其他好文   时间:2016-10-03 23:26:27    阅读次数:300
我不能保证会使你笑, 但是我能陪着你一起哭。
If One DayIf one day you feel like crying,Call me.I don’t promise that I will make you laugh,But I can cry with you. If one day you want to run away,D ...
分类:其他好文   时间:2016-09-05 11:51:53    阅读次数:271
Hdu5785-Interesting(回文串处理)
Problem Description Alice get a string S. She thinks palindrome string is interesting. Now she wanna know how many three tuple (i,j,k) satisfy 1≤i≤j<k ...
分类:其他好文   时间:2016-08-07 10:59:12    阅读次数:175
174条   上一页 1 ... 6 7 8 9 10 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!