当前位置:网站首页>QT笔记——QUuid了解
QT笔记——QUuid了解
2022-08-04 14:50:00 【旧街凉风°】
QUuid 可 生成一个唯一的标识码,主要是利用它的静态方法,windows平台下具有唯一性
#include <QUuid>
QString uuidStr = QUuid::createUuid().toString();
qDebug() << "uuidStr:" << uuidStr;
QString Str = uuidStr.remove("-").remove("{").remove("}");
qDebug() << "Str:"<< Str;
运行结果:
参考博客:
QUui讲解
边栏推荐
猜你喜欢
微软表示将向内部网络安全专家共享数据 为企业提供更安全保护
技术分享| 融合调度系统中的电子围栏功能说明
leetcode: 255 Verify preorder traversal sequence binary search tree
实际工作中的高级技术(训练加速、推理加速、深度学习自适应、对抗神经网络)
leetcode:215无序数组中找第k大的元素
C# SolidWorks二次开发---工程图简单版标注孔信息
属于程序猿的浪漫
Problem solving-->Online OJ (18)
Crawler - basic use of selenium, no interface browser, other uses of selenium, cookies of selenium, crawler cases
程序猿七夕礼物-如何30分钟给女朋友快速搭建专属语聊房
随机推荐
ping的原理
Phasecraft连下两城,助力英国量子技术商业化加速!
Android Sqlite3 basic commands
聊聊与苹果审核员的爱恨情仇
期货开户之前要谈好最低手续费和交返
Problem solving-->Online OJ (18)
16、学习MySQL 正则表达式
Win10无法访问移动硬盘怎么解决
如何和程序员谈恋爱
OAID是什么
How to write SQL statements: the usage of Update, Case, and Select together
leetcode:251. 展开二维向量
直播系统开发——直播间架构的设计及难点分析
NPDP|作为产品经理,如何快速提升自身业务素养?
苏秋贵:揭秘绿联科技用5年时间从0做到6亿,如何一枝独秀?
《分布式云最佳实践》分论坛,8月11日深圳见
Almost all known protein structures in the world are open sourced by DeepMind
leetcode: 241. Designing precedence for arithmetic expressions
Basic Introduction for PLSQL
在腾讯,我的试用期总结!