zhugeafanti's recent timeline updates
zhugeafanti

zhugeafanti

V2EX member #67872, joined on 2014-07-14 00:05:27 +08:00
Linux C/IOS程序员
zhugeafanti's recent replies
你不是做 PM 吗?可以考虑去阿里,然后转岗去杭州。加上你家的 120W 在杭买套房子应该压力小很多,阿里还给你解决户口,这样房子也有了户口也有了。再说杭州到山东交通也特别方便。
这些培训机构忽悠了太多的高校应届生。简历造假太容易被识破了,一旦识破直接 pass 。
写的很不错
Jul 10, 2015
Replied to a topic by sunny001 Chrome chrome 44 简直是太快了
呵呵
👍
Jun 16, 2015
Replied to a topic by Jimuforest 职场话题 工作迷茫了..求指教
建议还是换环境吧!找下新鲜感。
帮顶...环境很赞...
May 22, 2015
Replied to a topic by tsinghan iDev ios 中有没有获取当前 controller 的方法?
- (UIViewController *)viewController {
UIResponder *next = [self nextResponder];

do {
if ([next isKindOfClass:[UIViewController class]]) {
return (UIViewController *)next;
}

next = [next nextResponder];
} while (next != nil);

return nil;
}

自己用的一个view的category
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   937 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 18:55 · PVG 02:55 · LAX 11:55 · JFK 14:55
♥ Do have faith in what you're doing.