03 2024 档案
摘要:maya给模型以及子节点随机染色 import random import maya.cmds as py def material1(): sel=py.ls(sl=True) if sel!=[]: for obj in sel: myShade = py.shadingNode('lamber
阅读全文
摘要:IfcConversionBasedUnit 实体定义IfcConversionBasedUnit用于定义具有基本单位转换率的单位。为了识别一些常用的基于转换的单位,表4中列出了Name属性的标准名称(不区分大小写)。 NameDescription 'inch' Length measure eq
阅读全文
摘要:JAVA_HOME : C:\Program Files\Java\jdk-1.8 Path : %JAVA_HOME%\bin %JAVA_HOME%\jre\bin CLASSPATH : .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\
阅读全文
摘要:JavaScript Fetch API请求和响应 //加载进场工人不安全行为数据 var loadAllWorkerUsafeData = setInterval(function(){ const url = `http://35.98.90.55/api/info?project=23`; f
阅读全文
摘要:IfcConversionBasedUnit 当没有使用实体类型IfcMeasureWithUnit作为属性的数据类型更具体地定义单位时,项目的全局单位分配定义度量值和值的全局单位。项目的全球基本长度、面积、体积和时间单位定义为国际单位制的示例: #1=IFCPROJECT (00ZhrqZYLB
阅读全文
摘要:IfcConversionBasedUnitWithOffset 实体定义IfcConversionBasedUnitWithOffset是通过应用转换因子和偏移量从另一个单位转换而来的单位。IFC4中的新实体。示例:温度单位华氏度基于温度单位开尔文,如下所示: f = k · 1.8 – 459.
阅读全文
摘要:IfcSimpleValue Change log ItemSPFXMLChangeDescription IFC2x3 to IFC4 IfcSimpleValue IfcDateTime ADDED IfcDate ADDED IfcTime ADDED IfcDuration ADDED If
阅读全文
摘要:mkdir build cd build cmake ../ -DBUILD_EXAPLES=true make sudo make install bim@bim-Vostro-7570:~/REALSENSE/librealsense-2.50.0/build$ bim@bim-Vostro-7
阅读全文
摘要:python POST推送多种数据 import requests, os, json,hashlib from requests.exceptions import Timeout #小程序数据推送 def postDataToServer(self,param1,param2,param3,pa
阅读全文
摘要:IfcVolumetricFlowRateMeasure Type definition IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time. Usually measur
阅读全文
摘要:(base) C:\Users\luo> (base) C:\Users\luo>nvidia-smi Thu Mar 21 10:54:51 2024 + + | NVIDIA-SMI 516.94 Driver Version: 516.94 CUDA Version: 11.7 | | + +
阅读全文
摘要:python requests.post Max retries exceeded with url 报错 import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.re
阅读全文
摘要:IfcWarpingConstantMeasure Type definition IfcWarpingConstantMeasure is a measure for the warping constant or warping resistance of a cross section und
阅读全文
摘要:IfcWarpingMomentMeasure Type definition The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It
阅读全文
摘要:in@jin-System-Product-Name:~$ jin@jin-System-Product-Name:~$ mkdir Nvidia jin@jin-System-Product-Name:~$ jin@jin-System-Product-Name:~$ jin@jin-System
阅读全文
摘要:python post报错 退出 Failed to establish a new connection import requests from requests.exceptions import RequestException # 设置URL和请求数据 url = 'http://exam
阅读全文
摘要:IfcDerivedUnitEnum Type definition IfcDerivedUnitEnum is an enumeration type for allowed types of derived units. HISTORY New type in IFC2.0. IFC 2x4 c
阅读全文
摘要:python post测试 import requests # 设置请求的URL url = 'http://example.com/api/post' # 准备要发送的数据,这里假设有一个中文字段'name' data = { 'name': '张三', # 中文名字 'age': 30 } #
阅读全文
摘要:IfcSIPrefix Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI prefix is the name of a prefix that may be associated with an SI un
阅读全文
摘要:IfcSIUnitName Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI unit name is the name of an SI unit. The definitions of the names
阅读全文
摘要:IfcUnitEnum Type definition IfcUnitEnum is an enumeration type for allowed unit types of IfcNamedUnit. HISTORY New type in IFC1.5.1. Enumeration defin
阅读全文
摘要:IfcDerivedMeasureValue Type definition IfcDerivedMeasureValue is a select type for selecting between derived measure types. SELECT IfcAbsorbedDoseMeas
阅读全文
摘要:nvidia-smi C:\Users\jin> C:\Users\jin>nvcc -V nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Mon_Apr__3_17:
阅读全文
摘要:IfcVolumeMeasure Type definition An IfcVolumeMeasure is the value of the solid content of a body. Usually measured in cubic metre (m3). Type: REAL NOT
阅读全文
摘要:IfcMeasureValue Type definition NOTE Definition according to ISO/CD 10303-41:1992A measure value is a value as defined in ISO 31-0 (clause 2). NOTE If
阅读全文
摘要:anaconda pip 安装速度慢,更换阿里云源 conda config --add channels https://mirrors.aliyun.com/anaconda/pkgs/main/ conda config --add channels https://mirrors.aliyu
阅读全文
摘要:IfcVaporPermeabilityMeasure Type definition IfcVaporPermeabilityMeasure is a measure of vapor permeability. Usually measured in kg / s m Pascal. Type:
阅读全文
摘要:Values 属性可能包含用户定义的数据,其中数据类型是开放的。 ##################
阅读全文
摘要:IfcTorqueMeasure Type definition IfcTorqueMeasure is a measure of the torque or moment of a couple. Usually measured in N m. Type: REAL HISTORY New ty
阅读全文
摘要:IfcTimeMeasure Type definition An IfcTimeMeasure is the value of the duration of periods. Measured in seconds (s) or days (d) or other units of time.
阅读全文
摘要:IfcVolumetricFlowRateMeasure Type definition IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time. Usually measur
阅读全文