随笔分类 -  C++

摘要:/*! * \brief 根据域名获取ip * WIN32 * * \param char * domain 需要解析的域名 * \return const char * 解析结果 */void getDomainIP(const char * domain, char * ip){ char ** 阅读全文
posted @ 2019-02-25 09:09 进击的小海绵 阅读(2599) 评论(0) 推荐(0)
摘要:QComboBox *editor = new QComboBox(this);comboBox->addItems(QStringList()<<tr("Always")<<tr("Never")<<tr("Motion detection")<<tr("Timer recording")); Q 阅读全文
posted @ 2018-09-26 14:45 进击的小海绵 阅读(3316) 评论(0) 推荐(1)