iT邦幫忙

一級屠豬士 的所有回答 639

python bs4不認識pyzmail?另外lxml及html的編碼問題?

你的錯誤訊息已經告訴你了.Couldn't find a tree builder with the features you requested: featu...

網頁開發-聽說以前的IDE是window記事本?那是什麼體驗...?

IDE(Integrated Development Environment) 是整合開發環境, 功能比編輯器(Editor)多.應該是最基本是使用Notepa...

(已解決)Pandas找第一筆資料寫法

lsta = [1,1,0,1,1,1,0,0,0,1,1,1] lstb = [0,0,-1,0,0,0,-1,-1,-1,0,0,0] lstc = lis...

2023-01-10 ‧ 由 reed 提問

新手學滲透

大學程式作業付費研究社

2023-01-05 ‧ 由 1203589 提問

mysql 的 text 欄位,要如何去除空白列?

我使用 trim() 搭配 length() 測試如下:Demo

2023-01-04 ‧ 由 ckp6250 提問

爬蟲問題

https://www.fileformat.info/info/unicode/char/6ca1/index.htm

2022-11-03 ‧ 由 tony20030201 提問

python二維列表合併

a=[['製造', '接獲'], ['到期', '依法'], ['接獲', '申請', '審查']] b=[['違反', '處罰', '違反'], ['燃燒',...

2022-10-19 ‧ 由 不明 提問

python 如何取得「串列中的串列」的len?

x = [[1], [1,2], [1,2,3], [], [[]]] y = [len(lst) for lst in x] print(y) [1, 2,...

想問問ubuntu desktop最新的登入頁面

https://zh.wikipedia.org/wiki/Ubuntu

SQL排序問題(先null->英文->數字)想請教優化方式

使用PostgreSQL CREATE COLLATION ithelp1010_weird ( PROVIDER = 'icu', LOCALE...

2022-10-10 ‧ 由 Mikey 提問