码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
QT-QPushButton
# QT-QPushButton QPushButton Class | Header: | #include <QPushButton> || | || qmake:(模块) | QT += widgets || Inherits:(继承) | [QAbstractButton](qabstrac ...
分类:其他好文   时间:2020-12-22 12:34:05    阅读次数:0
Qt-透明窗体之半透明
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:29:38    阅读次数:0
Qt-透明窗体之异型窗体
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:27:01    阅读次数:0
Penetration Test - Using_Scripting_in_Pen_Testing(5)
Ruby Script Demo Portscan.rb #!/usr/bin/ruby require 'socket' TARGET = ARGV[0] || '192.168.2.22' MINPORT = ARGV[1] || 22 MAXPORT = ARGV[2] || 80 $i = ...
分类:Web程序   时间:2020-12-18 12:51:30    阅读次数:4
[Java Spring] JPA CrudRepository query language
Entity: package com.example.ec.domain; import javax.persistence.*; @Entity public class Tour { @Id @GeneratedValue private Integer id; @Column private ...
分类:编程语言   时间:2020-12-18 12:13:36    阅读次数:2
0865. Smallest Subtree with all the Deepest Nodes (M)
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:其他好文   时间:2020-12-17 12:55:47    阅读次数:3
Qt的exe放到其他电脑上无法运行问题
我的电脑配置:win10 开发环境:VS2019+Qt5.14.2 问题:程序开发完成后将debug下的.exe发给其他同事使用,回复说“找不到VCRUNTIME140.dll……”问题 网上找了下解决该问题的办法,很多,最终选了下面的方法: 方法三:选择静态编译。项目属性-配置属性-C/C+±代码 ...
分类:其他好文   时间:2020-12-17 12:04:02    阅读次数:2
增强支持 M1 Mac,苹果 macOS Big Sur 11.1 RC 预览版发布
外媒报道,苹果今天发布了 macOS Big Sur 11.1 RC 候选版本,版本号为 20C69。该更新是在第二个测试版发布一周后的新版本。一个月前,苹果发布了 macOS Big Sur 11.0.1 更新。
分类:移动开发   时间:2020-12-16 13:05:53    阅读次数:9
react基础知识学习
react官方文档 1 元素渲染 const element = <h1>Hello, world!</h1>; ReactDOM.render( element, document.getElementById('example') ); 2 jsx 以下两种示例代码完全等效: const ele ...
分类:其他好文   时间:2020-12-16 12:43:17    阅读次数:2
Docker: 仓库管理
docker respository 分为公共仓库与私有仓库两种。 注册服务器 registry: 存放仓库的具体服务器,可容纳多个仓库 仓库 regisitory: 存放镜像的一个具体的项目目录,可容纳多个镜像 example: kumata-docker.com/test-image // ku ...
分类:其他好文   时间:2020-12-14 13:40:17    阅读次数:3
27971条   上一页 1 ... 29 30 31 32 33 ... 2798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!