摘要: -- https://dev.mysql.com/doc/refman/8.0/en/charset-database.html show variables like "character_set_%"; CREATE DATABASE `geovindu` CHARACTER SET utf8 阅读全文
posted @ 2023-05-02 21:24 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: // Gold.h : 此文件包含 "Gold" 类。原型模式 Prototype Pattern C++ 14 // 2023年5月1日 涂聚文 Geovin Du Visual Studio 2022 edit. #pragma once #ifndef GOLD_H #define GOLD_ 阅读全文
posted @ 2023-05-02 18:34 ®Geovin Du Dream Park™ 阅读(24) 评论(0) 推荐(0)
摘要: // Gold.h : 此文件包含 "Gold" 类。Abstract Factory Pattern C++ 14 // 2023年4月30日 涂聚文 Geovin Du Visual Studio 2022 edit. #pragma once #ifndef GOLD_H #define GO 阅读全文
posted @ 2023-05-02 12:04 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)