接触到了CATransition动画。上结构目录。上代码:-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ CATransition *transition = [CATransition anima...
分类:
其他好文 时间:
2014-07-07 08:07:22
阅读次数:
269
先上图,一睹为快。看到图,身为资源web开发者的你,是不是在大脑中闪现出了一个个的技术名词,websocket、html5、css3(animation/transition)、javascript(ajax/setTimeout/setInterval)。同样专注web开发xx年的你,有没有考虑到...
分类:
Web程序 时间:
2014-07-06 18:41:20
阅读次数:
512
Sql Server中暂停几秒再执行后面的命令!-- 语法WAITFOR{ DELAY 'time_to_pass' | TIME 'time_to_execute' | [ ( receive_statement ) | ( get_conversation_group_statement ) ....
分类:
数据库 时间:
2014-07-05 20:26:55
阅读次数:
215
hasOwnProperty(property) 方法JavaScript中hasOwnProperty函数方法是返回一个布尔值,指出一个对象是否具有指定名称的属性。 使用方法:object.hasOwnProperty(proName)其中参数object是必选项。一个对象的实例。proName是...
分类:
Web程序 时间:
2014-07-05 20:03:57
阅读次数:
258
之前在看一些css3效果demo的时候,发现有些写css3属性时,兼容性的写法顺序不太一样,比如transition属性,有些把transition放在前面有些是放在后面,当然这也有可能包含了coder个人的习惯或是强迫性>"<,比如下面这两种:.transition{ -webkit-trans....
分类:
其他好文 时间:
2014-07-05 18:08:33
阅读次数:
197
最近对内存管理,有了一些新的认识,以前只知道alloc,或者retain,或者copy,之后需要release或者autorelease;
只知其一,但是在工作学习中仅仅知道这些是不够用的,还需要知道属性等内部的内存存管理才行.
@property (readwrite,nonatomic,assign)NSInteger age;
@property (readwrite,no...
分类:
其他好文 时间:
2014-07-04 09:31:10
阅读次数:
354
如果出现:
nested push animation can result in corrupted navigation bar
Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.
一般这种情况是在自定义的t...
分类:
其他好文 时间:
2014-07-04 00:36:55
阅读次数:
223
一下是在xml配置文件中设置一个参数,此标签在:标签下使用 value property常用参数如下:connection.driver_class 数据库连接驱动 connection.url 数据库的连接urlconnection.username 登录名connection.password ...
分类:
系统相关 时间:
2014-07-03 19:11:52
阅读次数:
249
使用原生态的api上传文件的实现:
#import "MainViewController.h"
@interface MainViewController ()
@property (weak, nonatomic) UIImageView *imageView;
@end
@implementation MainViewController
- (void)viewDidLoad
{...
分类:
移动开发 时间:
2014-07-03 17:11:43
阅读次数:
279
在A.h文件中 定义一个@property (strong, nonatomic) NSString *dicString;在A.m文件中//从服务器中获取到的值 赋给 dicString 进行值传递给另一个文件使用NSDictionary *dict=[NSJSONSerialization J....
分类:
其他好文 时间:
2014-07-03 12:26:19
阅读次数:
174