ICode9

精准搜索请尝试: 精确搜索
  • WebGL_0006:PlayCan替换材质和贴图的方法2020-05-24 12:55:09

    // 6 9 0 10 8 // this.body2.model.model.meshInstances[22].material.emissive = new pc.Color(255, 0, 0); // 替换材质 mod.body.model.model.meshInstances[6].material = mod.MB_Mat[0].resource;

  • mobile-pull-to-refresh: 移动端下拉刷新控件2020-05-17 13:52:39

    Github: https://github.com/fenivana/p... Pull to refresh 移动端下拉刷新控件. 体积小无依赖. 预览 请在手机版Chrome, Safari中查看, 或打开PC版Chrome DevTools的手机模拟器. Material样式 Material样式2 iOS样式 如何使用 安装 npm install mobile-pull-to-refresh --sa

  • Material Design组件之FloatingActionButton2020-04-24 11:56:46

    原文首发于微信公众号:躬行之(jzman-blog) Material Design 设计规范在 Google I/O 2014 推出,这种设计理念一经推出就受到广大开发者的喜爱,主要侧重于纸墨化创作和突出设计的实体感,使得设计更接近于真实世界,力求平滑、连续的交互方式与用户体验,这种设计规范更能促进 Android 生态

  • Python环境搭建以及Pycharm界面插件(Material Theme UI)安装,随时随地更改主题2020-04-17 23:03:46

    Python安装 1、首先进入python官网https://www.python.org/ 2、在Downloads中选择你的操作系统:Mac or Windows 3、选择左边的稳定版本—版本不要选择2.X,因为3.X和2.X的语法有差异 4、根据电脑的操作系统(x86/x64)选择下载文件,并下载。下载之后安装就是傻瓜式安装,但是!!!!唯一需

  • 修改物料的净重(BAPI_MATERIAL_SAVEDATA)2020-03-20 21:03:34

    1, MM03查看物料 物料的净重可以通过Tcode MM03查看,如下图: 2, 代码 物料的相关数据通过bapi BAPI_MATERIAL_SAVEDATA来修改,代码如下:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44

  • Material design风格的日期选择器2020-03-13 15:56:11

    showDatePicker( context: context, initialDate: DateTime.parse("20181209"), //初始选中日期 firstDate: DateTime.parse("20181109"), //可选日期范围第一个日期 lastDate: DateTime.parse("20190109"), //可选日期范围最后一个日期 selectableDayPredicate: (

  • SAP SD基础知识之物料确定(Material Determination)2020-02-29 11:06:41

    SAP SD基础知识之物料确定(Material Determination)   物料确定(Material Determination)功能简介 物料确定主要作用是自动依据提前设定的条件,对销售订单中的物料进行替换,以提升客户满意度,或者是达到简化输入并防呆的作用。   场景 在节日期间,在有限的时间段内,商店可能会提供一些

  • SAP SD 基础知识之物料列表与物料排除2020-02-29 11:05:50

    SAP SD 基础知识之物料列表与物料排除   一,物料列表Material Listing   该功能主要实现的目标:业务部门可以控制只把指定的物料销售给指定的客户。   SAP系统里是以物料列表的形式输入这些物料,物料列表由条件技术控制。标准SAP系统里,物料列表的condition type 是A001,    

  • pycharm精选插件2020-02-27 11:57:13

    前提:        可能很多人都没有安装过什么pycharm插件,一个很重要的原因是默认的pycharm已经很强大了,已经有很多功能了,但是这不妨碍我们喜欢更强大的pycharm。下面介绍几款能够提高效率的插件!!!   Material Theme UI        相信很多用过Sublime的同学,一装完pycharm的第一感

  • Unity模型切割插件EzySlice学习记录2020-02-21 19:39:18

    项目需要实现模型切割,GitHub下载到插件和示例工程。发现示例工程在做单个模型多次切割时报错 后在B站Unity斩击效果看到效果如图 根据作者提供的地址连斩源码地址下载到工程,发现和自己的脚本大同小异: `using System.Collections; using System.Collections.Generic; using

  • 基于SILVACO ATLAS的a-IGZO薄膜晶体管二维器件仿真(02)2020-02-04 11:03:49

    Silvaco的破解用了好久好久,而且之后拷了上次例子的代码,Tonyplot的输出存在报错,还是四连。  当然这个点一下还是会出图的。但是,源代码稍微改了下结构,又有报错,而且程序直接终止。 go atlas mesh width=180 outf=tftex10_1.str master.out x.m l=0 s=0.25 x.m l=40 s=0.25 y.m l

  • 【flutter学习】基础知识(一)2020-02-03 23:55:35

    今天开始学习一下flutter 学习思路:首先由一个简单的例子引出每次学习的对象,一点一点加入元素,针对于代码去了解学习详细知识。 看完本篇博客能够快速的读懂flutter简单代码。 flutter Hello Word 这是一个简单的Hello Word 首先引入了material库material是什么,是一个拥有基本样式

  • Annotated Realtime Raytracing翻译2020-02-03 21:03:08

      Ever wonder how a raytracer works? No really, a line-by-line explanation, and not some academic paper filled with technical jargon? Want to see a GPU raytracer running in realtime, in your browser window? Well here you go: if you’re impatient, click

  • 用Ruby on Rails实现适应各种平台的在线Office文档预览2020-02-01 17:06:13

    前言 在许多Web应用中都需要预览文档的功能。而用户可能用不同的设备访问Web应用,可能是装有Windows系统的PC台式机,也有可能是iOS系统的iPad。一般来说,要预览的文档通常是主流的Office文档,包括.doc、.ppt、.docx、.pptx文档,也包括Adobe的.pdf文档。 因此开发一个能够在不同客

  • SAP CRM customer material info record2020-01-30 18:43:51

    You can maintain customer material info record in ERP via tcode VD51(create) and VD52(change). This info record describes the relationship between customer and material. See one example in ERP: It could be downloaded to CRM via request download. Once d

  • CRM中间件里parent not ok的错误消息如何处理2020-01-30 16:51:38

    Issue You would like to download customer material info record via initial download ( R3AS ). You always see error message "Parent not O.K.: BUPA_MAIN". You can guarantee that the dependent business partner as parent has already been downloaded

  • CRM中间件里parent not ok的错误消息如何处理2020-01-28 20:38:42

    Issue You would like to download customer material info record via initial download ( R3AS ). You always see error message “Parent not O.K.: BUPA_MAIN”. You can guarantee that the dependent business partner as parent has already been downloaded to CRM

  • SAP S/4HANA Material Fiori应用的搜索实现原理2020-01-25 09:54:23

    Search criteria: Automatically generated select clause: Automatically generated from clause: Automatically generated where clause: ( C_Product~ISACTIVEENTITY = ' ' OR nav_SIBLINGENTITYC_Pr_41~ISACTIVEENTITY IS NULL ) AND %_native_pred( hdb =

  • SAP S/4HANA Material Fiori应用根据扩展字段搜索的实现原理2020-01-25 09:54:03

    Prerequisite You should first enable your extension field to be used in search scenario: After that it should be available in Search UI: Click hyperlink to make it visible in search criteria: And now it works in UI: Search Odata request: 要获取更多Jerry

  • Material Design Object2020-01-11 09:02:10

    原文  Material Design Object Posted on October 29, 2018 1. Kaxaml Editor 1.1 Add References 1.2 The default Page or Windows 2. Material Design Object 2.1 Button 2.2 Toggles 3. NavBar 4. Other Objects 4.1 Flipper 4.2 My To Do List 5. You

  • 网格 材质2020-01-08 21:52:22

    https://blog.csdn.net/weixin_38211198/article/details/94209550 Mesh 网格,控制物体外观Material 材质,控制物体皮肤 通过MeshFilter的Mesh修改物体外观,可以修改为立方体,球体,胶囊体等通过MeshRenderer的Material修改物体材质 MeshFilter里有mesh和sharedMesh区别在于mesh赋值时会

  • [Unit test] jasmine createSpyObj2019-12-12 21:00:41

    beforeEach(() => { contextStub = { debug: false, engine: jasmine.createSpyObj('engine', [ 'createCollection', 'createContext', 'createSchematic', 'createSourceFromUrl

  • 利用CRM中间件Middleware从ERP下载Customer Material的常见错误2019-12-02 17:52:25

    使用事务码VD51和VD52创建和修改Customer Material。下图是我在ERP创建的Material,为其维护了一个Customer Material AOP。 当下载到CRM后,在WebClient UI上显示如下: 下载Customer Material的主要配置: 通过表KNMT的字段KUNNR指定待下载的Customer ID: 将ERP的Material 1427先下载

  • Lighting maps_练习一2019-11-30 19:02:25

    尝试在片段着色器中反转镜面光贴图的颜色值,让木头显示镜面高光而钢制边缘不反光(由于钢制边缘中有一些裂缝,边缘仍会显示一些镜面高光,虽然强度会小很多) 1 #version 330 core 2 out vec4 FragColor; 3 4 struct Material { 5 sampler2D diffuse; 6 sampler2D specul

  • three.js 添加 图形控制界面 gui2019-11-22 16:02:34

        需要导入这个js: import { GUI } from '/three.js/jsm/libs/dat.gui.module.js';   局部代码: var params = { color: 0xffffff, transparency: 0.90, envMapIntensity: 1, lightIntensity:

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有