上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 77 下一页

2021年10月21日

Git、Github、Gitlab与Gitee之间的关系

摘要: 相关资料: https://www.jianshu.com/p/bca32e8dd020 Git 是一种版本控制系统,是一个命令,是一种工具,有点像cmd(命令行工具)。Github 是一个基于git实现在线代码托管的仓库,向互联网开放,企业版要收钱。Gitlab 类似 github,一般用于在企业 阅读全文

posted @ 2021-10-21 10:11 疯狂delphi 阅读(448) 评论(0) 推荐(0)

2021年10月14日

Osg-OsgEarth设置视点(水平方位角、垂直俯仰角、焦距)(Qt5.14.2+osgEarht3.6.5+win10)

摘要: 垂直俯仰角 Osg焦距 Osg水平方位角 相关资料: https://blog.csdn.net/weixin_30604651/article/details/97294201 实例: .h osg::ref_ptr<osgEarth::Util::EarthManipulator> m_pEar 阅读全文

posted @ 2021-10-14 18:09 疯狂delphi 阅读(2185) 评论(0) 推荐(1)

Osg-OsgEarth地图界面显示指北针(指南针)(Qt5.14.2+osgEarht3.6.5+win10)

摘要: 相关资料: https://blog.csdn.net/zbf00138/article/details/52288598 实例: Compass.h 1 #ifndef COMPASS_H 2 #define COMPASS_H 3 4 #include <osgEarth/MapNode> 5 阅读全文

posted @ 2021-10-14 14:38 疯狂delphi 阅读(1251) 评论(0) 推荐(0)

2021年9月24日

C++之日期时间使用

摘要: 相关资料: https://www.runoob.com/cplusplus/cpp-date-time.html 实例: 1 #include "mainwindow.h" 2 #include "ui_mainwindow.h" 3 4 #include <iostream> 5 #includ 阅读全文

posted @ 2021-09-24 10:29 疯狂delphi 阅读(69) 评论(0) 推荐(0)

2021年9月15日

ImGui-QtCreator中使用ImGui之解析

摘要: 相关资料:https://pbrfrat.com/post/imgui_in_browser.html 网页效果图https://github.com/seanchas116/qtimgui qtimgui代码下载https://github.com/epezent/implot/tree/46ea 阅读全文

posted @ 2021-09-15 15:40 疯狂delphi 阅读(1954) 评论(0) 推荐(0)

2021年9月14日

ImGui-imgui实例解析之ShowDemoWindowWidgets-Images

摘要: ImGui-imgui实例解析之ShowDemoWindowWidgets-Images这是何物:ImGui::TextWrapped、ImGui::Text、ImGui::LabelText?-_-!!!ImGui::TextWrapped( "Below we are displaying th 阅读全文

posted @ 2021-09-14 15:14 疯狂delphi 阅读(1380) 评论(0) 推荐(0)

Qt-QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connect...

摘要: 相关资料:https://blog.csdn.net/happyrabbit456/article/details/53141147 模仿QT官方例子的数据库打开方式 代码如下: QSqlDatabase qdb; if(QSqlDatabase::contains("TEST")) qdb = Q 阅读全文

posted @ 2021-09-14 14:59 疯狂delphi 阅读(711) 评论(0) 推荐(0)

2021年9月13日

Qt-Could not parse stylesheet of object 0x14e70758"

摘要: 相关资料: https://blog.csdn.net/mars_xiaolei/article/details/85111948 出现问题 报错代码: ui->labelExperStatus->setStyleSheet("{color: black;font: 9pt 微软雅黑;}");“Co 阅读全文

posted @ 2021-09-13 18:29 疯狂delphi 阅读(1342) 评论(0) 推荐(0)

Qt-QLayout: Attempting to add QLayout “to ***“, which already has a layout的终极解决方法

摘要: 相关资料: https://blog.csdn.net/qq_35621436/article/details/108676895 问题最近在捣鼓QT的时候,经常遇到Qlayout布局不成功的问题,提示是要设置的部件已经有布局了。 如字面意思,这种情况就是多次设置布局引起的,那么如何解决呢? 原因以 阅读全文

posted @ 2021-09-13 18:18 疯狂delphi 阅读(916) 评论(0) 推荐(0)

Qt-报错 QNativeSocketEngine::joinMulticastGroup() was not called in QAbstractSocket::BoundState

摘要: 相关资料: https://blog.csdn.net/xinguhong4645/article/details/99581508 https://blog.csdn.net/wg8826/article/details/80818673 CSDN:编写Qt udpsocket网络编程组播时候提示 阅读全文

posted @ 2021-09-13 15:42 疯狂delphi 阅读(2369) 评论(0) 推荐(0)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 77 下一页

导航