摘要:
mysql 查询某个库里表的数量 在mysql中有个数据库information_schema下的表tables记录了所有数据库中所有的表相关信息 TABLE_SCHEMA 数据库名称 SELECT COUNT( * ) FROM information_schema.tables WHERE TA 阅读全文
摘要:
#include #include #include const int Max = 5; int main(int argc, char const *argv[]) { using namespace std; int golf[Max]; int i; for (i = 0; i > golf[i])) { cin.clear(); ... 阅读全文