AppDelegate.m
#import "AppDelegate.h"
#import "TestView.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{...
分类:
其他好文 时间:
2014-10-28 21:48:35
阅读次数:
244
HTML:demo1 demo2CSS:.demo { width: 100px; height: 100px; text-align: center; line-height: 100px; border: 10px solid #ccc; border-rad...
分类:
其他好文 时间:
2014-10-28 21:29:45
阅读次数:
142
1 现象:下图A处Scroll View的中心点和真正上Scroll View的中心点有偏差 原因:创建Scroll View 的时候,调整Scroll View的大小的时候,习惯性的点击边框进行了微调,实际上调整的是UIPanel 更正: 在图B处,修改Center的X,Y值分别为0,0
分类:
其他好文 时间:
2014-10-28 17:43:26
阅读次数:
201
1.创建一个布局:layout是一个容器,它有5个区域:north(北),south(南),east(东),west(西);center(中)-----------学习中文网地址 2.north(北),south(南),east(东),west(西)都能删除,但是center不...
分类:
Web程序 时间:
2014-10-28 13:41:21
阅读次数:
164
几个属性:-webkit-perspective:0;景深(默认0),-webkit-perspective-origin:center center;景深基点(默认中间),-webkit-transform-style:preserve-3d;建立3D空间,-webkit-transform-or...
分类:
Web程序 时间:
2014-10-28 00:46:25
阅读次数:
218
问题描述:
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
/ 2 2
/ \ / 3 4 4 3
But the ...
分类:
其他好文 时间:
2014-10-27 21:19:41
阅读次数:
231
1accordion就是qq那样的伸缩菜单我们利用ViewPort制作的自由west和center两个部分的BorderLayout,west部分方的就是AccordionLayout了,代码如下:var viewport = new Ext.Viewport({ layout:'bord...
分类:
其他好文 时间:
2014-10-27 10:49:58
阅读次数:
126
text-decoration: none; /*去除a标签下划线*/background: url(img/a-bg.png)no-repeat center center; /*插入背景图片*/line-height: 25px; /*行高*/outline:none; /*去除input样式*...
分类:
Web程序 时间:
2014-10-27 00:15:25
阅读次数:
312
// Example 1// Move from center of the screen by [150, 0], and then scale by 2 when moving is done // The difference between MoveTo & MoveBy is the ab...
分类:
其他好文 时间:
2014-10-26 19:43:14
阅读次数:
344
block element * address - 地址 * blockquote - 块引用 * center - 举中对齐块 * dir - 目录列表 * div - 常用块级容易,也是css layout的主要标签 * dl - 定义列表 * fieldset - form控制组...
分类:
Web程序 时间:
2014-10-26 16:54:43
阅读次数:
220