会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
曦曦果果
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
8
下一页
2016年4月26日
===
摘要: 在JavaScript中 为绝对相等,即数据类型与值都必须相等。
阅读全文
posted @ 2016-04-26 16:21 曦曦果果
阅读(206)
评论(0)
推荐(0)
2016年4月25日
document.getElementById('').innerHTML
摘要: innerHTML在JS是双向功能:获取对象的内容 或 向对象插入内容;如:<div id="demo">这是内容</div> ,我们可以通过 document.getElementById('demo').innerHTML 来获取id为aa的对象的内嵌内容;也可以对某对象插入内容,如 docum
阅读全文
posted @ 2016-04-25 18:24 曦曦果果
阅读(30491)
评论(0)
推荐(1)
2016年4月8日
比较好的学习资料
摘要: https://github.com/Tim9Liu9/TimLiu-iOS
阅读全文
posted @ 2016-04-08 14:17 曦曦果果
阅读(205)
评论(0)
推荐(0)
2016年3月23日
iOS 7 之后状态栏动态隐藏
摘要: http://blog.csdn.net/mideveloper/article/details/21530991 有时我们可能需要动态的设置状态栏的显示与隐藏,然而iOS 7 之后[[UIApplication sharedApplication] setStatusBarHidden:YES(N
阅读全文
posted @ 2016-03-23 15:21 曦曦果果
阅读(251)
评论(0)
推荐(0)
2016年3月21日
FMDB 新增字段
摘要: - (BOOL)updateOneBooktempID:(NSString *)bookid WithTable:(NSString*)tabName { NSFileManager * fileManager = [NSFileManager defaultManager]; NSString*
阅读全文
posted @ 2016-03-21 15:10 曦曦果果
阅读(625)
评论(0)
推荐(0)
2016年3月4日
ASIHttpRequest 队列下载/暂停
摘要: https://segmentfault.com/a/1190000000511704
阅读全文
posted @ 2016-03-04 13:57 曦曦果果
阅读(131)
评论(0)
推荐(0)
2016年3月3日
iOS 常用插件Github地址
摘要: VVDocumenter Xcode快速添加注释插件 https://github.com/onevcat/VVDocumenter-Xcode
阅读全文
posted @ 2016-03-03 09:55 曦曦果果
阅读(186)
评论(0)
推荐(0)
2016年2月24日
使用layer将图片切成圆形图片
摘要: UIImageView *headImageView=[[UIImageView alloc]initWithFrame:CGRectMake(30, 38, 57, 57)]; headImageView.image=[UIImage imageNamed:@"add_netdisk_book.p
阅读全文
posted @ 2016-02-24 15:24 曦曦果果
阅读(260)
评论(0)
推荐(0)
2016年1月29日
Your build settings specify a provisioning profile with the UUID “bd4ae966-4d2c-4966-99eb"
摘要: 这里所说的就是要通过修改你的项目的.xcodeproj文件来解决上述的错误。 1.找到项目中的**.xcodeproj文件,点击右键,show package contents(打开包内容)。 2.打开后找到project.pbxproj文件,用文本编辑器打开。其实就是右键,点击open就好了。 3
阅读全文
posted @ 2016-01-29 17:27 曦曦果果
阅读(138)
评论(0)
推荐(0)
2016年1月25日
swift2.0 用闭包表达式 和 protocol 传值回调
摘要: 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 曦曦果果
阅读(179)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告