<style> .content{ width: 500px; margin:0 auto; } .content .img1{ animation: zhazha 1s infinite; } .content .img2 { animation: boom 1s 1; } @keyframes ...
分类:
其他好文 时间:
2017-08-20 00:40:20
阅读次数:
180
Problem Description A weird clock marked from 0 to 59 has only a minute hand. It won’t move until a special coin is thrown into its box. There are dif ...
分类:
其他好文 时间:
2017-08-19 21:17:41
阅读次数:
195
原文:Animating Single Div Art 翻译:nzbin 导读:学习工具的最好的方法就是尝试新技术,本文通过“单元素艺术”介绍了 CSS 变量的使用以及给单元素添加动画的几种方法。通过学习作者编写的复杂的“单元素”示例,相信你对 CSS 变量以及 CSS 动画会有一个深刻的认识。 如 ...
分类:
其他好文 时间:
2017-08-18 20:14:20
阅读次数:
244
boost_array_bind_fun_ref Array.cpp #include<boost/array.hpp> #include <iostream> #include <string> using namespace std; using namespace boost; void ma ...
分类:
编程语言 时间:
2017-08-18 18:46:44
阅读次数:
123
我们想要一块区域实现上划刷新时。 首先需要一块滚动视图:ionCintent 或者 ionScroll 把ion-infinite-scroll当作滚动视图的最后一个子元素,他的on-infinite属性可以赋一个达到底部时执行的函数 函数如下: 上划时执行getNew()函数; 这里有一个坑,当获 ...
分类:
其他好文 时间:
2017-08-15 18:55:17
阅读次数:
199
<div class="dark"> <div class="stars"></div> <div class="stars2"></div></div> .stars2 { width: 2px; height: 2px; background: transparent; box-shadow: ...
分类:
其他好文 时间:
2017-08-10 14:37:59
阅读次数:
164
In a highly developed alien society, the habitats are almost infinite dimensional space. In the history of this planet,there is an old puzzle. You hav ...
分类:
其他好文 时间:
2017-08-09 13:06:59
阅读次数:
201
Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 89661 Accepted: 20143 Description Assume the coasting is an infinite str ...
分类:
其他好文 时间:
2017-08-09 13:00:14
阅读次数:
150
Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 89640 Accepted: 20135 Description Assume the coasting is an infinite str ...
分类:
其他好文 时间:
2017-08-08 12:29:09
阅读次数:
183
Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Note:n is positive and will fit within the range of a 32-bi ...
分类:
其他好文 时间:
2017-08-05 00:16:54
阅读次数:
190