FlatBoxA beautifully FlatBox with different colors. You can upload your own logo & favicon, customizable colors and background, 8 nice theme color sch...
分类:
其他好文 时间:
2014-09-03 14:43:46
阅读次数:
201
1、怎样生成PCB
先得新建个PCB文件(File-New-Pcb);然后保存下,在新建的PCB文件下:Design-Import Changes From PCB_PROJECT1.PRJPCB(Design选项下第二个,PCB_PROJECT1.PRJPCB是新建的PCB文件默认名);然后会弹出个框Engineering Change Order,依次点最下面的从左至右的1、2两个按钮,...
分类:
其他好文 时间:
2014-09-03 08:24:16
阅读次数:
346
Top 6 Refactoring Patterns to Help You Score 80% in Code QualityPosted byAjitesh Kumar /InCode Review,Software Quality /January 31, 2014Have done seve...
分类:
其他好文 时间:
2014-09-02 10:25:24
阅读次数:
363
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