码迷,mamicode.com
首页 >  
搜索关键字:material desgin    ( 1439个结果
Creating Procedural Textures
【Creating Procedural Textures】 由程序主生贴图,然后设置给Material。首先定义需要的数据: 在Start方法中完成初始化,注意设置的是_MainTex。 实现GenerateParabola方法,算的是到中点的距离除以半径的百分比: 【How it...
分类:其他好文   时间:2014-09-18 21:59:54    阅读次数:257
SAP MM t-code 全
事务码 描述(中英文) DPRL Change Material When Profile Deleted 删除参数文件时改变物料 DPRV Change Material When Profile Changed 修改参数文件时修改物料 MM00 物料主记录: 初始屏幕 物料主记录: 初始屏幕 M...
分类:其他好文   时间:2014-09-10 12:24:40    阅读次数:268
PLSQL_Material View物化视图的基本概念和用法 (概念)(以物化视图的方式同步两个数据库间的表或实时备份重要表)
2014-06-08 BaoXinjian1. 用法物化视图是包括一个查询结果的数据库对象,它是远程数据的的本地副本,或者用来生成基于数据表求和的汇总表。物化视图存储基于远程表的数据,也可以称为快照。对于复制,物化视图允许你在本地维护远程数据的副本,这些副本是只读的。如果你想修改本地副本,必须用高级...
分类:数据库   时间:2014-09-02 17:18:55    阅读次数:357
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
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
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
AT&T汇编语言与GCC内嵌汇编,Linux内核数据结构之链表
最近在看《Linux内核源代码情景分析》,作者毛德操。书中刚开始介绍了AT&T汇编语言与GCC内嵌汇编,以及Linux内核数据结构之链表。可惜书中介绍的不够全面。因为推荐大家阅读下面两篇文章。很不错。        AT&T汇编语言与GCC内嵌汇编:http://grid.hust.edu.cn/zyshao/Teaching_Material/OSEngineering/Chapter2.pdf...
分类:编程语言   时间:2014-08-27 16:45:38    阅读次数:232
ZOJ3805:Machine
In a typical assembly line, machines are connected one by one. The first machine's output product will be the second machine's raw material. To simplify the problem, we put all machines into a two-d...
分类:其他好文   时间:2014-08-26 15:37:36    阅读次数:288
impdp 导入物化视图(mv)时报错 :ORA-31685: Object type MATERIALIZED_VIEW
impdp 导入物化视图(mv)时报错 :ORA-31685: Object type MATERIALIZED_VIEW...
分类:其他好文   时间:2014-08-23 23:00:51    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!