码迷,mamicode.com
首页 >  
搜索关键字:material design    ( 6009个结果
Singleton Design Pattern
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格式化某一个单元格
QlikView中可以创建透视表和垂直表,或者一般的Table。假如有的时候需要某一个单元格的样式和其他单元格不一样,颜色或者边框宽度等,可以通过以下方式实现: 工具栏里面有个按钮叫:Design Grid,如下图所示: 点击之后会发现整个Dashboard背景会被出现很多小格子。随便新建一个Straight Table,右键该垂直表内容的任何一个区域,选中"Custom Format C...
分类:其他好文   时间:2014-08-31 23:00:42    阅读次数:270
【LeetCode】LRU Cache
题外话:才连续写了几篇博客,博客排名竟然就不再是“千里之外”了,已经进入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
HiCelShading
Mediacel_shading_diffuse.png,cel_shading_edge.png,cel_shading_specular.png,HiCelShading.material,HiCelShading.cg,ogrehead.meshHiCelShading.material// ...
分类:其他好文   时间:2014-08-31 11:47:41    阅读次数:289
silverlight 报 System.NullReferenceException 未将对象引用设置到对象的实例。
在 Microsoft.Windows.Design.Platform.SilverlightMetadataContext.SilverlightXamlExtensionImplementationshttp://blog.csdn.net/david_xgl/article/details/6...
分类:Web程序   时间:2014-08-31 00:18:40    阅读次数:218
Inheritance versus composition
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
Android L中的RecyclerView 、CardView 、Palette的使用
RecyclerViewCardView Palette     《Material Design》提到,Android L版本中新增了RecyclerView、CardView 、Palette。RecyclerView、CardView为用于显示复杂视图的新增Widget。Palette作为调色板类,可以让你从图像中提取突出的颜色。 RecyclerView ...
分类:移动开发   时间:2014-08-30 06:39:49    阅读次数:333
直接拿来用!最火的前端开源项目(一)
对于开发者而言,了解当下比较流行的开源项目很是必要。利用这些项目,有时能够让你达到事半功倍的效果。为此,本文整理GitHub上最火的前端开源项目列表,内容涵盖了Hack Design、 Designer School、TheExpressiveWeb、如何成为优秀的前端开发工程师、Web开发教学材等...
分类:其他好文   时间:2014-08-30 05:36:59    阅读次数:445
Can we Allow goods issue after TECO of production order
Dear all,i have one production order which is technicaly completed. But i want to do material issue as material reservation is pending for that order....
分类:其他好文   时间:2014-08-29 09:26:27    阅读次数:184
whole LPN子库存转移 + whole LPN项目转移
?? WMS中整箱进行子库存转移和项目转移: 将货位上的物料整箱的进行转移 IF l_status = fnd_api.g_ret_sts_success THEN         dbms_output.put_line( 'start subtransfer');         l_trx_hdr_id     := mtl_material_transacti...
分类:其他好文   时间:2014-08-28 22:47:06    阅读次数:710
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!