
python
圆月豌豆子
pb,php
-
转载 python mysql
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fonyer/article/details/79223565 写操作: #安装PyMySQL:pip3 install PyMySQL #!/usr/bin/python3 #coding=utf-8 import pymysql # 打开数据库连接 db = pymysql.co...2019-04-26 15:22:3931
0
-
转载 python 数据库操作类
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fonyer/article/details/79234838 #安装PyMySQL:pip3 install PyMySQL #!/usr/bin/python3 #coding=utf-8 #数据库操作类 fromdatetimeimport* impo...2019-04-26 15:24:11120
0