Header: #include <QDrag>qmake: QT += gui Public Functions QDrag(QObject *dragSource)virtual ~QDrag()Qt::DropAction defaultAction() constQPixmap dragCu ...
分类:
其他好文 时间:
2021-06-07 20:00:17
阅读次数:
0
1官网下载.exe文件,本文选择版本为4.5.2 https://opencv.org/releases/ 2 extract到D盘 3 添加环境变量,E:\opencv\build\x64\vc15\bin 4 将E:\opencv\build\x64\vc15\bin中的这两个文件放到C:\Wi ...
分类:
其他好文 时间:
2021-06-06 19:43:10
阅读次数:
0
一、获取开发版(调试版)SHA1值 1、使用windows键+R键 打开系统运行工具 2、输入cmd ,然后点击确定,打开命令行工具 3、输入 cd .android 定位到 .android 文件夹 4、继续在控制台输入命令。 调试版本使用 debug.keystore,命令为:keytool - ...
分类:
移动开发 时间:
2021-06-06 19:19:15
阅读次数:
0
一、 消息队列概述 消息队列是指利用高效可靠的消息传递机制进行与平台无关的数据交流,并基于数据通信来进行分布式系统的集成。 通过提供消息传递和消息排队模型,它可以在分布式环境下提供应用解耦、弹性伸缩、冗余存储、流量削峰、异步通信、数据同步 等等功能,其作为 分布式系统架构 中的一个重要组件,有着举足 ...
分类:
其他好文 时间:
2021-06-06 18:50:48
阅读次数:
0
Prerequisites: CentOS7 virtual machine on Hyper-V Now we have a working CentOS7 virtual machine on Hyper-V. Let's configure the Internal network for i ...
分类:
Web程序 时间:
2021-06-05 18:04:36
阅读次数:
0
Prerequisites: Windows 10 Hyper-V Virtual machine parameters: Memory 2GB Hard Drive 20GB Provisioning: Launch Hyper-V, click on new > Virtual Machine ...
分类:
系统相关 时间:
2021-06-05 17:49:23
阅读次数:
0
Barefoot Networks P4 Studio Build Tool P4 Studio Build is a tool that helps a user to install dependencies, build and install all the required compone ...
分类:
其他好文 时间:
2021-06-04 19:14:12
阅读次数:
0
Visual Studio 断点调试webapi接口,只能用localhost登录api,无法用ip地址作为url访问 解决方法: 1、必须以管理员身份运行VS 2、修改【applicationhost.config】文件下的内容 ①项目文件夹下找到隐藏文件夹".vs”->config->appli ...
【实例解决办法】Android Studio:design editor is unavailabel until after a successful project sync. / Gradle sync failed: Failed to open zip file. 解决办法 Android ...
分类:
移动开发 时间:
2021-06-02 17:11:31
阅读次数:
0
1. 虚函数和多态 1.1 虚函数 在类的定义中,前面有 virtual 关键字的成员函数称为虚函数; virtual 关键字只用在类定义里的函数声明中,写函数体时不用。 class Base { virtual int Fun() ; // 虚函数 }; int Base::Fun() // vi ...
分类:
编程语言 时间:
2021-06-02 16:12:45
阅读次数:
0