
笔记
文章平均质量分 51
草帽当家de
编程中最没用的东西是源代码,最有用的东西是算法和数据结构。
展开
-
QLabel (富文本方式) QString 字符串设置不同字体、大小、颜色等
QSize nSize(300,25); m_pStatic = new QLabel((QWidget*)GetUIWnd()); m_pStatic->resize(nSize); QString strText = QString::fromStdWString(_CS(L"<font style = 'font-size:14px; font-weight:bold'>You Can See it from this: </font> ...原创 2021-09-18 14:00:45 · 5642 阅读 · 0 评论 -
断点续传 curl_easy_setopt CURLOPT_RANGE
示例:stringstream ss;string srange;long long llCurrentSize;long long llTotalSize;ss << llCurrentSize;ss << "-";ss << llTotalSize;srange >> srange;curl_easy_setopt(m_hCurl,CURLOPT_RANGE,srange.c_str());注:CURLOPT_RANGE : .原创 2021-07-20 15:35:17 · 1451 阅读 · 0 评论 -
wireshark学习记录
https://www.codercto.com/a/29509.htmlhttps://m.sohu.com/a/294792813_776701/?pvid=000115_3w_a原创 2021-06-20 23:35:36 · 196 阅读 · 0 评论