上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 94 下一页
摘要: NetClient.h NetClient.cpp 阅读全文
posted @ 2019-11-21 18:24 西北逍遥 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Qt QtXml读取xml文件内容 xml文件内容 输出 "Anchor" : "1" "50" "1789" "0""Anchor" : "2" "2970" "1840" "0""Anchor" : "3" "2940" "70" "0""Anchor" : "4& 阅读全文
posted @ 2019-11-20 14:41 西北逍遥 阅读(6998) 评论(0) 推荐(0) 编辑
摘要: QHBoxLayout *horizontalLayout_6 = new QHBoxLayout(main_ui.tab_5); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setContentsMargins(11, 11, 11, 11); horizontalLayout_6->setObjectName(QString:: 阅读全文
posted @ 2019-11-19 15:21 西北逍遥 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32>ipconfig Windows IP 配置 无线局域网适配器 本地连接* 10: 媒体状态 . . . . . . . . . . . . : 媒体已断开连接 连接特定的 DNS 后缀 . . . . . . . : 无线局域网适配器 本地连接* 11: 媒 阅读全文
posted @ 2019-11-18 14:24 西北逍遥 阅读(5239) 评论(0) 推荐(0) 编辑
摘要: 传统工程数据往往零散且片段的储存在各个不同的地方,数据格式也有各种不同的形式互相搭配,最常见的有图形(施工图、大样图、断面图、流程图等)、文字(各种说明文件)、数字(各种统计、数量或价格数据),这些数据都随着工程进行而不断增加,而数据之间的关联性也随之更加复杂。 BIM的概念即是一个大型数据库,储存 阅读全文
posted @ 2019-11-17 19:06 西北逍遥 阅读(2669) 评论(0) 推荐(0) 编辑
摘要: Qt QJson解析json数据 //加载根目录文件 阅读全文
posted @ 2019-11-17 18:57 西北逍遥 阅读(3068) 评论(0) 推荐(0) 编辑
摘要: 十一月 16, 2019 11:49:47 上午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [com.vfsd.net.GetImgFromHTML] in contex 阅读全文
posted @ 2019-11-16 12:37 西北逍遥 阅读(1565) 评论(1) 推荐(0) 编辑
摘要: QNetworkAccessManager *manager = new QNetworkAccessManager(this);; QNetworkRequest network_request; QByteArray post_data; network_request.setUrl(QUrl("http://109.26.149.57:8080/tsinghuaVC/init/selectA 阅读全文
posted @ 2019-11-15 16:51 西北逍遥 阅读(365) 评论(0) 推荐(0) 编辑
摘要: java获取ubuntu某个目录下的所有文件信息 [{"filePAth":"/home/luo/Figure_1-15.png","fileSize":626246,"lastModify":1551423371000,"fileName":"Figure_1-15.png","fileType" 阅读全文
posted @ 2019-11-14 16:43 西北逍遥 阅读(772) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-14 09:42 西北逍遥 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 阿里双十一数据统计 阅读全文
posted @ 2019-11-13 12:29 西北逍遥 阅读(1595) 评论(1) 推荐(0) 编辑
摘要: user1@user1-ThinkPad-W540:~$ user1@user1-ThinkPad-W540:~$ sudo mkdir /opt/maven[sudo] password for user1: user1@user1-ThinkPad-W540:~$ user1@user1-Thi 阅读全文
posted @ 2019-11-13 09:12 西北逍遥 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 获取图片 阅读全文
posted @ 2019-11-12 15:10 西北逍遥 阅读(288) 评论(0) 推荐(0) 编辑
摘要: “TeslaManage.exe”(Win32): 已加载“F:\TeslaManageProject\TeslaManage\x64\Debug\TeslaManage.exe”。已加载符号。“TeslaManage.exe”(Win32): 已加载“C:\Windows\System32\ntd 阅读全文
posted @ 2019-11-11 07:50 西北逍遥 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 今天偶尔翻出了很久以前写的java3d程序,很怀念曾经探索java3d解析、渲染ifc数据的日子 阅读全文
posted @ 2019-11-10 17:13 西北逍遥 阅读(3722) 评论(0) 推荐(0) 编辑
摘要: package com.ygkj.test; import java.io.*; import java.net.*; public class Test20171226 { private static final int PORT=9000; private static final String HOST="192.168.2.200"; public... 阅读全文
posted @ 2019-11-10 17:05 西北逍遥 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 基于ifc数据的bim模型吊装模拟-1 IfcWallStandardCase IfcColumn 阅读全文
posted @ 2019-11-09 19:17 西北逍遥 阅读(467) 评论(1) 推荐(0) 编辑
摘要: ifc中的IfcWallStandardCase构件 阅读全文
posted @ 2019-11-08 18:46 西北逍遥 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 计算旋转角度,考虑吊车朝向 阅读全文
posted @ 2019-11-07 21:28 西北逍遥 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: wall_node = (osg::Node*)(index_node->clone(osg::CopyOp::DEEP_COPY_ALL));vc_mobileCrane->tranMoveIndex->addChild(wall_node); 阅读全文
posted @ 2019-11-07 21:25 西北逍遥 阅读(216) 评论(0) 推荐(0) 编辑
摘要: osg::Node节点移动的时候,可以使用osg::Matrix::translate 来完成 osg::Matrix::translate中的参数是 当前位置到目标位置需要改变的值,所以,传递参数的时候需要传入目标节点位置减去当前位置的差值。 ifc node节点移动 阅读全文
posted @ 2019-11-07 15:57 西北逍遥 阅读(883) 评论(0) 推荐(0) 编辑
摘要: root_group->addChild(node22); osg::Vec3f vec3f1 = node22->getBound().center(); osg::NodePathList nodePAthList1 = node22->getParentalNodePaths(); osg:: 阅读全文
posted @ 2019-11-06 21:41 西北逍遥 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 深度拷贝 node.clone(osg::CopyOp::DEEP_COPY_ALL) osg::ref_ptr<osg::Node> deepnode = (osg::Node *)(node->clone(osg::CopyOp::DEEP_COPY_ALL)); 阅读全文
posted @ 2019-11-06 15:23 西北逍遥 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 获取IFC构件的位置数据、方向数据 id: 94 name: "项目编号" class: IfcProject global id: "2ZD1jkdm1DZfnCPYiAaT8B" "项目编号" final.. id: 104 name: "" class: IfcBuilding global 阅读全文
posted @ 2019-11-04 19:14 西北逍遥 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 线程 0x3e20 已退出,返回值为 0 (0x0)。“TeslaManage.exe”(Win32): 已加载“C:\Windows\System32\UIAutomationCore.dll”。无法查找或打开 PDB 文件。0x00007FFF1CC2A839 (KernelBase.dll)处 阅读全文
posted @ 2019-11-04 10:36 西北逍遥 阅读(104) 评论(0) 推荐(0) 编辑
摘要: IFC构件位置数据与revit模型中对应构件位置数据对 阅读全文
posted @ 2019-11-04 09:11 西北逍遥 阅读(619) 评论(3) 推荐(0) 编辑
摘要: 在IFC标准中,采用相对坐标系对构件定位。如柱(IfcColumn)的定位信息(局部坐标系及参考坐标系)由ObjectPlacement描述。ObjectPlacement由两部分组成: (1)PlacementRelTo是参考坐标系。柱子的参考坐标系是楼层IfcBuidlingStorey所在的坐 阅读全文
posted @ 2019-11-03 11:00 西北逍遥 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: jsoup爬取某网站安全数据 阅读全文
posted @ 2019-11-02 21:12 西北逍遥 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Java统计文件数量 阅读全文
posted @ 2019-11-02 20:53 西北逍遥 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: 直接使用osg渲染ifc数据,提高渲染速度。 #include "teslamanage.h" #include <QtWidgets/QApplication> #include <QtGui/QIcon> #include <osgViewer/Viewer> osg::ref_ptr<osg: 阅读全文
posted @ 2019-11-01 21:13 西北逍遥 阅读(717) 评论(1) 推荐(0) 编辑
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 94 下一页