今天遇到一个郁闷的问题(以前是完全没问题的):视图A push 视图B ,以前隐藏UITabBarController的tabBar, 我用它的一个属性hidesBottomBarWhenPushed将其设置为YES就可以在下一级隐藏Tabbar,但是pop的时候TabBar不显现了后来在网上找到的...
分类:
移动开发 时间:
2015-01-23 13:19:36
阅读次数:
241
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
push(x) -- Push element x onto stack.pop() -- Removes the element on top of the stack.top() -- Get ...
分类:
其他好文 时间:
2015-01-23 11:11:39
阅读次数:
131
foxmail创建163公司企业邮箱的时候会出现ERR Unable to log on解决办法:登录网易网页邮箱发现上边地址是http://mail.ym.163.com/,于是把pop.qiye.163.com更改为pop.ym.163.com,瞬间创建成功。。。。也许是网易那边服务地址已经更改...
分类:
其他好文 时间:
2015-01-23 10:59:08
阅读次数:
8033
译者:zhanhailiang 日期:2015-01-21
原文链接:25 Tips for Intermediate Git Users
存储内容到Stashes, Index和文件系统
10. 暂存区
丢弃暂存区的所有操作:
$ git stash
# Do something...
$ git stash pop
11. 交互式添加修改到暂存区
$ gi...
分类:
其他好文 时间:
2015-01-22 00:24:03
阅读次数:
151
最近自己在做一个项目是需要弹出信息框, 我使用的是popupwindow,我之前设置的有这个:
m_pop_GameMatchWaitTip.setBackgroundDrawable(new PaintDrawable());
m_pop_GameMatchWaitTip.setOutsideTouchable(true);
就是支持框体外点击获取焦点关闭,但是用户使用效果不佳,现在要...
分类:
移动开发 时间:
2015-01-21 18:22:47
阅读次数:
199
SVProgressHUD 用法SVProgressHUD 是一个第三方的控件,是一个弹出提示层,用来提示 网络加载 或 提示对错,看下面图,你就明白了:那么,SVProgressHUD都有什么特点呢:1. 提示当前的状态,如:网络传输、提交中、操作成功或失败等等.2. 可是设置提示的 pop la...
分类:
其他好文 时间:
2015-01-21 13:18:59
阅读次数:
112
源码推荐(1.20):仿新浪app图片选择的类库,交互式分段控件http://www.cocoachina.com/game/20150120/10956.html源码推荐(1.14):旋转视图选择器,POP动画引擎写的Sina微博菜单http://www.cocoachina.com/ios/20...
分类:
其他好文 时间:
2015-01-20 23:54:06
阅读次数:
251
腾讯企业邮箱支持通过client进行邮件管理。POP3/SMTP协议收发邮件server地址分别例如以下。接收邮件server:pop.exmail.qq.com (port 110)发送邮件server:smtp.exmail.qq.com (port 25)同一时候支持SSL加密方式登录,此时须...
分类:
其他好文 时间:
2015-01-20 19:50:42
阅读次数:
140
https://github.com/facebook/pophttp://www.cocoachina.com/industry/20140507/8339.htmlhttp://www.ui.cn/project.php?id=21148http://blog.csdn.net/u0137418...
分类:
其他好文 时间:
2015-01-18 15:36:23
阅读次数:
143
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:
其他好文 时间:
2015-01-17 16:28:38
阅读次数:
188