码迷,mamicode.com
首页 >  
搜索关键字:shadow volume    ( 5300个结果
iOS——CALayer的shadow无效问题
CALayer *sublayer = [CALayer layer]; sublayer.backgroundColor = [UIColor purpleColor].CGColor; sublayer.shadowOffset = CGSizeMake(0, 3); subl...
分类:移动开发   时间:2015-04-16 17:00:35    阅读次数:171
easyui常用控件样式
div easyui-window 窗口样式 属性如下: 1.modal:是否生成模态窗口。true[是] false[否] 2.shadow:是否显示窗口阴影。true[显示] false[不显示] div easyui-panel 面板 属性如下: 1.title:该标题文本显示在面板头部。 2.iconCls:在面板上通过一个CSS类显示16x16图标。...
分类:其他好文   时间:2015-04-16 15:54:30    阅读次数:181
CSS3中各种属性的意思
box-shadow:阴影偏移值(可取正负值);阴影垂直偏移值(可取正负值);阴影模糊值;阴影颜色 FireFox支持Box Shadow:-moz-box-shadow:2px 2px 5px #333; webkit内核的Safari和Chrome支持Box Shadow:-webkit-box...
分类:Web程序   时间:2015-04-16 15:40:09    阅读次数:112
Core Java Volume I — 4.4. Static Fields and Methods
4.4. Static Fields and MethodsIn all sample programs that you have seen, the main method is tagged with the static modifier. We are now ready to discu...
分类:编程语言   时间:2015-04-15 19:21:55    阅读次数:206
Core Java Volume I — 4.1. Introduction to Object-Oriented Programming
4.1. Introduction to Object-Oriented ProgrammingObject-oriented programming, or OOP for short, is the dominant programming paradigm these days, having...
分类:编程语言   时间:2015-04-15 16:38:47    阅读次数:178
LightOJ 1380 – Teleport 【最小树形图】
题目链接:http://www.lightoj.com/volume_showproblem.php?problem=1380最小树形图也就是有向图的最小生成树。普通的prim无法求解。#include #include #include #include #include #include <qu...
分类:其他好文   时间:2015-04-14 21:42:14    阅读次数:179
Core Java Volume I — 3.10. Arrays
3.10. Arrays~
分类:编程语言   时间:2015-04-14 16:24:52    阅读次数:176
bzoj 1209
三维凸包裸题。1、通过volume计算有向体积,判断点与面的位置关系。2、噪声 1 /************************************************************** 2 Problem: 1209 3 User: idy002 4...
分类:其他好文   时间:2015-04-14 00:43:25    阅读次数:136
Core Java Volume I — 3.3. Data Types
3.3. Data TypesJava is a strongly typed language. This means that every variable must have a declared type. There are eight primitive types in Java. F...
分类:编程语言   时间:2015-04-13 18:48:47    阅读次数:201
Linux用户管理
一、用户的相关配置文件:用户信息文件: /etc/passwd密码文件: /etc/shadow用户组文件: /etc/group用户组密码文件: /etc/gshadow用户配置文件: /etc/login.defs /etc/default/useradd新用户信息文件:/e...
分类:系统相关   时间:2015-04-12 13:22:10    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!