CALayer *sublayer = [CALayer layer]; sublayer.backgroundColor = [UIColor purpleColor].CGColor; sublayer.shadowOffset = CGSizeMake(0, 3); subl...
分类:
移动开发 时间:
2015-04-16 17:00:35
阅读次数:
171
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
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
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
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
题目链接:http://www.lightoj.com/volume_showproblem.php?problem=1380最小树形图也就是有向图的最小生成树。普通的prim无法求解。#include
#include
#include
#include
#include
#include <qu...
分类:
其他好文 时间:
2015-04-14 21:42:14
阅读次数:
179
三维凸包裸题。1、通过volume计算有向体积,判断点与面的位置关系。2、噪声 1 /************************************************************** 2 Problem: 1209 3 User: idy002 4...
分类:
其他好文 时间:
2015-04-14 00:43:25
阅读次数:
136
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
一、用户的相关配置文件:用户信息文件: /etc/passwd密码文件: /etc/shadow用户组文件: /etc/group用户组密码文件: /etc/gshadow用户配置文件: /etc/login.defs /etc/default/useradd新用户信息文件:/e...
分类:
系统相关 时间:
2015-04-12 13:22:10
阅读次数:
214