/*适配苹果X*/ @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .header_nav { top: 44px; } } /... ...
分类:
移动开发 时间:
2019-01-14 17:59:20
阅读次数:
451
一、控制颜色 b--blue c--cyan(青色) g--green k--black m--magenta(紫红色) r--red w--white y--yellow 颜色有三种表示方法,可以用全名,也可以用16进制,也可用RGB或RGBA元组 二、控制线型 - 实线-- 短线-.短点相间线: ...
分类:
其他好文 时间:
2019-01-06 19:20:55
阅读次数:
270
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:
其他好文 时间:
2019-01-06 12:49:21
阅读次数:
189
代码,需要加入的控件:PrintDocument、PageSetupDialog、PrintDialog、PrintPreviewDialog、BackgroundWorker,控件的Document属性要指定为PrintDocument控件的id。导入Excel用的是12.0的驱动,需要下载:ht ...
分类:
Windows程序 时间:
2019-01-04 14:56:22
阅读次数:
1386
Android精选源码 " Android游戏2048 " " MVP Kotlin项目(RxJava+Rerotfit+OkHttp+Glide) " " Android基于自定义Span的富文本编辑器 " " android课程表控件效果源码 " " Dagger、Clean、MVP框架搭建,快 ...
分类:
移动开发 时间:
2019-01-03 15:41:35
阅读次数:
218
An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate (sr, ...
分类:
其他好文 时间:
2019-01-02 10:45:09
阅读次数:
136
在澳门用人工智能预测流感趋势后,阿里巴巴还在继续探索如何用科技保障人类健康,这一次是更准确地测量肝结节。 12月28日消息,在全球LiTS(Liver Tumor Segmentation Challenge,肝脏肿瘤病灶区CT图像分割挑战)上,阿里巴巴从近百支科学家队伍中脱颖而出,已获得两项第一,至今无人超越。
分类:
其他好文 时间:
2018-12-28 16:05:43
阅读次数:
235
export default class PixelRatioView extends Component { render() { return ( PixelRatio实例 ... ...
分类:
其他好文 时间:
2018-12-28 14:36:30
阅读次数:
162
An image is represented by a binary matrix with 0 as a white pixel and 1 as a black pixel. The black pixels are connected, i.e., there is only one bla ...
分类:
其他好文 时间:
2018-12-21 21:17:29
阅读次数:
240
本文只以移动设备为例说明。 注意:设计师以iphone6为标准出设计稿的话,1rpx=0.5px=1物理像素。Photoshop里面量出来的尺寸为物理像素点。所以可以直接使用标注尺寸数据。 【像素Pixel】像素是图像的基本采样单位,它不是一个确定的物理量,因为像素点的物理大小是不确定的。如图: 【 ...
分类:
其他好文 时间:
2018-12-20 14:37:12
阅读次数:
2228