2 questions
1.var mysql = require('mysql');var conn = mysql.createConnection(dbconfig.connection);conn.connect(function(err) { if (err) { console.log('Error connecting: ' + err.stack); return; } console.log('conn...
I'm using it in Python 3.7, but I want to use the config information in other class functions, but I keep getting the following error 네요ㅠimport xml.etree.ElementTree as ETimport configparserclass Te...
© 2024 OneMinuteCode. All rights reserved.