上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 94 下一页
摘要: IfcSolidOrShell 类型定义 iFCSolidShell提供了选择几何模型中的几何体(iFCSoledModel和子类型)或拓扑模型中的壳(IfcClosedShell)的选项。 IFC4中的新选择类型。 Enumeration definition ConstantDescriptio 阅读全文
posted @ 2022-08-27 09:04 西北逍遥 阅读(18) 评论(0) 推荐(1) 编辑
摘要: IfcPointOrVertexPoint 类型定义 IfcPoint或VertexPoint提供了在几何模型中选择几何点(IfcPoint和子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。 IFC2x3中的新选择类型。 Enumeration definiti 阅读全文
posted @ 2022-08-26 11:06 西北逍遥 阅读(14) 评论(0) 推荐(0) 编辑
摘要: IfcGridPlacementDirectionSelect 类型定义 IfcGridPlacementDirectionSelect允许选择将网格放置定义为显式方向,或通过引用第二个网格交点来提供方向。 IFC4中的新选择类型。 Enumeration definition ConstantDe 阅读全文
posted @ 2022-08-25 09:32 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要: IfcCurveOrEdgeCurve 类型定义 IfcCurveOrEdgeCurve提供了在几何模型中选择几何曲线(IfcCurve和子类型)或在拓扑模型中选择具有关联几何图形和坐标的曲线(IfcEdgeCurve)的选项。 IFC2x3中的新选择类型。 Enumeration definiti 阅读全文
posted @ 2022-08-25 08:31 西北逍遥 阅读(21) 评论(0) 推荐(0) 编辑
摘要: DataInput /* * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licen 阅读全文
posted @ 2022-08-24 18:50 西北逍遥 阅读(22) 评论(0) 推荐(0) 编辑
摘要: DateFormatSymbols /* * Copyright (c) 1996, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject 阅读全文
posted @ 2022-08-23 13:58 西北逍遥 阅读(54) 评论(0) 推荐(0) 编辑
摘要: redis操作 import redis r = redis.StrictRedis(host='localhost', port=6379, db=0) r.set('test1', 'test1') value1 = r.get('car') print(value1) all_keys = r 阅读全文
posted @ 2022-08-22 07:54 西北逍遥 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Calendar /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licens 阅读全文
posted @ 2022-08-22 04:30 西北逍遥 阅读(32) 评论(0) 推荐(0) 编辑
摘要: ubuntu redis [zqy@VFSD local]# [zqy@VFSD local]# cd /home/myfile [zqy@VFSD myfile]# [zqy@VFSD myfile]# [zqy@VFSD myfile]# [zqy@VFSD myfile]# ls apache 阅读全文
posted @ 2022-08-21 19:28 西北逍遥 阅读(28) 评论(0) 推荐(0) 编辑
摘要: IfcDocumentInformationRelationship 实体定义 IfcDocumentInformationRelationship是一种关系实体,它使文档能够引用其他文档。它用于描述一个文档可以引用一个或多个其他子文档的关系,或者一个文档用作另一个文档的替换(但原始文档和替换文档都 阅读全文
posted @ 2022-08-21 09:29 西北逍遥 阅读(18) 评论(0) 推荐(0) 编辑
摘要: IfcDocumentInformation 实体定义 IfcDocumentInformation捕获外部文档的“元数据”。本规范未定义文件的实际内容;相反,它可以在Location属性之后找到。 可以使用IfcDocumentReference从交换结构中全部或部分引用相同的IFCDocatio 阅读全文
posted @ 2022-08-20 10:09 西北逍遥 阅读(30) 评论(0) 推荐(0) 编辑
摘要: GregorianCalendar /* * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject 阅读全文
posted @ 2022-08-19 11:05 西北逍遥 阅读(16) 评论(0) 推荐(0) 编辑
摘要: SortedMap /* * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licen 阅读全文
posted @ 2022-08-18 08:34 西北逍遥 阅读(28) 评论(0) 推荐(0) 编辑
摘要: CalendarUtils package sun.util.calendar; public class CalendarUtils { public static final boolean isGregorianLeapYear(int arg) { return arg % 4 == 0 & 阅读全文
posted @ 2022-08-17 07:15 西北逍遥 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Element package org.jsoup.nodes; import org.jsoup.helper.ChangeNotifyingArrayList; import org.jsoup.helper.StringUtil; import org.jsoup.helper.Validat 阅读全文
posted @ 2022-08-16 11:28 西北逍遥 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Node package org.jsoup.nodes; import org.jsoup.SerializationException; import org.jsoup.helper.StringUtil; import org.jsoup.helper.Validate; import or 阅读全文
posted @ 2022-08-15 07:31 西北逍遥 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Elements package org.jsoup.select; import org.jsoup.helper.Validate; import org.jsoup.nodes.Element; import org.jsoup.nodes.FormElement; import org.js 阅读全文
posted @ 2022-08-14 22:30 西北逍遥 阅读(42) 评论(0) 推荐(0) 编辑
摘要: IfcLanguageId 类型定义 IfcLanguageId标识自然语言文本的表达语言。它使用语言标记来标识语言。 注:标签应符合RFC 5646中表达的互联网工程任务组(IETF)语言标签。一致性程序应支持“简单语言”子标签和“语言区域”标签格式。 例如,对于简单语言标记en(英语)、de(德 阅读全文
posted @ 2022-08-13 06:45 西北逍遥 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ssh状态查询 [vfsd@VFSD ~]# [vfsd@VFSD ~]# systemctl status sshd.service ?sshd.service - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd 阅读全文
posted @ 2022-08-12 07:44 西北逍遥 阅读(403) 评论(0) 推荐(0) 编辑
摘要: Document package org.jsoup.nodes; import org.jsoup.helper.StringUtil; import org.jsoup.helper.Validate; import org.jsoup.parser.ParseSettings; import 阅读全文
posted @ 2022-08-11 13:57 西北逍遥 阅读(103) 评论(0) 推荐(0) 编辑
摘要: String /* * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license 阅读全文
posted @ 2022-08-11 08:41 西北逍遥 阅读(11) 评论(0) 推荐(0) 编辑
摘要: IfcTimeStamp IfcTimeStamp是通过测量自1970年1月1日00:00:00 UTC以来经过的秒数来指示日期和时间。 类型:整数 IEEE Std 1003.1中定义的注释。 IFC1.5.1中的新类型。 EXPRESS Specification TYPE IfcTimeSta 阅读全文
posted @ 2022-08-10 12:15 西北逍遥 阅读(18) 评论(0) 推荐(0) 编辑
摘要: IfcDataOriginEnum 类型定义 IfcDataOriginEnum标识时间数据的来源。 IFC2x2中的新枚举。 Enumeration definition ConstantDescription MEASURED The origin of the time data is a m 阅读全文
posted @ 2022-08-09 10:50 西北逍遥 阅读(15) 评论(0) 推荐(0) 编辑
摘要: IfcRecurrenceTypeEnum 类型定义 IfcRecurrenceTypeEnum枚举循环模式类型,有效组合如图所示。 IFC4中的新枚举。 Enumeration definition ConstantDescription DAILY Interval, Occurrences W 阅读全文
posted @ 2022-08-08 06:50 西北逍遥 阅读(16) 评论(0) 推荐(0) 编辑
摘要: IfcTaskDurationEnum 类型定义 IfcTaskDurationEnum标识如何测量持续时间。 IFC4中的新枚举。 Enumeration definition ConstantDescription ELAPSEDTIME The time duration is based o 阅读全文
posted @ 2022-08-07 15:00 西北逍遥 阅读(14) 评论(0) 推荐(0) 编辑
摘要: IfcTimeOrRatioSelect 类型定义 IfcTimeOrRatioSelect允许将值选择为比率或时间度量。 IFC4中的新选择类型 Enumeration definition ConstantDescription IfcRatioMeasure IfcDuration EXPRE 阅读全文
posted @ 2022-08-06 07:38 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 错误日志: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-08-05 20:06:28.680 ERROR 阅读全文
posted @ 2022-08-05 20:14 西北逍遥 阅读(31) 评论(0) 推荐(0) 编辑
摘要: IfcClassificationReference 实体定义 IfcClassificationReference是对特定分类键(或符号)的分类系统或源(请参见IfcClassification)的引用。 继承属性具有以下含义: 标识:持有为分类项目(或表格)的特定参考提供的密钥。 名称:允许对分 阅读全文
posted @ 2022-08-05 07:26 西北逍遥 阅读(65) 评论(0) 推荐(0) 编辑
摘要: IfcClassification 实体定义 IFC分类用于根据共同目的或其拥有的共同特征将物体排列成一个类别或类别。IfcClassification意义上的分类是按层次结构排列的分类学或分类学方案。对象类别与泛化-专业化关系中的其他类别相关。因此,分类中的分类项以树结构组织。 IfcClassi 阅读全文
posted @ 2022-08-04 09:31 西北逍遥 阅读(78) 评论(0) 推荐(0) 编辑
摘要: IfcResourceObjectSelect 类型定义 IfcResourceObjectSelect允许选择与资源级别关系对象相关的资源级别对象。IfcResourceObjectSelect的使用包括将外部引用实体(库、分类或文档引用)分配给资源级别内的实体的能力。 IFC4中的新选择类型。 阅读全文
posted @ 2022-08-03 18:31 西北逍遥 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 94 下一页