web css原生代码响应式布局↘@media scree bootstrap 移动端优先↗ 自带框架 兼容性 不同的屏幕尺寸 (还原布局) css原生代码响应式布局@media scree(手机屏幕) js文件自适应 app css原生响应式 1.宽高→用百分比 2.用rem 3.@media针对 ...
分类:
其他好文 时间:
2016-10-08 01:50:16
阅读次数:
103
NSData *data = UIImageJPEGRepresentation(image, 0.001); UIImage * preImage = [UIImage imageWithData:data]; [preImage drawInRect:CGRectMake(0, 0, Scree ...
分类:
其他好文 时间:
2016-09-07 22:48:51
阅读次数:
123
Delphi 中窗体Form显示在第二个显示器中的方法: 假定要显示在扩展的第二个显示器的Form的名称为frmFloat,则除了要设置该form的top、left、width、height为Screen.Monitors[1].Top, Screen.Monitors[1].Left, Scree ...
响应式设计(布局): 出发点挺好,实际用起来非常不方便 1.大多数手机width=320px 2.大多数pad的width=1024px 媒体查询缺点: 1.流量非常浪费 2.少部分手机的分辨率不统一——非常乱 3.除了媒体查询,有更简单的方法——没必要media 媒体查询 @media scree ...
分类:
其他好文 时间:
2016-06-14 11:35:43
阅读次数:
131
Android横竖屏设置:方法一:onCreate()中 setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); //横屏 setRequestedOrientation(ActivityInfo.SCREE...
分类:
移动开发 时间:
2016-01-25 09:51:42
阅读次数:
212
#import "ViewController.h"#import "ViewController.h"#define SCREE_WITDH CGRectGetWidth([UIScreen mainScreen].bounds)#define SCREE_HEIGHT CGRectGetHe.....
分类:
其他好文 时间:
2015-12-29 14:20:10
阅读次数:
112
adb shell dumpsys123456789101112131415161718192021222324adb shell dumpsys dumpsys command dumps system data (status of system services) to the scree.....
分类:
其他好文 时间:
2015-09-11 10:22:26
阅读次数:
342
BOM的核心对象是window,它既表示浏览器窗口以及页面可见区域,同时也是ECMAScript中的Globe对象,所有的全局变量和函数都是它的属性,并且所有的原声函数以及其他函数也都存在于它的命名空间下。一,window窗口相关设置1)获取浏览器窗口在显示屏的位置根据浏览器不同,可以采用scree...
分类:
编程语言 时间:
2015-07-17 13:48:30
阅读次数:
122
window.screen 对象包含有关用户屏幕的信息。Window Screenwindow.screen对象在编写时可以不使用 window 这个前缀。一些属性:screen.availWidth - 可用的屏幕宽度screen.availHeight - 可用的屏幕高度Window Scree...
分类:
编程语言 时间:
2015-06-02 00:14:13
阅读次数:
154
1.Canvas:1)Render Mode : Screen Space -Camera2)Render Camera : UICamera(自己创建的相机)3)Plane Distance : 02.Canvas Scaler:1)Ui Scale Mode : Scale with scree...
分类:
编程语言 时间:
2015-04-27 13:09:38
阅读次数:
210