執行 下面的幾個取數據的操作 都必須要執行execute(sql) ,之后的取數據出去 fetchall()其余的都是有指針的,即取過一次后指針后移。
2018-07-31
E:\Anaconda3\envs\python\python.exe E:/python/frist.py
Process finished with exit code 0
我的就出一個這個就完了,沒視頻里那么多數據
Process finished with exit code 0
我的就出一個這個就完了,沒視頻里那么多數據
2018-04-08
Traceback (most recent call last):
File "D:/PycharmProjects/untitled/imooc/wiki.py", line 12, in <module>
if not re.search("\.(jpg|JPG)$",url1["href"]):
TypeError: string indices must be integers
File "D:/PycharmProjects/untitled/imooc/wiki.py", line 12, in <module>
if not re.search("\.(jpg|JPG)$",url1["href"]):
TypeError: string indices must be integers
2018-03-15