更新 '2.1.cpp'
This commit is contained in:
parent
de6a101acc
commit
37ec6847be
2
2.1.cpp
2
2.1.cpp
@ -15,8 +15,6 @@ using namespace std;
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
isBeginWith("Fuck?","Fuc");
|
|
||||||
|
|
||||||
MySQLConn conn;
|
MySQLConn conn;
|
||||||
conn.connect("127.0.0.1",db_user,db_passwd,"bigdata3",3306);
|
conn.connect("127.0.0.1",db_user,db_passwd,"bigdata3",3306);
|
||||||
cout<<"Connected to DB"<<endl;
|
cout<<"Connected to DB"<<endl;
|
||||||
|
Reference in New Issue
Block a user