这几天郁闷了好几天,好不容易把算法实现了,加入到项目中的时候,总是出现一些错误,各种调试,各种反汇编debug,还是不见错误的踪影;最后发现错误的时候,快cry了,原来小写写成大写了,这2B的错误,说出来太丢人啦!丢人吧,让自己更有动力;
心得:写程序的时候,要一起呵成...
分类:
编程语言 时间:
2014-11-27 18:34:08
阅读次数:
167
They Told Him他们告诉他: Don't You Ever Come Around Here “你胆敢再来? Don't Wanna See Your Face, 不想再见你, You Better Disappear 你最好滚蛋!” The Fire's In Their Eyes...
分类:
其他好文 时间:
2014-11-23 15:53:41
阅读次数:
282
1.when we wanna share const variables;we use the keywordexternon both its definition and declaration(s):2.Once initialized, a reference remains bound ...
分类:
编程语言 时间:
2014-11-16 21:24:45
阅读次数:
225
"; } } class Dog extends Animal { //重写父类方法 //当子类的方法和父类的方法同名参数也一样,可以让子类的方法覆盖父类的方法 //访问修饰符可以不一样,但是满足子类的访问范围大于等于父类的访问范围 function cry(){ ec...
分类:
Web程序 时间:
2014-10-26 22:52:03
阅读次数:
275
"; } } abstract class Animal2 extends Animal{ //抽象类可以包含实现方法 public function Cry() { ...
分类:
Web程序 时间:
2014-10-26 22:35:47
阅读次数:
236
1. 构建一个动物类作为父类,猫科动物子类继承动物类,老虎子类继承猫科 动物 每个类都实现一个不同的cry方法。借口文件1:Animal.h#import @interface Animal : NSObject- (void) cry;@end实现文件1:Animal.m#import "Anim...
分类:
其他好文 时间:
2014-10-06 00:46:29
阅读次数:
336
//Animal .h文件#import @interface Animal : NSObject{ @private int _feets; int _eyes; NSString *_corlor;}- (void)cry;- (instancetype)initWith...
分类:
其他好文 时间:
2014-10-05 22:10:59
阅读次数:
166
DescriptionWithout expecting, Angel replied quickly.She says: "I'v heard that you'r a very clever boy. So if you wanna me be your GF, you should solve...
分类:
其他好文 时间:
2014-10-04 21:53:07
阅读次数:
220
CodeForces 469A. I Wanna Be the Guy(数学)...
分类:
其他好文 时间:
2014-09-21 20:30:41
阅读次数:
166
c被fst了。。。。。。。。。。。。。。。。然后掉到600+.。。。然后。。。估计得绿名了。。sadA.I Wanna Be the Guy题意:让你判断1~n个数哪个数没有出现。。sb题。。。开个数组即可。。#include #include #include #include #include ...
分类:
其他好文 时间:
2014-09-21 01:34:29
阅读次数:
490