上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页
摘要: 1. 我的iOS高效编程秘诀—坚持编程习惯 http://www.jianshu.com/p/a649847f781a 2.iOS学习路线201511 201603 http://www.jianshu.com/p/6f917f3a5d46 3.iOS及Mac开源项目和学习资料【超级全面】http: 阅读全文
posted @ 2016-04-16 12:05 TheYouth 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1.百日逆袭!成为全能英文达人!(内附资料下载) http://www.jianshu.com/p/423cbbe0bf80 阅读全文
posted @ 2016-04-16 12:01 TheYouth 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1.http://www.jianshu.com/p/9e55cbf7d5ab MMDrawerController的使用 阅读全文
posted @ 2016-04-16 11:59 TheYouth 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 1.iOS 第三方登录(Facebook,Twitter...)http://www.jianshu.com/p/f64d5ad2ef2a 阅读全文
posted @ 2016-04-16 11:42 TheYouth 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1.iOS中实现SQLite的增、删、改、查 http://www.jianshu.com/p/0b9b78e704a4。 2.用数据库实现收藏功能 http://www.jianshu.com/p/ac719d33cb3b 3.SQLite数据库的使用 4.[iOS]数据库第三方框架FMDB详细讲 阅读全文
posted @ 2016-04-16 11:40 TheYouth 阅读(223) 评论(0) 推荐(0) 编辑
摘要: mac 终端语句 字数220 阅读111 评论3 喜欢3 pwd 当前工作目录 cd(不加参数) 进root cd(路径名) 进入文件夹 cd .. 上级目录 cd ~ 返回root cd - 返回上一个访问的目录 rm 文件名 删除 cat 文件名(|less) 在终端下查看文件 ls 列出目录下 阅读全文
posted @ 2016-04-16 11:22 TheYouth 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1.青玉伏案 http://www.cnblogs.com/ludashi/ 2.effective objctive-c 2.0 http://blog.csdn.net/majiakun1/article/details/38662417 3.标哥的博客 http://www.henishuo. 阅读全文
posted @ 2016-04-16 10:05 TheYouth 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1.传送门,图片的无限轮播,https://github.com/lizelu/ZLImageScrollView 2.UIScrollView使用技巧 http://www.jianshu.com/p/7b942e38da96 3.初识iOS表视图UITableView http://www.ji 阅读全文
posted @ 2016-04-16 10:02 TheYouth 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1.代码管理工具git的学习 http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html 2.github的使用帮助 https://help.github.com/articles/using-keyboard-shortcuts/ 3. 阅读全文
posted @ 2016-04-16 09:57 TheYouth 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 知识点 frame 与bounds 的区别 1.frame 是这个视图的大小在父视图的位置 。 如x 20 y 20 width 200 height 300 2.bounds 是这个视图的大小在自身的位置 。 如 x 0 y 0 width 200 height 300 ,bounds 的x,y 阅读全文
posted @ 2016-04-14 23:50 TheYouth 阅读(237) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 25 下一页