遇到一小问题,做好的手机页面在安卓手机上不显示红框里的图片都不显示;代码是div里套一个a标签,两个都是背景图片后来把背景图片的background-size:cover;去掉就显示了,不知道为什么。先记录下来
分类:
移动开发 时间:
2014-12-17 12:24:20
阅读次数:
243
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...
分类:
其他好文 时间:
2014-12-16 15:12:03
阅读次数:
153
现在硬件性能的急速提升也是一些网站的图片应用越来越大,许多网站采用大图做背景。但是不同分辨率下仍有问题,css推出了backround-size这个样式,但是ie浏览器尤其是低版本不兼容该属性,我们下面就来解决这个问题,以backround-size:cover属性为例background: url...
分类:
Web程序 时间:
2014-12-05 14:08:24
阅读次数:
305
Json格式基本格式变量名:值"title":"肖申克的救赎"值可以是结构体(类),如下,用大括号括起来:"images":{"small":"http:\/\/img3.douban.com\/view\/movie_poster_cover\/ipst\/public\/p480747492.j...
分类:
Web程序 时间:
2014-12-01 15:46:16
阅读次数:
243
NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the k...
分类:
系统相关 时间:
2014-11-29 21:41:57
阅读次数:
184
OverviewThank you for downloading the MEAN.JS boilerplate!This simple documentation will cover the basics of developing your MEAN application.Before y...
分类:
Web程序 时间:
2014-11-25 18:05:39
阅读次数:
286
'?' Matches any single character.'*' Matches any sequence of characters (including the empty sequence).The matching should cover the entire input stri...
分类:
其他好文 时间:
2014-11-15 06:35:33
阅读次数:
152
引言
曾经认为Hive自带的函数应该可以cover住我的日常所需,心想那些需要使用自定义函数的场景是不是太奇葩,谁知命运弄人,自己还是碰上了。
需求很简单,我需要模拟Oracle中的SYS_GUID()函数,生成一个32位的字母数字随机串。
开发环境:Eclipse+Maven,引入Hive0.13.1的依赖。
欢迎转载,请注明来源:...
分类:
其他好文 时间:
2014-11-13 18:54:34
阅读次数:
259
discuz X3空间主题列表 图片展现模式,discuz实现个人空间主题列表调用图片模式,discuz home图片列表如果需要实现该呈现方式,我们需要首先了解discuz封面图片存储原理:discuz没有将主题列表封面路径存在数据表中,只是在pre_forum_thread表中存了一个cover...
分类:
Web程序 时间:
2014-11-13 16:32:58
阅读次数:
276
1、block的功能是实现代码的回调,简单高效[UIView animateWithDuration:1.0 animations:^{ //需要执行的代码 self.cover.alpha = 0.0; self.imageBtn.frame = CGRectMake(85, 8...
分类:
其他好文 时间:
2014-11-08 00:42:15
阅读次数:
147