http://acm.njupt.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=1028Digital Roots时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:493 ...
分类:
其他好文 时间:
2014-07-23 22:30:07
阅读次数:
262
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4736解题思路:在treap里面加上一个num域,用来表示这个节点重复数的个数就行!WA了很多次,发现自己在处理负数的时候有点问题了。然后拿cxlove 的SBT代码比对...
分类:
其他好文 时间:
2014-07-23 22:18:07
阅读次数:
361
struts思路: 1.struts使用的三板斧ActionForm、DispatchAction、ActionMapping 2.主要关注点:Form、Action、Forward 3.页面如何发送请求参数,后台如何截取.do请求,如何将参数组装成Form,在Action中如何操作F...
分类:
其他好文 时间:
2014-07-23 21:35:05
阅读次数:
263
http://acm.njupt.edu.cn/acmhome/problemdetail.do?&method=showdetail&id=1026五位以内的对称素数时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:1857 测试通...
分类:
其他好文 时间:
2014-07-23 20:50:35
阅读次数:
218
1 //经纬度转Wev墨卡托 2 dvec3 CMathEngine::lonLat2WebMercator(dvec3 lonLat) 3 { 4 dvec3 mercator; 5 double x = lonLat.x *20037508.34/180; 6 do...
分类:
Web程序 时间:
2014-07-23 20:38:25
阅读次数:
217
系统启动配置文件:/etc/inittab # Default runlevel. The runlevels used are: #?? 0 - halt (Do NOT set initdefault to this) #?? 停止系统运行 #?? 1 - Single user mode #?? 进入单用户模式,不带网...
分类:
系统相关 时间:
2014-07-23 17:37:31
阅读次数:
248
Message Flood
Time Limit: 1500ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
Well, how do you feel about mobile phone? Your answer would probably be something like that "It's so convenient and ...
分类:
其他好文 时间:
2014-07-23 17:19:52
阅读次数:
251
先看下面一个例子#import #import "AppDelegate.h"@interface Something : NSObject- (void)doWithError:(NSError **)outError;@end@implementation Something- (void)do...
分类:
其他好文 时间:
2014-07-23 16:44:01
阅读次数:
212
Problem Description
During summer vacation,Alice stay at home for a long time, with nothing to do. She went out and bought m pokers, tending to play poker. But she hated the traditional gameplay. S...
分类:
其他好文 时间:
2014-07-23 16:36:51
阅读次数:
304
拦截规则配置1. *.do appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-...
分类:
编程语言 时间:
2014-07-23 16:28:41
阅读次数:
278