python连接数据库操作
摘要:1.直接上案例: #!/usr/bin/env python3 #coding: utf-8 import pymysql from flask import request, jsonify def get_conn(): return pymysql.connect(host='192.168.
阅读全文
posted @ 2021-09-16 18:22
posted @ 2021-09-16 18:22
posted @ 2021-04-14 15:35
posted @ 2021-04-09 18:23
posted @ 2021-04-09 10:20
posted @ 2019-11-13 10:18
posted @ 2017-12-04 16:24