上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 96 下一页
摘要: Stream /* * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license 阅读全文
posted @ 2022-11-16 20:46 西北逍遥 阅读(81) 评论(0) 推荐(0)
摘要: Iterable /* * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licens 阅读全文
posted @ 2022-11-15 19:59 西北逍遥 阅读(114) 评论(0) 推荐(0)
摘要: Collection /* * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lice 阅读全文
posted @ 2022-11-14 19:30 西北逍遥 阅读(77) 评论(0) 推荐(0)
摘要: redis重置某些key import redis client_redis1 = redis.StrictRedis(host='127.0.0.1', port=6379, db=0, password ="123123") #1 client1_all_keys = client_redis1 阅读全文
posted @ 2022-11-13 16:50 西北逍遥 阅读(131) 评论(0) 推荐(0)
摘要: Queue /* * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * * * Written by Doug Lea with assistance from members of JCP JSR-1 阅读全文
posted @ 2022-11-12 19:49 西北逍遥 阅读(44) 评论(0) 推荐(0)
摘要: unity3d修改对象属性 #region void loadWorkerModel(Vector3 init_position, string worker_name,string BDID) { GameObject obj = (GameObject)Instantiate(Resources 阅读全文
posted @ 2022-11-11 21:48 西北逍遥 阅读(83) 评论(0) 推荐(0)
摘要: Deque /* * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * * * * * * Written by Doug Lea and Josh Bloch with assistance from 阅读全文
posted @ 2022-11-10 19:20 西北逍遥 阅读(36) 评论(0) 推荐(0)
摘要: AbstractQueue /* * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * */ /* * Written by Doug Lea with assistance from members of JCP 阅读全文
posted @ 2022-11-09 17:48 西北逍遥 阅读(20) 评论(0) 推荐(0)
摘要: Cloneable /* * Copyright (c) 1995, 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licen 阅读全文
posted @ 2022-11-08 22:02 西北逍遥 阅读(82) 评论(0) 推荐(0)
摘要: Serializable /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to li 阅读全文
posted @ 2022-11-07 20:56 西北逍遥 阅读(66) 评论(0) 推荐(0)
摘要: python opencv 提取图像的区域 start_x = index_box[0] start_y = index_box[1] end_x = index_box[2] end_y = index_box[3] index_person_img = camera1_img[start_y:e 阅读全文
posted @ 2022-11-06 20:05 西北逍遥 阅读(78) 评论(0) 推荐(0)
摘要: Format /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license 阅读全文
posted @ 2022-11-05 18:35 西北逍遥 阅读(122) 评论(0) 推荐(0)
摘要: DateFormat /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lice 阅读全文
posted @ 2022-11-04 12:03 西北逍遥 阅读(60) 评论(0) 推荐(0)
摘要: SimpleDateFormat /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject t 阅读全文
posted @ 2022-11-03 12:28 西北逍遥 阅读(44) 评论(0) 推荐(0)
摘要: InputStream /* * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lic 阅读全文
posted @ 2022-11-02 17:28 西北逍遥 阅读(99) 评论(0) 推荐(0)
摘要: ObjectInput /* * Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lic 阅读全文
posted @ 2022-11-01 18:29 西北逍遥 阅读(26) 评论(0) 推荐(0)
摘要: ObjectInputStream /* * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject 阅读全文
posted @ 2022-10-31 17:59 西北逍遥 阅读(24) 评论(0) 推荐(0)
摘要: Throwable ################## /* * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use 阅读全文
posted @ 2022-10-30 09:31 西北逍遥 阅读(134) 评论(0) 推荐(0)
摘要: Exception /* * Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licen 阅读全文
posted @ 2022-10-29 09:03 西北逍遥 阅读(53) 评论(0) 推荐(0)
摘要: IfcCurveOnSurface 类型定义 IfcCurveOnSurface支持在参数曲面上选择曲线类型。 注:定义符合ISO/CD 10303-42:1992 curve_on_surface是参数化曲面上的曲线。它可以是以下任何一种: pcurve或 曲面曲线,包括相交曲线和接缝曲线的特殊子 阅读全文
posted @ 2022-10-28 14:35 西北逍遥 阅读(41) 评论(0) 推荐(0)
摘要: IfcSegmentIndexSelect 类型定义 IfcSegmentIndexSelect提供指向点列表的不同索引列表的选择。 注:选择类型用于IfcIndexedPolyCurve指向IfcCartesianPointList,以提供多段曲线的线性和圆弧段的笛卡尔点。 IFC4 ADD1中的 阅读全文
posted @ 2022-10-27 11:12 西北逍遥 阅读(21) 评论(0) 推荐(0)
摘要: IfcTrimmingSelect 类型定义 IfcTrimmingSelect允许在两种修剪曲线的方式之间进行选择。 注:定义符合ISO/CD 10303-42:1992 此选择类型标识修剪参数曲线的两种可能方法;通过曲线上的笛卡尔点,或通过定义曲线参数范围内参数的REAL类型的值。 注:类型改编 阅读全文
posted @ 2022-10-26 12:31 西北逍遥 阅读(14) 评论(0) 推荐(0)
摘要: IfcVectorOrDirection 类型定义 IfcVectorOrDirection允许在矢量函数的IfcVent和IfcDirection之间进行选择。 注:定义符合ISO/CD 10303-42:1992 此类型用于标识可以参与矢量计算的实体类型。 注:类型改编自ISO 10303-42 阅读全文
posted @ 2022-10-25 18:19 西北逍遥 阅读(29) 评论(0) 推荐(0)
摘要: IfcAbsorbedDoseMeasure 类型定义 IfcAbsorbedDoseMeasure是对吸收放射性剂量的测量。 通常以灰色(Gy,J/kg)计量。 类型:REAL IFC2x中的新类型。 EXPRESS Specification TYPE IfcAbsorbedDoseMeasur 阅读全文
posted @ 2022-10-24 13:34 西北逍遥 阅读(21) 评论(0) 推荐(0)
摘要: IfcAccelerationMeasure 类型定义 IfcAccelerationMeasure是加速度的度量。 通常以m/s2测量。 类型:REAL IFC2x中的新类型。 EXPRESS Specification TYPE IfcAccelerationMeasure = REAL; EN 阅读全文
posted @ 2022-10-23 16:03 西北逍遥 阅读(21) 评论(0) 推荐(0)
摘要: IfcAmountOfSubstanceMeasure 类型定义 物质量测量是与0.012千克碳12中的原子数相比的物质量值。 通常测量单位为摩尔(mol)。 类型:REAL 注:类型改编自ISO 10303-41中定义的amount_of_substance_measure。 IFC1.5.1中的 阅读全文
posted @ 2022-10-22 17:19 西北逍遥 阅读(29) 评论(0) 推荐(0)
摘要: IfcLabel 类型定义 标签是指可以用来指代某物的术语。它是一个字符串,表示某物的人类可解释的名称,并具有自然的语言含义。 类型:最多255个字符的字符串 注:根据ISO 10303-41中定义的标签改编的类型。 IFC2x中的新类型。 IFC4 修改以前建议的255个字符的大小限制现在是强制性 阅读全文
posted @ 2022-10-21 17:58 西北逍遥 阅读(97) 评论(0) 推荐(0)
摘要: IfcKinematicViscosityMeasure 类型定义 Ifc运动粘度测量是测量介质对运动物体的粘性阻力。 通常以m2/s计量。 类型:real IFC2.0中的新类型。 EXPRESS Specification TYPE IfcKinematicViscosityMeasure = 阅读全文
posted @ 2022-10-21 17:54 西北逍遥 阅读(20) 评论(0) 推荐(0)
摘要: IfcIsothermalMoistureCapacityMeasure 类型定义 IfcIsothermalMoistureCapacityMeasure是对水的测量。 通常以m3/kg计量。 类型:REAL IFC2x中的新类型。 EXPRESS Specification TYPE IfcIs 阅读全文
posted @ 2022-10-20 08:11 西北逍遥 阅读(16) 评论(0) 推荐(0)
摘要: IfcIonConcentrationMeasure 类型定义 IfcIonConcentrationMeasure是对液体中特定离子浓度的测量,单位为mg/L。 IFC2x2中的新类型。 EXPRESS Specification TYPE IfcIonConcentrationMeasure = 阅读全文
posted @ 2022-10-19 17:20 西北逍遥 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 96 下一页