会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
david123102
博客园
首页
新随笔
联系
订阅
管理
2022年12月27日
idea格式化报错
摘要: java.lang.IllegalAccessError: class com.google.googlejavaformat.java.JavaInput · Issue #787 · google/google-java-format · GitHub
阅读全文
posted @ 2022-12-27 13:42 david123102
阅读(37)
评论(0)
推荐(0)
2022年12月17日
sed用法
摘要: text processing - How can I match the beginning of a line with sed in null data mode (`-z`)? - Unix & Linux Stack Exchange
阅读全文
posted @ 2022-12-17 17:53 david123102
阅读(19)
评论(0)
推荐(0)
2022年11月28日
CentOS7 部署Greenplum6
摘要: 环境准备 3个节点,每个节点8核、32G内存、1TB硬盘 对应ip和角色划分为: #主master 192.168.31.101 gp1 #从master,4个主segment 4个从segment 192.168.31.102 gp2 #4个主segment 4个从segment 192.168.
阅读全文
posted @ 2022-11-28 18:10 david123102
阅读(247)
评论(0)
推荐(0)
2022年9月27日
Ubuntu下编译FreeCAD
摘要: 1、下载FreeCAD代码,地址:https://github.com/FreeCAD/FreeCAD 2、打开 Software & Updates ,勾选上 Source code,保存 3、安装编译依赖 sudo apt build-dep freecad -ysudo apt install
阅读全文
posted @ 2022-09-27 11:55 david123102
阅读(174)
评论(0)
推荐(0)
2022年9月26日
OCC复制Shape
摘要: void occQt::makeBox() { // 新建BOX TopoDS_Shape aTopoBoxA = BRepPrimAPI_MakeBox(3.0, 4.0, 5.0).Shape(); //复制shape BRepBuilderAPI_Copy aShapeCopy; aShape
阅读全文
posted @ 2022-09-26 17:08 david123102
阅读(384)
评论(0)
推荐(0)
windows 10 环境下 occQt 编译
摘要: 准备工作 1、下载 occQt ,地址:https://github.com/eryar/occQt 2、下载 opencascade 7.4.0 ,地址:https://dev.opencascade.org/release/previous#node-29988 3、下载 occ 依赖三方库:f
阅读全文
posted @ 2022-09-26 12:10 david123102
阅读(1076)
评论(0)
推荐(0)
Qt 5.15编译
摘要: 基于Ubuntu 20.04.4 LTS(注意选择LTS版本) 编译过程参考官方文档:Qt for Linux/X11 - Building from Source | Qt 5.15 1、源码下载:https://download.qt.io/official_releases/qt/5.15/5
阅读全文
posted @ 2022-09-26 11:41 david123102
阅读(591)
评论(0)
推荐(0)
Ubuntu 22.04 安装常用办公软件
摘要: 切换源 sudo cp /etc/apt/sources.list /etc/apt/sources.list_bak sudo sed -i "s@http://.*archive.ubuntu.com@http://repo.huaweicloud.com@g" /etc/apt/sources
阅读全文
posted @ 2022-09-26 11:37 david123102
阅读(3492)
评论(0)
推荐(0)
2022年9月13日
Ubuntu下编译OCC
摘要: 环境 系统:Ubuntu 22.04 x64 OCC版本:opencascade-7.6.0 安装基础依赖 sudo apt install libx11-dev mesa-common-dev libglu1-mesa-dev -y sudo apt install libfreetype6 li
阅读全文
posted @ 2022-09-13 15:42 david123102
阅读(773)
评论(0)
推荐(0)
2022年8月10日
OCCT随笔
摘要: 几何(Geom) 点(Vertex)-> 线(Edge)-> 环(Wire)-> 面(Face) 拓扑(Topo) 转换 opencascade对topo线进行遍历,获取所有的线转换为几何类型,并且存储为裁剪几何曲线 QVector<Handle_Geom_TrimmedCurve> explore
阅读全文
posted @ 2022-08-10 10:32 david123102
阅读(187)
评论(0)
推荐(0)
下一页
公告