查到一種做法可以用 str 來切,就紀錄一下 import pandas as pd df = pd.DataFrame( { "n...
是類似這樣嗎? shapiro_test = scipy.stats.shapiro(fitted.resid) statistic = shapiro_te...
是不是要改用 re_path 啊? URLconfs 中使用的 django.urls 函数Day13 : path & re_path vs. url...
以 "裡面都沒有呼叫到a , 卻會算出14這個字數麻?" 來看 14 是從 outer() 內的 print(len(a)) 而來len(a...
因為你變動的 times 只存在 fn() 內可以把 times 變成全域變數試試 import pip._vendor.requests as request...
基本上是在原本的外面多加一層 a=[['a','a','b','b','c','c','g'], ['a','b','c','c']] b=['a','c','...
不確定這是不是你的問題參考 MDN 這篇:https://developer.mozilla.org/zh-CN/docs/Web/CSS/left 当posi...
參考這篇 Flask實作_基礎_07_POST and GET我把他 return 的 form 另存到 index.htmlroute 跟 form 送出的先...
錯誤13行往前一行加 print(img.shape) 如果是空或是錯誤,代表沒讀到圖,甚至是鏡頭沒抓到(沒開?) 請再往前找問題