上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 在JavaScript中 为绝对相等,即数据类型与值都必须相等。 阅读全文
posted @ 2016-04-26 16:21 曦曦果果 阅读(200) 评论(0) 推荐(0) 编辑
摘要: innerHTML在JS是双向功能:获取对象的内容 或 向对象插入内容;如:<div id="demo">这是内容</div> ,我们可以通过 document.getElementById('demo').innerHTML 来获取id为aa的对象的内嵌内容;也可以对某对象插入内容,如 docum 阅读全文
posted @ 2016-04-25 18:24 曦曦果果 阅读(30274) 评论(0) 推荐(1) 编辑
摘要: https://github.com/Tim9Liu9/TimLiu-iOS 阅读全文
posted @ 2016-04-08 14:17 曦曦果果 阅读(192) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mideveloper/article/details/21530991 有时我们可能需要动态的设置状态栏的显示与隐藏,然而iOS 7 之后[[UIApplication sharedApplication] setStatusBarHidden:YES(N 阅读全文
posted @ 2016-03-23 15:21 曦曦果果 阅读(242) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)updateOneBooktempID:(NSString *)bookid WithTable:(NSString*)tabName { NSFileManager * fileManager = [NSFileManager defaultManager]; NSString* 阅读全文
posted @ 2016-03-21 15:10 曦曦果果 阅读(614) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000000511704 阅读全文
posted @ 2016-03-04 13:57 曦曦果果 阅读(124) 评论(0) 推荐(0) 编辑
摘要: VVDocumenter Xcode快速添加注释插件 https://github.com/onevcat/VVDocumenter-Xcode 阅读全文
posted @ 2016-03-03 09:55 曦曦果果 阅读(170) 评论(0) 推荐(0) 编辑
摘要: UIImageView *headImageView=[[UIImageView alloc]initWithFrame:CGRectMake(30, 38, 57, 57)]; headImageView.image=[UIImage imageNamed:@"add_netdisk_book.p 阅读全文
posted @ 2016-02-24 15:24 曦曦果果 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 这里所说的就是要通过修改你的项目的.xcodeproj文件来解决上述的错误。 1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容)。 2.打开后找到project.pbxproj文件,用文本编辑器打开。其实就是右键,点击open就好了。 3 阅读全文
posted @ 2016-01-29 17:27 曦曦果果 阅读(132) 评论(0) 推荐(0) 编辑
摘要: swift2.0 用闭包表达式 和 protocol 传值回调http://blog.csdn.net/lengshengren/article/details/4915643swift协议代理的使用以及解决循环引用问题http://blog.csdn.net/code_worm/article/d... 阅读全文
posted @ 2016-01-25 16:28 曦曦果果 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页