码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
pyqt5第一部分
### pyqt5 - pyqt5、qtdesigner安装,编译器安装环境里已详解 - designer设计的界面应用 - 打开qt designer界面设计软件设计界面 - pycharm->tool->extenal->designer - 利用pyuic把ui界面文件转换成py文件对象以供p ...
分类:其他好文   时间:2021-04-14 12:18:30    阅读次数:0
Restful API
package com.example.query; import java.io.Serializable; public class UserQuery implements Serializable { private Integer id; private String username; ...
分类:Windows程序   时间:2021-04-13 12:17:10    阅读次数:0
ReentrantLock锁
ReentrantLock是可重入锁,并且可以实现公平锁。Sychronized是可重入锁、非公平锁。 话不多说,上demo: 1 package com.example.demo.util; 2 3 import java.util.concurrent.locks.ReentrantLock; ...
分类:其他好文   时间:2021-04-12 12:54:59    阅读次数:0
python PyQt5开发工具 Qt Designer
Python 2.7.9 + 或 Python 3.4+ 以上版本都自带 pip 工具。pip 官网:https://pypi.org/project/pip/你可以通过以下命令来判断是否已安装:pip --version # Python2.x 版本命令pip3 --version # Pytho ...
分类:编程语言   时间:2021-04-12 12:40:16    阅读次数:0
977. Squares of a Sorted Array
Given an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order. Example 1: I ...
分类:其他好文   时间:2021-04-08 13:55:44    阅读次数:0
ADA 95教程 字符和字符串类型
字符类型的快速回顾 Example program > e_c11_p1.ada -- Chapter 11 - Program 1 with Ada.Text_IO; use Ada.Text_IO; procedure Chars is My_Char : CHARACTER; Another ...
分类:其他好文   时间:2021-04-08 13:35:09    阅读次数:0
pat甲级 1031 Hello World for U
题目: Given any string of N (≥) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d e l ...
分类:其他好文   时间:2021-04-08 13:31:19    阅读次数:0
log4j2-log4jdbc
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:数据库   时间:2021-04-08 13:11:48    阅读次数:0
websocket原理和基于c/c++实现的websocket协议栈(更新中)
参考: 博客1:http://blog.sina.com.cn/s/blog_bf397e780102w25k.html 目录: 第一部分:http原理简述 第二部分:websocket原理简述 第三部分:websocket与http的区别 第四部分:基于c/c++实现一个websocket协议栈 ...
分类:编程语言   时间:2021-04-07 11:25:52    阅读次数:0
[LeetCode] 775. Global and Local Inversions
We have some permutation A of [0, 1, ..., N - 1], where N is the length of A. The number of (global) inversions is the number of i < j with 0 <= i < j ...
分类:其他好文   时间:2021-04-07 11:05:47    阅读次数:0
27971条   上一页 1 ... 14 15 16 17 18 ... 2798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!