上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 96 下一页
摘要: IfcStateEnum 类型定义 IfcStateEnum枚举标识对象的状态或可访问性(例如,读/写、锁定)。 有效的枚举包括: IFC2.0中的新枚举。 IFC2x3 这个概念最初在IFC2.0中作为BINARY(3)FIXED类型的IfcModifiedFlag引入,并在2x3中修改为枚举。它 阅读全文
posted @ 2022-12-23 17:25 西北逍遥 阅读(24) 评论(0) 推荐(0)
摘要: IfcLoopHeadToTail 功能定义 如果对于输入边循环的边,每条边的结束顶点与其后续边的开始顶点相同,则此函数返回TRUE。 IFC2x2中的新功能 EXPRESS Specification FUNCTION IfcLoopHeadToTail (ALoop : IfcEdgeLoop) 阅读全文
posted @ 2022-12-22 16:42 西北逍遥 阅读(23) 评论(0) 推荐(0)
摘要: IfcBooleanChoose 功能定义 如果为TRUE,则返回第一个选项,否则返回第二个选项。 注:根据ISO/IEC 10303-42:1992的定义 此函数根据布尔输入参数的值返回两个选项之一。这两个选项也是输入参数。 注:根据ISO10303-42中定义的boolean_choose改编的 阅读全文
posted @ 2022-12-21 17:24 西北逍遥 阅读(18) 评论(0) 推荐(0)
摘要: IfcSubedge 实体定义 注:根据ISO/IEC 10303-42:1992的定义 子边是其域是现有边的域的连接部分的边。子边上的拓扑约束与边上的相同。 注:根据ISO 10303-42中定义的子边改编的实体。 IFC2x2中的新实体。 非正式提议: 1、子边的域被正式定义为父边的域,由子边起 阅读全文
posted @ 2022-12-20 16:55 西北逍遥 阅读(25) 评论(0) 推荐(0)
摘要: IfcOrientedEdge 实体定义 注:根据ISO/IEC 10303-42:1992的定义 定向边缘是从另一边缘构造的边缘,并且包含BOOLEAN方向标志,以指示构造的边缘的方向是否与原始边缘的方向一致。除了可能的方向外,定向边与原始边等效。 一种常见的做法是实体建模系统要有一个实体来表示边 阅读全文
posted @ 2022-12-19 21:04 西北逍遥 阅读(33) 评论(0) 推荐(0)
摘要: IfcProperty 实体定义 IfcProperty是可以通过属性集机制与IFC对象关联的所有类型属性的抽象概括。 IFC1.0中的新实体。 Attribute inheritance #AttributeTypeCardinalityDescriptionC IfcPropertyAbstra 阅读全文
posted @ 2022-12-18 15:57 西北逍遥 阅读(44) 评论(0) 推荐(0)
摘要: Pset_BuildingSystemCommon 建筑系统定义的通用特性 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Kennzeichen Kennzeichen für diese bauliche System in 阅读全文
posted @ 2022-12-17 11:54 西北逍遥 阅读(34) 评论(0) 推荐(0)
摘要: Pset_ChimneyCommon 烟囱所有引用对象和类型对象定义的公共特性 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleicha 阅读全文
posted @ 2022-12-16 19:55 西北逍遥 阅读(26) 评论(0) 推荐(0)
摘要: QBuffer #include <QBuffer> Public Functions QBuffer(QObject *parent = nullptr) QBuffer(QByteArray *byteArray, QObject *parent = nullptr) virtual ~QBuf 阅读全文
posted @ 2022-12-15 15:21 西北逍遥 阅读(107) 评论(0) 推荐(0)
摘要: QChar #include <QChar> Public Types enum Category { Mark_NonSpacing, Mark_SpacingCombining, Mark_Enclosing, Number_DecimalDigit, ..., Symbol_Other } e 阅读全文
posted @ 2022-12-14 12:17 西北逍遥 阅读(62) 评论(0) 推荐(0)
摘要: 冒泡排序 QList<int> Qt_2022121201::sortList(QList<int> list_param) { for (int k = 0; k < list_param.size()-1;k++) { for (int j = 0; j < list_param.size() 阅读全文
posted @ 2022-12-13 12:48 西北逍遥 阅读(35) 评论(0) 推荐(0)
摘要: #include <QFont> Public Types enum Capitalization { MixedCase, AllUppercase, AllLowercase, SmallCaps, Capitalize } enum HintingPreference { PreferDefa 阅读全文
posted @ 2022-12-12 12:44 西北逍遥 阅读(268) 评论(0) 推荐(0)
摘要: java写入网页内容 public static boolean writeHtml(String htmlPath,String htmlContent) throws IOException { File newFile = new File(htmlPath); //自动创建目录 File p 阅读全文
posted @ 2022-12-11 16:04 西北逍遥 阅读(101) 评论(0) 推荐(0)
摘要: StandardCharsets /* * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lice 阅读全文
posted @ 2022-12-10 12:38 西北逍遥 阅读(89) 评论(0) 推荐(0)
摘要: java从一个较大的文本文档中查找字符串 public static void findStr(File fileParam) throws IOException{ FileReader fread = null; BufferedReader bufferRead = null; fread = 阅读全文
posted @ 2022-12-09 17:46 西北逍遥 阅读(548) 评论(0) 推荐(0)
摘要: [root@VFSD ~]# netstat -tunlp |grep 80tcp6 0 0 127.0.0.1:8005 :::* LISTEN 29218/javatcp6 0 0 :::80 :::* LISTEN 29218/java tcp6 0 0 :::8080 :::* LISTEN 阅读全文
posted @ 2022-12-08 14:20 西北逍遥 阅读(97) 评论(0) 推荐(0)
摘要: html中追加script Element headElement = htmlDocument.selectFirst("head"); if(headElement !=null) { headElement.appendElement("script").attr("src", "http:/ 阅读全文
posted @ 2022-12-07 13:37 西北逍遥 阅读(88) 评论(0) 推荐(0)
摘要: java读取csv文件 /** * 读取CSV文件内容 * @param csvFileName * @throws IOException */ public static void readCSVAndWrite( String inputCsvFileName1 ) throws IOExce 阅读全文
posted @ 2022-12-06 13:28 西北逍遥 阅读(442) 评论(0) 推荐(0)
摘要: java 给csv增加一列 /** * 读取CSV文件内容 * @param csvFileName * @throws IOException */ public static void readCSVAndWrite( String inputCsvFileName1, String outpu 阅读全文
posted @ 2022-12-05 09:10 西北逍遥 阅读(459) 评论(0) 推荐(0)
摘要: java FileInputStream读取文件 public static void readFileData(String filePath) throws IOException { File classFile = new File(filePath); FileInputStream fi 阅读全文
posted @ 2022-12-04 21:57 西北逍遥 阅读(215) 评论(0) 推荐(0)
摘要: java FileReader FileWriter修改文件内容 public static void editContent(File fileParamOld,File fileParamNew) throws IOException{ FileReader fr = new FileReade 阅读全文
posted @ 2022-12-03 12:11 西北逍遥 阅读(490) 评论(0) 推荐(0)
摘要: java copyFile public static void copyFile(File oldFile,File newFile) throws IOException{ FileInputStream fis = new FileInputStream(oldFile); FileOutpu 阅读全文
posted @ 2022-12-02 17:47 西北逍遥 阅读(190) 评论(0) 推荐(0)
摘要: java扫描操作部分文件 public void findStrFromManyFiles(String dirName,String endStr) throws IOException{ File dir = new File(dirName); File[] files = dir.listF 阅读全文
posted @ 2022-12-01 08:47 西北逍遥 阅读(47) 评论(0) 推荐(0)
摘要: java统计某个目录下某种文件的个数 public static void countNum(String filePath,String endStr) throws IOException{ File dirFile = new File(filePath); if(dirFile.isDire 阅读全文
posted @ 2022-11-30 20:28 西北逍遥 阅读(675) 评论(0) 推荐(0)
摘要: java list根据对象的某个属性排序 Collections.sort(list1, new Comparator<BlogRank>() { @Override public int compare(BlogRank blogRankObj1, BlogRank blogRankObj2) { 阅读全文
posted @ 2022-11-29 20:45 西北逍遥 阅读(543) 评论(0) 推荐(0)
摘要: Appendable /* * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to lice 阅读全文
posted @ 2022-11-28 22:56 西北逍遥 阅读(36) 评论(0) 推荐(0)
摘要: AutoCloseable /* * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to l 阅读全文
posted @ 2022-11-27 16:39 西北逍遥 阅读(33) 评论(0) 推荐(0)
摘要: Closeable /* * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to licen 阅读全文
posted @ 2022-11-26 19:30 西北逍遥 阅读(32) 评论(0) 推荐(0)
摘要: x y z -75.61 21.43 127.96 -75.61 21.43 108.66-10.5 21.43 127.96 长:66.3 宽:20.35 阅读全文
posted @ 2022-11-25 09:46 西北逍遥 阅读(30) 评论(0) 推荐(0)
摘要: pyqt5绘制坐标系 def paintEvent(self, event): painter = QPainter() painter.begin(self) # 绘制图像 image = self.pix if image.width()>0: rect = QRect(0, 0, image. 阅读全文
posted @ 2022-11-24 20:23 西北逍遥 阅读(236) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 96 下一页