上一页 1 ··· 350 351 352 353 354 355 356 357 358 ··· 619 下一页

2021年2月22日

摘要: evpp传输二进制数据流 阅读全文
posted @ 2021-02-22 23:15 lydstory 阅读(109) 评论(0) 推荐(0)
摘要: 首先查找库文件是否存在 sudo find / -name libevent-2.2.so.1 结果发现在 /usr/local/lib/libevent-2.2.so.1 建立软链接: sudo ln -s /usr/local/lib/libevent-2.2.so.1 /usr/lib/lib 阅读全文
posted @ 2021-02-22 18:21 lydstory 阅读(75) 评论(0) 推荐(0)
摘要: https://gitee.com/zieckey/evpp 阅读全文
posted @ 2021-02-22 16:52 lydstory 阅读(124) 评论(0) 推荐(0)
摘要: QNetworkAccessManager 访问webservice 阅读全文
posted @ 2021-02-22 15:13 lydstory 阅读(146) 评论(0) 推荐(0)
摘要: 双因子身份认证 阅读全文
posted @ 2021-02-22 13:34 lydstory 阅读(81) 评论(0) 推荐(0)
摘要: http://www.voidcn.com/article/p-wvbyisgf-bgh.html 阅读全文
posted @ 2021-02-22 13:25 lydstory 阅读(318) 评论(0) 推荐(0)
摘要: topWindow::头 qdialog botWindow:底部 qdialog qdialog 和 qwidget一样 也可以放在布局之中 阅读全文
posted @ 2021-02-22 11:30 lydstory 阅读(93) 评论(0) 推荐(0)
摘要: T qobject_cast ( QObject * object ) 本方法返回object向下的转型T,如果转型不成功则返回0,如果传入的object本身就是0则返回0。 在使用时有两个限制: 1# T类型必须继承自QObject。 2# 在声明时必须有Q_OBJECT宏 阅读全文
posted @ 2021-02-22 11:14 lydstory 阅读(63) 评论(0) 推荐(0)

2021年2月20日

摘要: QTextCodec *codec = QTextCodec::codecForName("GBK"); QTextCodec::setCodecForLocale(codec); //解决Linux下默认中文字体乱码问题 QFont font("simsun", 11, QFont::Normal 阅读全文
posted @ 2021-02-20 16:59 lydstory 阅读(426) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-02-20 14:05 lydstory 阅读(22) 评论(0) 推荐(0)
上一页 1 ··· 350 351 352 353 354 355 356 357 358 ··· 619 下一页

导航