摘要: import pymysql #导入 pymysql #打开数据库连接 db= pymysql.connect(host="localhost",user="root", password="123456",db="test",port=3307) # 使用cursor()方法获取操作游标 cur 阅读全文
posted @ 2021-07-02 14:49 趴嘞怪 阅读(40) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashsource /etc/profilesource ~/.bash_profile set -o nounsetset -o errexit #Author: gupx#Time: 2021-07-02 13:00:00#Name: test.sh#Description: s 阅读全文
posted @ 2021-07-02 14:37 趴嘞怪 阅读(869) 评论(0) 推荐(0) 编辑