MyHtml.html
-->
*{margin:0px;padding:0px;}
body{background:url("imgs/img/bj.jpg")no-repeat fixed;
background-size:cover;}
#nav #logo{
background:rgba(255,255,255,0....
分类:
移动开发 时间:
2015-02-25 18:39:06
阅读次数:
328
最近想弄一个类似登陆框的那种弹出框,其实网上已经有很多例子,而且也有相应的插件,例如:jquery-ui的,可直接使用,而我就简单的弄了个简易版的登陆框,真的很简易。其实原理就是设置两个div,一个div_cover,一个div_content。div_cover用于覆盖原来的界面,可以使原来的界面...
分类:
Web程序 时间:
2015-02-15 16:17:10
阅读次数:
203
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire input string...
分类:
其他好文 时间:
2015-02-15 15:12:47
阅读次数:
195
js获取标签name属性this.getAttribute("name")|document.getElementById(id).getAttribute(‘name‘)CSS操作背景图片background-size:100%100%;background-size:cover;background-size:cover;background-size:auto;运行里敲:dcomcnfg,打开组件服务透明divfilter:alpha(opacity=2..
分类:
其他好文 时间:
2015-02-12 16:27:58
阅读次数:
350
一,实现思路
实现的效果:
此控件主要是模仿IReader打开书本翻转以及放大特效,在看文章之前可以找本书来翻转加深理解,呵呵,开个玩笑,进入正题。
打开书本:
上层为cover,下层为content。cover播放放大翻转动画,content播放放大动画。
几个注意点:
1,动画的播放只能局限在父ViewGroup内部,放大到全屏该怎么进行?
A:使用克隆体添加到WindowManager中,然后去播放动画。
2,不能直接对WindowManager中的子控件播放动画,该怎么解...
分类:
其他好文 时间:
2015-02-09 18:33:52
阅读次数:
203
线段树(1)http://www.cnblogs.com/fu11211129/p/4230000.html1. 线段树应用之动态点插与统计:--------------------------------线段树(1)中讲的应用是区段的插值与统计,我们在线段树结构体中接入cover之一域,cover...
分类:
编程语言 时间:
2015-02-06 13:03:14
阅读次数:
275
Description There is an N*M matrix with only 0s and 1s, (1 #includeusing namespace std;// N 行 M 列 。 。 。const int INF=10e8;const int MaxN=1010;const...
分类:
其他好文 时间:
2015-01-31 14:26:16
阅读次数:
188
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input st...
分类:
其他好文 时间:
2015-01-29 14:39:45
阅读次数:
107
Implement regular expression matching with support for ‘.’ and ‘*’.
‘.’ Matches any single character.
‘*’ Matches zero or more of the preceding element.
The matching should cover the...
分类:
其他好文 时间:
2015-01-29 12:43:39
阅读次数:
167
JQueryfunction hideMax(){ $(".MAX_div").remove(); $("#Cover_Div").hide(); } function showMax(url){ $("#Cover_Div").show(); var ...
分类:
Web程序 时间:
2015-01-26 18:49:06
阅读次数:
575