注意数据合法性的检测。26分的时候 有人打了两个多小时,只能打两个小时,有人9点之后来的,要排除。时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA table tennis club has N tables available ...
分类:
其他好文 时间:
2015-12-06 11:30:17
阅读次数:
279
1039. Course List for Student (25)时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueZhejiang University has 40000 students and provides 2500 c...
分类:
其他好文 时间:
2015-12-06 11:30:02
阅读次数:
164
问题:满意度把问题的生成搞成用户控件questions.ascx之后,弹出"第#题还没完成"的提示后,满意不满意等选项的字就变小了;F12观察到,大小正常的字html{font-size:1.5em}是有效的,而变小的字html{font-size:1.5em}无效,上面多了个user agent ...
分类:
其他好文 时间:
2015-12-06 11:28:02
阅读次数:
162
我们所使用的测试方法有以下几种功能测试单元测试(使用场景:在编码阶段,每完成一段相对完整的代码块时,单元测试几乎贯穿整个编码过程)黑盒测试(使用场景:在编码阶段,没完成一各相对独立的模块时,例如京东的用户登陆模块完成后,软件测试人员使用编好的测试用例,判断该模块是否通过)白盒测试(使用场景:在编码阶...
分类:
其他好文 时间:
2015-12-06 11:29:52
阅读次数:
132
public void on(View view){ //获取网络图片的地址 String path="http://192.168.1.6:8080/Image/meinv.jpg"; //发送http请求 try { //使用网址构建一个URL对象 ...
分类:
其他好文 时间:
2015-12-06 11:28:24
阅读次数:
138
Eva loves to collect coins from all over the universe, including some other planets like Mars. One day she visited a universal shopping mall which cou...
分类:
其他好文 时间:
2015-12-06 11:28:02
阅读次数:
156
注意这里n是电话数,电话数不超过1000代表人数不超过两千,。。。好坑。。。。时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueOne way that the police finds the head of a gang is t...
分类:
其他好文 时间:
2015-12-06 11:27:02
阅读次数:
289
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 2469135...
分类:
其他好文 时间:
2015-12-06 11:27:41
阅读次数:
140
winrar的命令行参数: !winrar! a "!rarto!" "!from!"压缩文件内的路径可以用 -ep , -ep1 等来指定,但是好像不好指定只包含文件所在文件夹, 大概是:-ep3 包括驱动器名;-ep2 不包括驱动器;测试ep ep1都是没有文件夹,直接就是文件;--------...
分类:
其他好文 时间:
2015-12-06 11:26:48
阅读次数:
153
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making ...
分类:
其他好文 时间:
2015-12-06 11:25:48
阅读次数:
214
Given two strings S1 and S2, S = S1 - S2 is defined to be the remaining string after taking all the characters in S2 from S1. Your task is simply to c...
分类:
其他好文 时间:
2015-12-06 11:25:16
阅读次数:
139
排队模型先把每个窗口的黄线排满如果还有人的话,前面完事儿一个插入一个。最后把每个队伍的人服务完。时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueSuppose a bank has N windows open for servic...
分类:
其他好文 时间:
2015-12-06 11:25:05
阅读次数:
235
前不久7速DSG双离合变速器的先天不足,所引发的传档抖动、换档异响、跑了一段时间后,警告灯突然报警,然后车便自动停下来等等事故,也让许多选择了这种变速器的消费者连连喊冤。大家都觉得自己变成了大众不成熟的干式变速箱的“小白鼠”,于是纷纷在网上发帖来声讨这种变速器的不合理之处。□7速DSG双离合变速箱可...
分类:
其他好文 时间:
2015-12-06 11:26:06
阅读次数:
122
SQLite Open Helper SQLite 打开助手 使用SQLite数据库时,需要继承它,它是个抽象方法================================================================super context string C...
分类:
其他好文 时间:
2015-12-06 11:26:02
阅读次数:
121
时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueWith the 2010 FIFA World Cup running, football fans the world over were becoming increasingl...
分类:
其他好文 时间:
2015-12-06 11:24:19
阅读次数:
291
第四条:多用类型常量,少用#define预处理指令 使用#define 预处理的坏处:定义出来的常量没有类型信息,编译器只是会在编译前据此执行查找与替换操作。即使有人重新定义了常量值,编译器也不会产生警告信息,这将导致应用程序中的常量值不一致。使用例如:sta...
分类:
其他好文 时间:
2015-12-06 11:24:58
阅读次数:
129
pb8自己写的://====================================================================// 事件: w_main.of_replace()//--------------------------------------------...
分类:
其他好文 时间:
2015-12-06 11:25:26
阅读次数:
190