08 2016 档案

摘要:SVN 命令参考(svn command reference) 用法: svn <subcommand> [options] [args]Subversion 命令行客户端,版本 1.6.17。使用"svn help <subcommand>" 显示子命令的帮助信息。使用"svn --version 阅读全文
posted @ 2016-08-16 10:27 小屁孩~ 阅读(14811) 评论(0) 推荐(0) 编辑
摘要:http://www.it165.net/pro/html/201508/50571.html 阅读全文
posted @ 2016-08-15 17:41 小屁孩~ 阅读(197) 评论(0) 推荐(0) 编辑
摘要:UIImage *img = [UIImage imageNamed:@"CGUnwrapRed_2"]; img = [img stretchableImageWithLeftCapWidth:floorf(img.size.width/2.0) topCapHeight:img.size.hei 阅读全文
posted @ 2016-08-15 15:28 小屁孩~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-12 10:15 小屁孩~ 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-11 19:45 小屁孩~ 阅读(109) 评论(0) 推荐(0) 编辑
摘要:著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。作者:wjh2005链接:https://www.zhihu.com/question/28518265/answer/88750562来源:知乎 1. Coding iOS 客户端 Coding官方客户端. 笔者强烈推荐的值得学习 阅读全文
posted @ 2016-08-11 11:37 小屁孩~ 阅读(215) 评论(0) 推荐(0) 编辑
摘要:创建NSTextAttachment的对象,用来装在图片 将NSTextAttachment对象的image属性设置为想要使用的图片 设置NSTextAttachment对象bounds大小,也就是要显示的图片的大小 用[NSAttributedString attributedStringWith 阅读全文
posted @ 2016-08-11 11:10 小屁孩~ 阅读(4147) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.csdn.net/talking12391239/article/details/9665185 Cookie由变量名和值组成,类似JavaScript变量。其属性里既有标准的Cookie变量,也有用户自己创建的变量,属性中变量是用“变量=值”形式来保存。 根据Nets 阅读全文
posted @ 2016-08-01 10:23 小屁孩~ 阅读(1687) 评论(0) 推荐(0) 编辑