|
|
@ -4,7 +4,7 @@ |
|
|
|
* @Autor: lishengyin |
|
|
|
* @Autor: lishengyin |
|
|
|
* @Date: 2022-04-12 08:37:45 |
|
|
|
* @Date: 2022-04-12 08:37:45 |
|
|
|
* @LastEditors: lishengyin |
|
|
|
* @LastEditors: lishengyin |
|
|
|
* @LastEditTime: 2022-04-12 10:16:08 |
|
|
|
* @LastEditTime: 2022-04-12 14:02:20 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
#ifndef __DISPOSITION_HPP_ |
|
|
|
#ifndef __DISPOSITION_HPP_ |
|
|
|
#define __DISPOSITION_HPP_ |
|
|
|
#define __DISPOSITION_HPP_ |
|
|
@ -65,7 +65,7 @@ public: |
|
|
|
bool getUserInfos(); |
|
|
|
bool getUserInfos(); |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
std::string mysqlIP = "101.35.200.152"; |
|
|
|
std::string mysqlIP = "0.0.0.0"; |
|
|
|
int port = 13306; |
|
|
|
int port = 13306; |
|
|
|
map<std::string, std::string> LoginInfos; |
|
|
|
map<std::string, std::string> LoginInfos; |
|
|
|
}; |
|
|
|
}; |
|
|
|