Best Time to Buy and Sell Stock II问题:Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find t...
分类:
其他好文 时间:
2015-03-04 10:59:41
阅读次数:
114
见微知著,谈移动缺省页设计http://www.cocoachina.com/design/20150303/11186.html Facebook产品设计总监!设计APP时的14个必考题http://www.cocoachina.com/design/20150303/11219.html
分类:
移动开发 时间:
2015-03-03 21:58:17
阅读次数:
145
14年Android开发者大会提出了Android5.0 系统以及 材料设置 Material Design。在 材料设计中推出了大量的UI效果,其中某些功能 已添加进 兼容包,所以可以在低版本中来实现一些材料设计效果。今天主要介绍的就是 ActionBar的替代品 Toolbar。Toolbar ...
分类:
其他好文 时间:
2015-03-03 16:26:26
阅读次数:
207
Navigation DrawerCreating a Navigation DrawerThe navigation drawer is a panel that transitions in from the left edge of the screen and displays the ap...
分类:
移动开发 时间:
2015-03-03 14:55:04
阅读次数:
191
在 Material Design 釋出後,Google 也開始陸續更新了Google app 的介面,讓大家有個範例可以看。而過去大力推動的actionbar 自然而然也成了眾開發者觀注的部份;其中的 up button的設定在前一篇所介紹的Toolbar也已看到。這邊還未提到的一個部份是 mat...
分类:
移动开发 时间:
2015-03-03 11:24:47
阅读次数:
190
Action BarTheaction baris a dedicated piece of real estate at the top of each screen that is generally persistent throughout the app.It provides sever...
分类:
移动开发 时间:
2015-03-03 11:18:57
阅读次数:
243
今年(2014) 的 Google I/O 發表令多數人為之一亮的 Material Design,而 Google 也從「Google I/O 2014」 開始,大家也陸陸續續地看到其更新的Android APP 皆套用了這個設計介面。當然,這個設計介面著實讓大家感到驚艷外,更讓 Android ...
分类:
移动开发 时间:
2015-03-03 11:18:39
阅读次数:
267
SVM materialThose material work for svm beginner, material concerned with newly and learning theory excluded. if you are willing to study in a deep wa...
分类:
其他好文 时间:
2015-03-03 09:53:33
阅读次数:
112
由谷歌创建和设计的 Material Design(材料设计)是一种设计语言,结合成功的设计的经典原则以及创新科技。谷歌的目标是开发一个设计系统,让所有的产品在任何平台上拥有统一的用户体验。Materialize 是一个基于材料设计的一个现代化的响应前端框架。
分类:
其他好文 时间:
2015-03-02 14:36:33
阅读次数:
191
目录目录
题目
思路1
AC代码
缺陷
思路2
AC代码题目
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 ele...
分类:
其他好文 时间:
2015-03-02 13:08:54
阅读次数:
141