摘要: #include "mainwindow.h" #include "ui_mainwindow.h" #include <QFileDialog> #include <QDebug> #include <QColorDialog> #include <QColor> #include <QFontD 阅读全文
posted @ 2025-03-15 09:07 巨兽~墨菲特 阅读(2) 评论(0) 推荐(0) 编辑
摘要: #include "mainwindow.h" #include "ui_mainwindow.h" #include <QFileDialog> #include <QDebug> #include <QColorDialog> #include <QColor> MainWindow::Main 阅读全文
posted @ 2025-03-13 21:33 巨兽~墨菲特 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 资源文件 #include "mainwindow.h" #include <QPushButton> #include <QIcon> #include <QMenuBar> #include <QMenu> #include <QToolBar> #include <QAction> #incl 阅读全文
posted @ 2025-03-10 13:44 巨兽~墨菲特 阅读(1) 评论(0) 推荐(0) 编辑
摘要: QMainWindow #include "mainwindow.h" #include <QMenuBar> #include <QMenu> #include <QAction> #include <QToolBar> #include <QStatusBar> #include <QLabel 阅读全文
posted @ 2025-03-09 22:55 巨兽~墨菲特 阅读(1) 评论(0) 推荐(0) 编辑
摘要: // demo01HelloWorld.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // 请确认是在包含GLFW的头文件之前包含了GLAD的头文件。GLAD的头文件包含了正确的OpenGL头文件(例如GL/gl.h),所以需要在其它依赖于OpenGL的头文件之前包含GL 阅读全文
posted @ 2025-02-28 11:24 巨兽~墨菲特 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 认识entity\DTO\VO 名称 说明 Entity 实体,通常 和数据库中的表对应 DTO 数据传输对象,通常用于程序中各层之间传递数据 VO 试图对象,为前端展示数据提供的对象 POJO 普通Java对象,只有属性和对应的getter和setter 阅读全文
posted @ 2024-09-26 18:18 巨兽~墨菲特 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、简单参数的接受 package cn.ssdt.tim; import javax.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.RequestMapping; import org 阅读全文
posted @ 2024-07-14 16:58 巨兽~墨菲特 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 添加角色,设置控制权 阅读全文
posted @ 2023-08-04 12:38 巨兽~墨菲特 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-08-03 12:51 巨兽~墨菲特 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 调用重载的信号 #ifndef MAINWIDGET_H #define MAINWIDGET_H #include <QWidget> #include <QPushButton> #include <QDebug> #include "subwidget.h" class MainWidget 阅读全文
posted @ 2023-08-01 13:07 巨兽~墨菲特 阅读(6) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示