Internet-Domain-Name-Information-Management-System
This is Internet Domain Name Information Management System
Programming language: C++
Compilation: minGW-based using QMake
IDE: VScode
Development framework: QT
Database: MySQL (ODBC interface)
The program is a simulation of the Internet domain name information management program.
The Internet domain name system is a typical tree hierarchy. The first level down from the root node is the top-level domains, such as cn, com, etc., and the bottom level (fourth level) is the leaf nodes, such as www, etc..
Welcome to use and give feedback and suggestions. Enjoy!
互联网域名信息管理系统
编程语言:C++
编译:基于minGW使用QMake编译
IDE:VScode
开发框架:QT
数据库:MySQL(接口ODBC)
该程序为互联网域名信息管理的模拟程序。
互联网域名系统是一个典型的树形层次结构。 从根节点往下的第一层是顶层域,如cn、com等,最底层(第四层)是叶子结点,如www等。
功能包括:基础的插入、删除、修改、查询、统计、输出、导入、导出等操作。
兼容性:数据库是MySQL全局数据库,意味着用户可以在其他程序调用本程序的数据。
欢迎使用并且给出反馈与建议!