摘要:
阅读全文
阅读排行榜
pyrhon3与mysql:查、更、删49
2018-07-03 14:40 by 改改~_~, 344 阅读, 收藏,
摘要:
1 import pymysql 2 3 conn = pymysql.connect(host='localhost',user='root',passwd='123456',db='jodb1',port=3307,charset='utf8') 4 # 172.31.10.225 5 6 # 阅读全文
数据结构132+22
2018-06-25 09:23 by 改改~_~, 344 阅读, 收藏,
摘要:
1 print('列表的方法') 2 list1 = [1,2,3,4,5,6,7,8] 3 print(list1) 4 5 list1.append(9) 6 print('append:',list1) 7 8 list1.insert(0,11) 9 print('insert:',list 阅读全文
浙公网安备 33010602011771号