config tag

2 questions


1 answers
67 views
0
1. Where is the exact location to implement the db connection, release code? 2. How to process user information security, such as db or email access information

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...

1 years ago

1 answers
58 views
0
Python configparser Simple question...

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.