一伪类语法: selector : pseudo-class {property: value} 提示:伪类名称对大小写不敏感。 与 CSS类搭配使用selector.class : pseudo-class {property: value}例子:a:link {color: #FF0000} ....
分类:
Web程序 时间:
2014-11-02 12:02:16
阅读次数:
287
围绕底边中点旋转
UIView本身是支持旋转的,可以用UIView.transform属性实现旋转。
The origin of the transform is the value of the center property, or the layer’s anchorPoint property if it ...
分类:
移动开发 时间:
2014-11-01 17:50:05
阅读次数:
694
1)sqlmap.xml中的配置如下:需要注意的事项:a)parameterMap中对应的属性property的值要和存储过程中的名字一样,并且对应的顺序要和存储过程中的顺序一致,否则可能无法获取对应的返回值;<!--调用packaget的存储过程的参数--><parameterMapid="proProductDzProcParam..
分类:
其他好文 时间:
2014-10-31 19:20:39
阅读次数:
183
反射的具体应用,自动绑值获取属性列表 1 - (NSArray*)propertyKeys 2 { 3 unsigned int outCount, i; 4 objc_property_t *properties = class_copyPropertyList([self cla...
分类:
移动开发 时间:
2014-10-31 18:42:27
阅读次数:
335
<?xml?version="1.0"?>
<?xml-stylesheet?type="text/xsl"?href="configuration.xsl"?>
<!--?Put?site-specific?property?overrides?in?this?file.?-->
<configuration>
<property>
<name>plugi...
分类:
其他好文 时间:
2014-10-31 13:59:24
阅读次数:
135
在做iOS开发时,经常用到到plist文件, 那plist文件是什么呢? 它全名是:Property List,属性列表文件,它是一种用来存储串行化后的对象的文件。属性列表文件的扩展名为.plist,因此通常被称为plist文件。文件是xml格式的。Plist文件通常用于储存用户设置,也可以用于.....
分类:
移动开发 时间:
2014-10-31 11:40:17
阅读次数:
173
在看苹果官方的Swift Language的时候,遇到实验:Write an extension for the Double type that add an absoluteValue property. 在直接使用extension加入了属性的时候,出现错误(当然这时候代码还没写完,Pla.....
分类:
编程语言 时间:
2014-10-31 09:59:40
阅读次数:
191
YUI Compressor 压缩 JavaScript 的内容包括:移除注释移除额外的空格细微优化标识符替换(Identifier Replacement)YUI Compressor 包括哪些细微优化呢?object["property"] ,如果属性名是合法的 JavaScript 标识符(注...
分类:
Web程序 时间:
2014-10-31 09:52:31
阅读次数:
185
?@property(nonatomic) CGPoint contentOffset; ?这个属性用来表示UIScrollView滚动的位置? ?@property(nonatomic) CGSize contentSize;? ?这个属性用来表示UIScrollView内容的尺寸,滚动范围(能滚多远) ...
分类:
其他好文 时间:
2014-10-30 22:51:14
阅读次数:
276
Namespace:System.DiagnosticsAssembly:System(in System.dll)SyntaxC#C++F#VB[BrowsableAttribute(false)]publicStreamReaderStandardOutput { get; }Property ...
分类:
其他好文 时间:
2014-10-30 18:47:11
阅读次数:
175