会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
upstream
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
2015年9月4日
操作系统
摘要: http://msdn.itellyou.cn
阅读全文
posted @ 2015-09-04 17:55 小天才努努
阅读(128)
评论(0)
推荐(0)
2015年8月20日
UITableView总结
摘要:
阅读全文
posted @ 2015-08-20 09:36 小天才努努
阅读(237)
评论(0)
推荐(0)
2015年8月19日
IOS-- UIView中的坐标转换
摘要: // 将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view; // 将像素point从view中转换到当前视图中,返回在当前视图中的
阅读全文
posted @ 2015-08-19 23:58 小天才努努
阅读(121)
评论(0)
推荐(0)
2015年8月13日
iOS UIPopoverView的使用
摘要: 也可以自定义背景
阅读全文
posted @ 2015-08-13 23:31 小天才努努
阅读(1005)
评论(0)
推荐(0)
2015年7月26日
免费FQhost
摘要: 通过终端 1.sudo vim /etc/hosts 2.按i 3.然后把http://laod.cn/wp-content/uploads/2015/06/20150724-hosts.tx复制在里边 等粘贴完了,按ESC,然后输入:wq 回车 就可以了 最新的host从这个地址拷贝最新的也可
阅读全文
posted @ 2015-07-26 17:22 小天才努努
阅读(40)
评论(0)
推荐(0)
真机调试(A valid provisioning profile for this executable was not found.)
摘要: 这个问题是因为provisioning的问题,因为真机没有加入到账号下面的原因解决步骤1.吧identifier复制然后再平开开发中心2.点击+号添加设备保存3.在develope中选中保存即可
阅读全文
posted @ 2015-07-26 11:48 小天才努努
阅读(651)
评论(0)
推荐(0)
2015年7月15日
svn 命令
摘要: 链接文件路径ln -fs ../../../../文件夹 (../代表路径层级)svn 软连接文件路径1.cd到需要软连接的文件架下2.通过ln -fs ../../../../文件夹 (文件名字) 创建软连接(必须要用到相对路径)3.xcode里边导入静态库二:拷贝文件svn copy svn:...
阅读全文
posted @ 2015-07-15 15:30 小天才努努
阅读(310)
评论(0)
推荐(0)
2015年7月10日
Github使用总结(添加ssh-key,新建仓库,添加协作者) 转
摘要: http://jingyan.baidu.com/article/ab0b5630936ab6c15afa7d1c.htmlhttps://help.github.com/articles/generating-ssh-keys/今天为了把项目挂到Github上并且和组员协作好,研究了下Github...
阅读全文
posted @ 2015-07-10 17:23 小天才努努
阅读(1151)
评论(0)
推荐(0)
swift(五)swift的函数
摘要: /*** 函数的定义和调用*/func showIntegerArray(array:[Int]){ for a in array { println("\(a)") }}showIntegerArray([1,2,3])func maxOfValue(a:Int,...
阅读全文
posted @ 2015-07-10 11:32 小天才努努
阅读(170)
评论(0)
推荐(0)
swift(四)swift的广义匹配
摘要: //swift的广义匹配let x = 1000switch x { case 1...9: println("个位数") case 1...9: println("十位数") default: println("其他")}let point = (10,10)s...
阅读全文
posted @ 2015-07-10 11:31 小天才努努
阅读(165)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
14
下一页
公告