SystemCenter2012SystemCenter2012是一个全面的管理平台,可帮助你轻松、高效地管理数据中心、客户端设备和混合云IT环境。为您提供了针对私有云、托管云和公有云基础结构和应用程序服务的通用管理工具集。可按照您的需求,为生产基础架构、可预期应用程序,以及云计算提供通用..
分类:
其他好文 时间:
2014-09-02 12:33:45
阅读次数:
211
周末2天好好学习了下布局,现在都给实现了吧。5、border布局:Border布局将容器分为五个区域:north、south、east、west和center。除了center区域外,其他区域都需要设置宽高,center区域宽高与其他区域有关。容器内部除去west、north、east、sout.....
分类:
Web程序 时间:
2014-09-02 01:31:53
阅读次数:
398
layout的布局可以自适应 创建了一个布局,可以随意控制,其中除了center不能删掉以外,别的都可以删除。
分类:
其他好文 时间:
2014-09-01 21:03:03
阅读次数:
186
今天在写一个时钟demo的时候, 时针的旋转用到了CGAffineTransformMakeRotation, 按理说. 图像的旋转是以图像本身的中心(center)为锚点的, 也就是在旋转过程中, 它的中心是固定的。 就和我们时针的效果一样。比如我下面的时针, 分针, 秒针旋转的代码:[objc]...
分类:
移动开发 时间:
2014-09-01 12:24:43
阅读次数:
162
capitalize()把字符串的第一个字符改为大写casefold()把整个字符串的所有字符改为小写center(width)将字符串居中,并使用空格填充至长度width的新字符串count(sub[,start[,end]])返回sub在字符串里边出现的次数,start和end参数表示范围,可选...
分类:
编程语言 时间:
2014-09-01 09:15:22
阅读次数:
195
坑爹的。 为了这个问题折腾了2个小时。 恼..今天在写一个时钟demo的时候, 时针的旋转用到了CGAffineTransformMakeRotation, 按理说. 图像的旋转是以图像本身的中心(center)为锚点的, 也就是在旋转过程中, 它的中心是固定的。 就和我们时针的效果一样。比如我下面的时针, 分针, 秒针旋转的代码: NSDate *today = [NSDate date...
分类:
移动开发 时间:
2014-09-01 03:59:02
阅读次数:
188
var?cc=?$("#cc").layout();//获取对象
cc.layout("collapse","west");//调用对象方法 var?centerPanel?=?$("#cc").layout("panel","center");//获取中间panel对象
centerPanel.panel("option").title;...
分类:
其他好文 时间:
2014-08-30 15:14:09
阅读次数:
159
注:代码:所有的宽度都应该写%或em,不应该用px。效果如下图:代码如下: 建站指导.nav_bg{ width: 100%; height: 70px; background: url('images/ico2.png') no-repeat 7em center #e60012;}.nav...
分类:
其他好文 时间:
2014-08-29 12:48:57
阅读次数:
225
LeetCode: Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is...
分类:
其他好文 时间:
2014-08-28 22:41:16
阅读次数:
243
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-08-28 21:01:06
阅读次数:
179