原文地址:http://course.cug.edu.cn/cugFirst/computer_graphics/class/course/3-3-1-a.htm
分类:
其他好文 时间:
2014-09-02 09:01:14
阅读次数:
161
This article illustrates the concepts of inheritance vs. composition in Java. It first shows an example of inheritance, and then shows how to improve the inheritance design by using composition. Ho...
分类:
编程语言 时间:
2014-09-01 17:59:03
阅读次数:
379
运用本文的CSS 可以是table变成响应式设计
CSS代码如下:
/* -----------------------------------------
Table - Clickable row fakery
----------------------------------------- */
/* Generic table style - ap...
分类:
其他好文 时间:
2014-09-01 17:49:03
阅读次数:
203
设 计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代 码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一....
分类:
其他好文 时间:
2014-09-01 14:01:03
阅读次数:
178
Definition Ensure a class has only one instance and provide a global point of access to it.Participants The classes and/or objects participating in th...
分类:
其他好文 时间:
2014-09-01 12:19:33
阅读次数:
162
QlikView中可以创建透视表和垂直表,或者一般的Table。假如有的时候需要某一个单元格的样式和其他单元格不一样,颜色或者边框宽度等,可以通过以下方式实现:
工具栏里面有个按钮叫:Design Grid,如下图所示:
点击之后会发现整个Dashboard背景会被出现很多小格子。随便新建一个Straight Table,右键该垂直表内容的任何一个区域,选中"Custom Format C...
分类:
其他好文 时间:
2014-08-31 23:00:42
阅读次数:
270
题外话:才连续写了几篇博客,博客排名竟然就不再是“千里之外”了,已经进入2万名之内了。再接再厉,加油!
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.
get(key)...
分类:
其他好文 时间:
2014-08-31 17:17:51
阅读次数:
181
在 Microsoft.Windows.Design.Platform.SilverlightMetadataContext.SilverlightXamlExtensionImplementationshttp://blog.csdn.net/david_xgl/article/details/6...
分类:
Web程序 时间:
2014-08-31 00:18:40
阅读次数:
218
One of the fundamental activities of an object-oriented design is establishing relationships between classes. Two fundamental ways to relate classes are inheritance and composition. Although the co...
分类:
其他好文 时间:
2014-08-30 19:16:10
阅读次数:
279
RecyclerViewCardView
Palette
《Material Design》提到,Android L版本中新增了RecyclerView、CardView 、Palette。RecyclerView、CardView为用于显示复杂视图的新增Widget。Palette作为调色板类,可以让你从图像中提取突出的颜色。
RecyclerView
...
分类:
移动开发 时间:
2014-08-30 06:39:49
阅读次数:
333