1041. Be Unique (20)时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueBeing unique is so important to people on Mars that even their lottery i...
分类:
其他好文 时间:
2015-02-10 18:38:54
阅读次数:
216
1 /**Parses string formatted as YYYY-MM-DD to a Date object. 2 * If the supplied string does not match the format, an 3 * invalid Date (value NaN...
分类:
其他好文 时间:
2015-02-10 18:30:17
阅读次数:
154
Time Limit: 2 Seconds Memory Limit: 65536 KBOne day, Nobita found that his computer is extremely slow. After several hours’ work, he finally found that it was a virus that made his poor computer s...
分类:
其他好文 时间:
2015-02-10 15:21:51
阅读次数:
183
http://evadeflow.com/2010/06/sane-terminal-colors/Sane Terminal ColorsJune 26, 2010I recently created a new Ubuntu VM and once again found myself not ...
分类:
其他好文 时间:
2015-02-10 15:10:24
阅读次数:
960
最近在做一个项目的时候需要用到反射来回调子类的方法,但是在反射过程中总是在class.forname()方法抛出NO CLASS FOUND异常,经过几部检查,问题解决,在此总结一下引起该问题的原因1.class.forname()的参数中的类名必须是完整的包名+类名2.是1的衍生,在Android...
分类:
移动开发 时间:
2015-02-10 15:09:10
阅读次数:
168
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2015-02-10 14:50:56
阅读次数:
101
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2015-02-10 12:51:49
阅读次数:
177
struts2错误:The Struts dispatcher cannot be found.The Struts dispatcher cannot be found. This is usually caused by using Strutstags without the associat...
分类:
其他好文 时间:
2015-02-10 11:08:06
阅读次数:
143
今天玩了一下WCF,发布到IIS上,发现出现这样的错误在博客园找了很久解决办法,一种说是重新注册IIS,就是C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i,但是我弄了也还是不行,终究发现我请求的是WCF服务,https:/...
分类:
Web程序 时间:
2015-02-10 10:58:39
阅读次数:
256
Server.Transfer("path")内部重定向请求,是服务器内部的接管,浏览器无法意识到这个接管的发生,浏览器地址栏也不会发生变化。而Response.Redirect("")这是经历了一个通知浏览器重定向,浏览器found之后,向服务器发请求重新访问新的url地址并返回给客户端的过程,这...
分类:
Web程序 时间:
2015-02-10 00:29:12
阅读次数:
142