01 2022 档案
摘要:1 头文件 2 QTimer m_timer; 3 void SlotTimer(); 4 5 源文件 6 connect(&m_timer, SIGNAL(timeout()), this, SLOT(SlotTimer())); 7 void VideoControl::SlotTimer()
阅读全文
摘要:转自:https://www.zhaokeli.com/article/8309.html 1 map<string,int>::iterator key = cmap.find("Anna"); 2 if(key!=cmap.end()) 3 { 4 cout<<key->second<<endl
阅读全文