沿着贝塞尔曲线做动画效果图如下:源码://// RootViewController.m//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "YXGCD.h"@inte.....
分类:
其他好文 时间:
2014-07-16 23:24:49
阅读次数:
258
为了实现以下的功能(按钮之间的切换效果):简短的代码如下://// RootViewController.m// BUG//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"@inte...
分类:
其他好文 时间:
2014-07-07 23:38:06
阅读次数:
277
这个问题确实比较基础,些这篇文章为了给自己一个总结,也算是一个笔记记录,争取做到最精简。结构体对齐关键词: “对齐系数”(也叫对齐模数):以通过预编译命令#pragma pack(n),n=1,2,4,8,16来改变这一系数 “对齐规则”:分两步,数据成员对齐,整体对齐: 1:数据...
分类:
其他好文 时间:
2014-07-07 18:42:00
阅读次数:
206
1 // 2 // ZFViewController.m 3 // 0628-表单验证 4 // 5 // Created by zfan on 14-6-28. 6 // Copyright (c) 2014年 zfan. All rights reserved. 7 // 8 9 #...
分类:
移动开发 时间:
2014-07-07 18:38:55
阅读次数:
236
转:http://blog.csdn.net/embeddedman/article/details/7429976首先由一个程序引入话题:1//环境:vc6+windowssp22//程序13#include45usingnamespacestd;67structst18{9chara;10int...
分类:
编程语言 时间:
2014-07-02 23:40:51
阅读次数:
345
#region File Header & Copyright Notice/* * Copyright (C) 2014 XXX, INC. All Rights Reserved. * THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MA...
分类:
数据库 时间:
2014-07-01 00:53:50
阅读次数:
252
注释中address是纠正的意思 等价于correct/*!Pure v0.5.0Copyright 2014 Yahoo! Inc. All rights reserved.Licensed under the BSD License.https://github.com/yui/pure/blo...
分类:
Web程序 时间:
2014-06-27 12:44:58
阅读次数:
356
用UIScrollView产生视差效果效果:高级效果:源码:MoreInfoView.h + MoreInfoView.m//// MoreInfoView.h// YXCell//// Copyright (c) 2014年 Y.X. All rights reserved.//#impor...
分类:
其他好文 时间:
2014-06-26 17:12:14
阅读次数:
300
UILabel混色显示效果:源码://// RootViewController.m// ColorLabels//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "...
分类:
其他好文 时间:
2014-06-26 16:57:59
阅读次数:
217
关于UIScrollView有些你很难知晓的崩溃情形为了实现以下的功能(按钮之间的切换效果):简短的代码如下://// RootViewController.m// BUG//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "...
分类:
其他好文 时间:
2014-06-25 17:34:07
阅读次数:
180