1 text-size-adjust: 100%; font-size<12px 不推荐none,因为none会导致页面缩放失效 属性是为解决移动设备上横屏问题而出现的,取消横屏切换时字号变大 另外,桌面谷歌27以上已经不支持这个属性了,可用transform:scale(0.875)替代不...
分类:
移动开发 时间:
2015-08-19 20:03:15
阅读次数:
146
新中国 chrome 不支持 -webkit-text-size-adjust 设定。可以小于 12px。为了尺寸小于 12px 和清晰的显示效果,现在无解(scale 不清楚) 版权声明:本文博客原创文章,博客,未经同意,不得转载。 ...
分类:
Web程序 时间:
2015-08-18 18:13:38
阅读次数:
110
1. 使整个页面的图片都变成灰色的,代码如下。html{ font-size: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; filter: grayscale(100%); -webkit-filter: ...
分类:
Web程序 时间:
2015-08-18 16:04:19
阅读次数:
134
(1)项目介绍 于android API的AudioManager于,它提供了一种方法来调整电话音量。audioMa.adjustVolume(AudioManager.ADJUST_LOWER, 0);audioMa.adjustVolume(AudioManager.ADJUST_RAISE, ...
分类:
移动开发 时间:
2015-08-10 21:38:46
阅读次数:
149
1.禁止缩放+禁止缓存 2.-webkit-定制css-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;
分类:
其他好文 时间:
2015-08-06 15:02:09
阅读次数:
128
1. 屏蔽音量键按键音(在Activity中添加这行代码)
setVolumeControlStream(AudioManager.RINGER_MODE_SILENT);2.显示系统的音量调节框
audioManager.adjustStreamVolume(AudioManager.STREAM_MUSIC,
AudioManager.ADJUST_SAME...
分类:
其他好文 时间:
2015-07-28 14:36:39
阅读次数:
112
class LRUCache{public: //map v; vector v; map m; int s; LRUCache(int capacity) { s=capacity; } void adjust(int key){ ...
分类:
系统相关 时间:
2015-07-26 00:21:17
阅读次数:
236
The formula is : Y = (y - 128) * C /128 + (B - 128) + 128. //About add 128 is ture or error ? Cb = [ (Cb - 128)*cos(H) + (Cr - 128)*sin(H)] * S/64 ...
分类:
其他好文 时间:
2015-07-24 20:44:38
阅读次数:
125
css中的字体及文本相关属性1.字体相关属性 字体主要可以设置color、font-family、font-size、font-size-adjust、font-stretch、font-style、font-weight、text-decoraction、font-variant、text-sh....
分类:
Web程序 时间:
2015-07-22 12:23:02
阅读次数:
128
imadjust - Adjust image intensity values or colormap This MATLAB function maps the intensity values in grayscale image I to new values in J such that ...
分类:
其他好文 时间:
2015-07-18 18:29:03
阅读次数:
151