以前在给View Image View Button 设置边框 和 圆角 的时候 一直不明白 为什么要设置button.layer.masksToBounds = YES 现在终于知道原因了
当你了解了masks 的时候就会明白为什么会有这一步操作了 “一个图层可以有一个和它相
关联的mask(蒙版)mask 是一个拥有alpha值的位图,当像素要和它下面包含的像素合并
...
分类:
其他好文 时间:
2015-03-05 17:05:38
阅读次数:
129
Declare @db varchar(100)Declare @dbID int =4Declare @tabName varchar(100)='mask'Declare @columnName varchar(100) = ''Declare @FixDB varchar(100)='Prod...
分类:
其他好文 时间:
2015-03-03 18:04:45
阅读次数:
147
1、问题描述串口输出如下信息后,无任何响应。IP-Config: Complete: device=eth0, addr=192.168.1.88, mask=255.255.255.0, gw=192.168.1.1, host=192.168.1.88, domain=, nis...
分类:
其他好文 时间:
2015-03-03 15:02:26
阅读次数:
2395
1、打开Easy.js2、找到1 if (opts.modal == true) {2 _26f.mask = $("").insertAfter(_26f.window);3 _26f.mask.css({width:(opts.in...
分类:
其他好文 时间:
2015-02-28 17:54:22
阅读次数:
185
使用场景:游戏的背包格子,它不是按钮,但是需要响应点击事件。 首先在Unity中创建一个背包格子的Prefab,把它的layer设置成UI层,因为UICamera默认的 接收事件层Event Receiver Mask就是UI层. 其次,给格子Pre...
分类:
其他好文 时间:
2015-02-27 15:19:07
阅读次数:
159
#include
#include
#include
#include
IplImage *image = 0, *hsv = 0, *hue = 0, *mask = 0, *backproject = 0, *histimg = 0;
CvHistogram *hist = 0;
int backproject_mode = 0;
int select_object = 0;
i...
分类:
编程语言 时间:
2015-02-11 16:38:54
阅读次数:
353
1:首先安装包yum install dhcp2:编辑配置文件vi /etc/dhcp/dhcpd.conf内容是subnet 10.96.34.32 netmask 255.255.255.240 {option routers 10.96.34.33;option subnet-mask 255...
分类:
其他好文 时间:
2015-02-08 10:18:11
阅读次数:
186
struct Hash_map { static const int mask=0x7fffff; int p[8388608],q[8388608]; void clear() { for(int i=0; i<=mask; ++i) ...
分类:
其他好文 时间:
2015-02-07 17:14:15
阅读次数:
166
bio.hstaticinlinestructbio*bio_kmalloc(gfp_tgfp_mask,unsignedintnr_iovecs)
{
returnbio_alloc_bioset(gfp_mask,nr_iovecs,NULL);
}blk_rq_map_user_iov-mapuserdatatoarequest,forREQ_TYPE_BLOCK_PCusagescsi_ioctl.cstaticintsg_io(structrequest_queue*q,structgendisk*..
分类:
系统相关 时间:
2015-02-05 18:45:48
阅读次数:
501
EasyUI加载效果
body{font-size:12px}
.datagrid-mask{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5;filter:alpha(opacity=30);background-color:#e0ecff;display:none}
.datagr...
分类:
Web程序 时间:
2015-02-05 18:27:59
阅读次数:
156