随笔分类 - C++
摘要:/*! * \brief 根据域名获取ip * WIN32 * * \param char * domain 需要解析的域名 * \return const char * 解析结果 */void getDomainIP(const char * domain, char * ip){ char **
阅读全文
摘要:QComboBox *editor = new QComboBox(this);comboBox->addItems(QStringList()<<tr("Always")<<tr("Never")<<tr("Motion detection")<<tr("Timer recording")); Q
阅读全文

浙公网安备 33010602011771号