config.h
来自「仿照php的mysqli扩展自己使用MySQL的C Interface实现了一个」· C头文件 代码 · 共 13 行
H
13 行
#ifndef CONFIG_H_#define CONFIG_H_std::string hostname = "localhost";std::string username = "root";std::string password = "31343540";std::string dbname = "mysql";unsigned int port = 3306;std::string unix_socket = "";unsigned int client_flag = 0; #endif /*CONFIG_H_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?