码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
[label][转载][web-design-psychology]网页设计心理
原文出处: http://mux.alimama.com/posts/1301Tip1:信息不要同时全部展示,阶段性地向用户展示当前场景里必要的信息设计师经常犯的错误:同时将大量信息展示给用户。不要一次性大量提供信息,可以在当前场景下只提供必要的信息来满足当前的需求。因为用户中存在着,一、不需要引导...
分类:Web程序   时间:2014-09-22 12:19:43    阅读次数:216
android 部分韩国手机采用KSC5601编码保存联系人,MTK平台手机无法显示联系人姓名
按照spec的明确规定,SIM卡上姓名采用的编码方式应该是gsm8 ucs80 81 82这些。 而韩国部分手机(如较早的功能机器以及galaxy S等)采用的却是KSC5601编码,在spec支持之外。   现在MTK的design则是遵守spec的: 1.在modem层判断到编码方式不在spec之列后,不去上报数据给APP(这就导致了姓名栏位显示为空) 2.spec范围内的编码数据则...
分类:移动开发   时间:2014-09-22 12:01:32    阅读次数:587
各种测试方法的问题
在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足:Defect Preventation从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis...
分类:其他好文   时间:2014-09-22 11:59:12    阅读次数:166
各种测试方法的问题
在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足: Defect Preventation 从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis to...
分类:其他好文   时间:2014-09-22 10:50:32    阅读次数:150
Cracking the Coding Interview 4.8
You are given a binary tree in which each node contains a value. Design an algorithm to print all paths which sum up to that value. Note that it can b...
分类:其他好文   时间:2014-09-21 12:31:50    阅读次数:180
Leetcode_num5_Best Time to Buy and Sell Stock II
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (i...
分类:其他好文   时间:2014-09-21 03:10:29    阅读次数:265
java设计模式_外观模式
package?com.wangbiao.design.facade; /** ?*? ?*?@Title:?Client.java ?*?@Package?com.wangbiao.design.facade ?*?@Description:?TODO? ?*?@author?wangbiao??? ?*?@date?201...
分类:编程语言   时间:2014-09-20 18:48:39    阅读次数:301
Count Color
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:其他好文   时间:2014-09-20 17:03:49    阅读次数:304
FEMlab 3.1-ISO 3CD(基于MATLAB的2D有限元分析软件)
Alibre.Geomagic.Design.2014.v15.0.2.15088.Win32 1CDDelcam.PowerShape.2014.SP5.Update.Only 1CDGibbsCAM.2013.v10.5.18.0.Win32_64 2DVDGolden.Software.Gra...
分类:其他好文   时间:2014-09-20 09:59:47    阅读次数:214
DirectX 9.0c游戏开发手记之“龙书”第二版学习笔记之8: Chap10: Lighting
这一章讲的是光照。光照(lighting)是Direct3D中非常重要的概念,而与之相对应的是材质(material)的概念。如果没有材质的话,那么光照的作用也无法体现。         在较早一些的关于DirectX 9的编程入门书籍里,一般是使用D3DLIGHT9结构体来建立一个光源,而用D3DMATERIAL9结构体来定义物体的材质。我们要做的就是一些很琐碎的家务活,基本上就是创建这些结构...
分类:其他好文   时间:2014-09-20 01:10:56    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!