码迷,mamicode.com
首页 >  
搜索关键字:ski course design    ( 8078个结果
名词解释
UI (User Interface):用户界面UE/UX (User Experience):用户体验ID (Interaction Design):交互设计UID (User Interface Design):用户交互设计UED (User Experience Design):用户体验设计U...
分类:其他好文   时间:2014-10-13 13:58:29    阅读次数:161
Pretty UI Design For Android -- 滑动背景、透明列表
本文是从国外一个网上看到的效果,感觉很不错,就简化了一下代码,拿来用了,先看下效果图:效果还是很不错的,下面让我们看看是如何实现的:看看文字来源,很简单,是一个数组: If I could save time in a bottle the first thing that I\'d like to do is to save ev...
分类:移动开发   时间:2014-10-12 23:36:38    阅读次数:329
[Material Design] MaterialButton 效果进阶 动画自动移动进行对齐效果
做 Android 动画效果一段时间了,感觉深深喜欢上了钻研特效。在手机上显示自己的特效是一件很不错的事情。废话不多说,前面几天我发布了:[Material Design] 教你做一个Material风格、动画的按钮(MaterialButton)在其中我讲解了我对 Android L 中Mater...
分类:移动开发   时间:2014-10-12 22:59:28    阅读次数:426
How I explained Design Patterns to my wife: Part 1
IntroductionMe and my wife had some interesting conversations onObject Oriented Design principles. After publishing the conversation on CodeProject, I...
分类:其他好文   时间:2014-10-12 19:25:48    阅读次数:231
zoj 3827 Information Entropy(2014牡丹江区域赛I题)
Information Entropy Time Limit: 2 Seconds      Memory Limit: 65536 KB      Special Judge Information Theory is one of the most popular courses in Marjar University. In this course, there is an i...
分类:其他好文   时间:2014-10-12 19:25:08    阅读次数:206
AW_blog 在任意页设置文章的数量
AW_blog是官方的一个blog插件,可支持最新版1.9.安装好后,在管理后台自动生成独立的BLOG管理菜单,有具体设置方法。如果要在CMS页设置显示的文章数量,具体操作方法是:Duplicateapp\design\frontend\default\helloseasonal\template\...
分类:其他好文   时间:2014-10-12 17:46:48    阅读次数:208
[Material Design] MaterialButton 效果进阶 动画自动移动进行对齐效果
废话不多说,前面几天我发布了:[Material Design] 教你做一个Material风格、动画的按钮(MaterialButton) 在其中我讲解了我对 Android L 中 Material 效果的按钮的动画实现方式,今天的文章将基于其上进行进阶讲解新的特效。 在 MaterialButton 中的特效原理是:用户点击时启动一个动画,该动画是在点击位置画颜色渐变同时半径变大的圆,从而实现扩散效果;具体可点击上面的链接查看一下。在按钮中的这样的特效距离谷歌的还是有很大的差距的,下面来讲解一下新的动...
分类:移动开发   时间:2014-10-12 11:37:47    阅读次数:284
LeetCode——Best Time to Buy and Sell Stock III (股票买卖时机问题3)
问题: 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 co...
分类:其他好文   时间:2014-10-12 00:58:36    阅读次数:686
设计模式
设计模式 design pattern 是一套被反复使用,多数人知晓,经过分类编目的,代码设计经验的总结。 使用设计模式是为了可重用代码,让代码更容易被他人理解。设计模式使编程代码真正工程化。 可复用面向对象软件系统,一般分为两个大类,应用程序工具箱和框架。api就是工具箱。 框架是构成一类特定软件可复用的一组相互协作的类,框架通常定义了应用体系的整体结构类和对象的关系等等设计参数。框架主要...
分类:其他好文   时间:2014-10-12 00:33:06    阅读次数:247
kubernetes 概览
kubernetes 核心数据 (存储于ETCD 有数据变化通知的功能(watch-dog))kubernetes 设计综述 (中英文对照)(http://www.oschina.net/translate/kubernetes-design-overview?cmp)先看设计综述 理解POD 的什...
分类:Web程序   时间:2014-10-11 16:54:45    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!