Excel TQC考題410:電子郵件地址,HYPERLINK, “MAILTO:”& by 儲蓄保險王 · 2022-04-19 Excel TQC考題410:電子郵件地址,HYPERLINK 簡單的部分略過 題目: “MAILTO:”&‘Address Book’!D2 (New E-mail欄位) UPPER(‘Address Book’!A2)&” “&’Address Book’!B2 相關文章Python中的時間處理簡介; timestamp: float = time.time() #獲取時間戳; localtime = time.localtime( timestamp ) #獲取localtime; strftime = time.strftime('%Y-%m-%d %H:%M:%S', localtime) #獲取strftime #str format time ; datetime.datetime.now().strftime("%Y%m%d_%H%M%S")Python 機器學習: RandomForestRegressor 隨機森林迴歸器詳解; from sklearn.ensemble import RandomForestRegressorPython爬蟲: 如何確認Chrome瀏覽器版本? chrome://settings/help ; chrome://version/ 如何尋找對應的Chrome Driver? https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.jsonPython: Google Cloud 認證終極指南:從 API 金鑰到服務帳戶,如何不下載憑證檔通過認證?避開所有常見錯誤!Python × Ollama 教學:用本地 LLM (Large Language Model 大語言模型)將 JSON 逐筆自動轉成中文自然語言Python: 如何使用datetime模組來處理日期和時間的計算?如何計算時間差? from datetime import datetime ; datetime.strptime (date_string, format)Python 堆疊演算法入門:用 namedtuple 解析 PCBA 測試流程階層;章節編號連續化Python: Pandas 與 NumPy 處理缺失值中位數計算的完整指南; pandas.Series.median( skipna=True ) ; median_np = numpy .nanmedian(arr)Python TQC考題508: 二進位運算; 使用f string格式化字串 {:08b}
0 Python: matplotlib如何繪製圓餅圖? plt.pie(data, labels=labels, explode=explode, autopct=lambda p: f”{p: .0f}% ({p*sum(data)/100: .0f})”) ; lambda匿名函数 ; 前綴 f “{變數or運算式: .0f}” 格式化字串 2023-02-16
0 如何用tkinter製作Python的GUI(圖形使用者介面)? from tkinter import Tk, Button, filedialog ; 物件導向避免使用全域變數 ; pandas.read_csv(fpath, skip_blank_lines = True) 可以濾掉空列,Tab , 不定數空白 2023-03-12
近期留言