Problem Description
Kids in kindergarten enjoy playing a game called Hawk-and-Chicken. But there always exists a big problem: every kid in this game want to play the role of Hawk.
So the teacher ...
分类:
其他好文 时间:
2014-10-18 22:26:11
阅读次数:
291
java play框架验证码的实践,并且实现点击更新验证码。...
分类:
编程语言 时间:
2014-10-18 17:06:54
阅读次数:
154
Description
Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man called "nuclear weapon of FZU,descen...
分类:
其他好文 时间:
2014-10-17 15:38:24
阅读次数:
282
1、引子css3的出现让浏览器的表现更加的丰富多彩,表现冲击最大的就是动画了,在日常书写动画的时候,很有必要去事先判断浏览器是否支持,尤其是在写CSS3动画库的时候。比如transition的animation-play-state,就只有部分浏览器支持。2、检测方法下面的方法可以使用脚本判断浏览器...
分类:
Web程序 时间:
2014-10-17 15:21:10
阅读次数:
222
一个能够向上滑动的时候往上飞出一个显示区域的控件,类似于play music中的效果。该控件在主界面中有一个如下图红色箭头所指的底部触发区域:
该区域点击的时候被隐藏在下方的内容将网上漂移到顶部,直到被隐藏的内容完全挡住原来的布局,但是这个触发区域仍然存在,如图。
当被隐藏区域完全显示,这时再次点击触发区域(或者是通过下滑的手势)将恢复到最初的状态。
一般再未点击的时候,这个...
分类:
移动开发 时间:
2014-10-17 13:48:16
阅读次数:
233
Problem地址:http://acm.hdu.edu.cn/showproblem.php?pid=1116一道关于欧拉回路的题。由于刚刚接触欧拉图,所以收集了一些资料:关于欧拉图的相关定义:若图G中存在这样一条路径,使得它恰通过G中每条边一次,则称该路径为欧拉路径。若该路径是一个圈,则称为欧拉...
分类:
其他好文 时间:
2014-10-16 22:58:23
阅读次数:
287
Round Numbers
Time Limit: 2000MS Memory Limit: 65536K
Total Submissions: 9149 Accepted: 3248
Description
The cows, as you know, have no fingers or thumbs and thus are unable to play Scissors, Pa...
分类:
其他好文 时间:
2014-10-16 20:52:43
阅读次数:
198
using UnityEngine;using System.Collections;public class MoveToClick : MonoBehaviour{ public GameObject play; public Vector3 temPos; public bo...
分类:
移动开发 时间:
2014-10-15 19:22:51
阅读次数:
147
这题折腾主要是因为对于这个anagram的定义理解有误,参看维基页面:Ananagramis a type ofword play, the result of rearranging the letters of a word or phrase to produce a new word or ...
分类:
其他好文 时间:
2014-10-14 21:30:09
阅读次数:
195
Play2.3.x,新建一个工程就比较头疼,sbt解析一大堆,很多都被墙了。使用GAE代理:set HTTP_PROXY=http://localhost:8087activator还有sbt的包老找不到,估计是官方源出了问题:sbt.ResolveException: unresolved dep...
分类:
其他好文 时间:
2014-10-13 14:25:49
阅读次数:
432