08 2022 档案

摘要:IfcConnectionGeometry 实体定义 IfcConnectionGeometry用于描述促进两个对象物理连接的几何和拓扑约束。它被设想为应用于元素连接关系的控件。 注意:元素连接关系通常通过引用相关和相关元素来提供逻辑连接信息。如果另外提供了IfcConnectionGeometry 阅读全文
posted @ 2022-08-31 16:49 西北逍遥 阅读(18) 评论(0) 推荐(0) 编辑
摘要:java时间戳转为日期 public static void main(String[] args) { long l1 = new Long("1661657159000"); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yy 阅读全文
posted @ 2022-08-31 08:10 西北逍遥 阅读(6919) 评论(0) 推荐(0) 编辑
摘要:StatementCallback; bad SQL grammar [DROP TABLE IF EXISTS java spring boot项目自动建表报错 在配置文件中,spring.datasource.url 后追加参数: allowMultiQueries=true 错误消除,运行正常 阅读全文
posted @ 2022-08-30 21:09 西北逍遥 阅读(350) 评论(0) 推荐(0) 编辑
摘要:IfcConnectionCurveGeometry 实体定义 IfcConnectionCurveGeometry用于描述几何约束,这些几何约束有助于在曲线或与曲线几何相关的边上实现两个对象的物理连接。它被设想为应用于元素连接关系的控件。 CurveOnRelatingElement属性中的Ifc 阅读全文
posted @ 2022-08-29 07:54 西北逍遥 阅读(37) 评论(0) 推荐(1) 编辑
摘要:IfcSurfaceOrFaceSurface 类型定义 IfcSurface或FaceSurface提供了选择几何模型中的几何曲面(IfcSurfaces和子类型)或拓扑模型中具有关联曲面几何图形和坐标的面(IfcFaceSurfaces)的选项。 IFC2x3中的新选择类型。 Enumerati 阅读全文
posted @ 2022-08-28 11:26 西北逍遥 阅读(37) 评论(0) 推荐(1) 编辑
摘要:IfcSolidOrShell 类型定义 iFCSolidShell提供了选择几何模型中的几何体(iFCSoledModel和子类型)或拓扑模型中的壳(IfcClosedShell)的选项。 IFC4中的新选择类型。 Enumeration definition ConstantDescriptio 阅读全文
posted @ 2022-08-27 09:04 西北逍遥 阅读(21) 评论(0) 推荐(1) 编辑
摘要:IfcPointOrVertexPoint 类型定义 IfcPoint或VertexPoint提供了在几何模型中选择几何点(IfcPoint和子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。 IFC2x3中的新选择类型。 Enumeration definiti 阅读全文
posted @ 2022-08-26 11:06 西北逍遥 阅读(18) 评论(0) 推荐(0) 编辑
摘要:IfcGridPlacementDirectionSelect 类型定义 IfcGridPlacementDirectionSelect允许选择将网格放置定义为显式方向,或通过引用第二个网格交点来提供方向。 IFC4中的新选择类型。 Enumeration definition ConstantDe 阅读全文
posted @ 2022-08-25 09:32 西北逍遥 阅读(21) 评论(0) 推荐(0) 编辑
摘要:IfcCurveOrEdgeCurve 类型定义 IfcCurveOrEdgeCurve提供了在几何模型中选择几何曲线(IfcCurve和子类型)或在拓扑模型中选择具有关联几何图形和坐标的曲线(IfcEdgeCurve)的选项。 IFC2x3中的新选择类型。 Enumeration definiti 阅读全文
posted @ 2022-08-25 08:31 西北逍遥 阅读(26) 评论(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 西北逍遥 阅读(26) 评论(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 西北逍遥 阅读(58) 评论(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 西北逍遥 阅读(27) 评论(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 西北逍遥 阅读(33) 评论(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 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要:IfcDocumentInformation 实体定义 IfcDocumentInformation捕获外部文档的“元数据”。本规范未定义文件的实际内容;相反,它可以在Location属性之后找到。 可以使用IfcDocumentReference从交换结构中全部或部分引用相同的IFCDocatio 阅读全文
posted @ 2022-08-20 10:09 西北逍遥 阅读(33) 评论(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 西北逍遥 阅读(18) 评论(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 西北逍遥 阅读(32) 评论(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 西北逍遥 阅读(50) 评论(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 西北逍遥 阅读(332) 评论(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 西北逍遥 阅读(111) 评论(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 西北逍遥 阅读(46) 评论(0) 推荐(0) 编辑
摘要:IfcLanguageId 类型定义 IfcLanguageId标识自然语言文本的表达语言。它使用语言标记来标识语言。 注:标签应符合RFC 5646中表达的互联网工程任务组(IETF)语言标签。一致性程序应支持“简单语言”子标签和“语言区域”标签格式。 例如,对于简单语言标记en(英语)、de(德 阅读全文
posted @ 2022-08-13 06:45 西北逍遥 阅读(16) 评论(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 西北逍遥 阅读(426) 评论(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 西北逍遥 阅读(106) 评论(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 西北逍遥 阅读(13) 评论(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 西北逍遥 阅读(20) 评论(0) 推荐(0) 编辑
摘要:IfcDataOriginEnum 类型定义 IfcDataOriginEnum标识时间数据的来源。 IFC2x2中的新枚举。 Enumeration definition ConstantDescription MEASURED The origin of the time data is a m 阅读全文
posted @ 2022-08-09 10:50 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑
摘要:IfcRecurrenceTypeEnum 类型定义 IfcRecurrenceTypeEnum枚举循环模式类型,有效组合如图所示。 IFC4中的新枚举。 Enumeration definition ConstantDescription DAILY Interval, Occurrences W 阅读全文
posted @ 2022-08-08 06:50 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑
摘要:IfcTaskDurationEnum 类型定义 IfcTaskDurationEnum标识如何测量持续时间。 IFC4中的新枚举。 Enumeration definition ConstantDescription ELAPSEDTIME The time duration is based o 阅读全文
posted @ 2022-08-07 15:00 西北逍遥 阅读(15) 评论(0) 推荐(0) 编辑
摘要:IfcTimeOrRatioSelect 类型定义 IfcTimeOrRatioSelect允许将值选择为比率或时间度量。 IFC4中的新选择类型 Enumeration definition ConstantDescription IfcRatioMeasure IfcDuration EXPRE 阅读全文
posted @ 2022-08-06 07:38 西北逍遥 阅读(19) 评论(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 西北逍遥 阅读(71) 评论(0) 推荐(0) 编辑
摘要:IfcClassification 实体定义 IFC分类用于根据共同目的或其拥有的共同特征将物体排列成一个类别或类别。IfcClassification意义上的分类是按层次结构排列的分类学或分类学方案。对象类别与泛化-专业化关系中的其他类别相关。因此,分类中的分类项以树结构组织。 IfcClassi 阅读全文
posted @ 2022-08-04 09:31 西北逍遥 阅读(97) 评论(0) 推荐(0) 编辑
摘要:IfcResourceObjectSelect 类型定义 IfcResourceObjectSelect允许选择与资源级别关系对象相关的资源级别对象。IfcResourceObjectSelect的使用包括将外部引用实体(库、分类或文档引用)分配给资源级别内的实体的能力。 IFC4中的新选择类型。 阅读全文
posted @ 2022-08-03 18:31 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑
摘要:IfcLibrarySelect 类型定义 IfcLibrarySelect允许选择库信息是包含在IFC模型中还是从外部源引用。 预计选择将是IfcLibraryReference,而很少是ifclibroryinformation。IfcLibraryInformation只能在可能需要指示将使用 阅读全文
posted @ 2022-08-03 15:45 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要:IfcDocumentSelect IfcDocumentSelect允许选择文档信息是包含在IFC模型中还是从外部源引用。 IFC2x中的新选择类型 Enumeration definition ConstantDescription IfcDocumentReference IfcDocumen 阅读全文
posted @ 2022-08-03 15:43 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要:IfcTimeSeriesDataTypeEnum IFCTimeSriesDataTypeEnum描述了一种时间序列数据类型,用于确定未明确指定的时间序列期间的值。 IFC2x2中的新枚举。 Enumeration definition ConstantDescription CONTINUOUS 阅读全文
posted @ 2022-08-02 06:24 西北逍遥 阅读(19) 评论(0) 推荐(0) 编辑
摘要:IfcClassificationSelect 类型定义 IfcClassificationSelect允许选择是否从外部源引用分类引用,或是否引用分类。 注:通常,预计将通过IfcClassificationReference进行选择,以识别对建筑信息模型中的元素进行分类的单个分类符号。例如,可以 阅读全文
posted @ 2022-08-01 07:08 西北逍遥 阅读(28) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示