微软近期Open的职位:Job title: Software Design Engineer IILocation: China, BeijingDivision: Operations System Group EngineeringGroup OverviewOSG is delivering...
分类:
移动开发 时间:
2015-02-21 14:20:13
阅读次数:
165
【题目】Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Rem...
分类:
其他好文 时间:
2015-02-19 17:29:31
阅读次数:
263
微软近期Open的职位:As a Software Design Engineer, you will work with PM, UX and Test teams to design, develop, and deliver high quality products and features...
分类:
其他好文 时间:
2015-02-19 15:09:27
阅读次数:
120
近段读完并分享了Allan copper的 About face3 : The essentials of interaction design,推荐没看过的程序员朋友可以抽时间看看。感觉上这本书对交互设计讲得比较透彻,首先拿出了方法--目标导向的交互设计,再介绍了交互设计的过程框架,最后介绍交互设计的细节。比较易读,不仅有大量的细节规则,还会让读者对交互设计的方法和框架有一些认识。
...
分类:
其他好文 时间:
2015-02-19 01:25:09
阅读次数:
218
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2015-02-18 15:11:36
阅读次数:
142
Head First Design Pattern 读书笔记(4) Singleton Pattern 单例模式 ========= ###Silngleton Pattern 类图 单例模式非常简单,基本没有什么类之间的关系,就不画图了,保证某个类生成的实例只有一个即可。 ##...
分类:
其他好文 时间:
2015-02-18 14:10:56
阅读次数:
139
过年大家都忙着过年,一个人在家,就玩玩5.0的风格 写完这个 Material_EditText 基本 5.0差不多做完搬运了。...
分类:
其他好文 时间:
2015-02-18 11:55:25
阅读次数:
136
Best Time to Buy and Sell Stock IIISay you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the...
分类:
其他好文 时间:
2015-02-18 10:39:18
阅读次数:
113
1. Keep it Small2. Keep it Fast3. Keep it Simple4. Keep it Portable5. Keep it Configurable6. Keep it Debuggable7. Keep it Usable8. Keep it Maintainabl...
分类:
其他好文 时间:
2015-02-16 14:10:13
阅读次数:
162
Material Design已经推出许久,有许多app都已经跟进了,这里也介绍下基于Toolbar的Navigation Drawer是如何实现的。样式: 实现过程: 1.在 activity_asdemo.xml 中加入 DrawerLayout ...
分类:
移动开发 时间:
2015-02-15 17:56:24
阅读次数:
294