Word:追蹤修訂,將子文件插入/併入主控文件,分割長文件 by 儲蓄保險王 · 2022-03-11 校閱>追蹤修訂>所有人 簡易標記 改為 所有標記 鼠標必須在頁面底下 右鍵>可以看追蹤修訂是否開啟 校驗>比較 找到要比較的兩份文件: 將子文件插入主控文件 檢視>大綱模式 大綱> 顯示文件 > 插入: 將子文件併入主控文件 檢視>大綱模式: 展開子文件: 顯示文件>取消連結 分割長文件 建立: 大綱> 關閉大綱模式 大綱模式 檢視>功能窗格: 參考資料>目錄>自訂目錄2: 變更目錄格式: 相關文章Python 檔案偵探:如何精準讀取「建立、修改、存取」時間?Python: 如何用isin()函式切片出兩個 pandas.Series 重複的元素? ser_bool = 長的Series.isin (短的Series); numpy.bool_ ; WR75 WR42 WR28頻段為何?Python 進階技巧:海象運算子 (Walrus Operator) 實戰教學 [w_clean for w in words if (w_clean:=w.lower().strip()) and w_clean not in STOPWORDS]Python: openai-whisper 語音轉文字(Speech To Text, STT)完整教學; pip install openai-whisper ; 如何購買openAI API key?如何生成字幕檔?Python: numpy.mean(arry2d , axis=0) ; axis參數如何用? numpy.max() ; numpy.min() ; numpy.argmax() #沿軸max的index; numpy.argmin() #沿軸min的indexPython: 檔名:14.5GHZ.csv 如何依據.csv的.做split(),但.5GHZ的.不split()? parts = filename.rsplit(".", 1) ; 使用正則表示法parts = re.split(r"\.(?!\d)", filename) ; os.path.splitext(filename)Python: 如何使用OpenPyXL創建並格式化Excel工作簿? from openpyxl.styles import Alignment ; cell.alignment = Alignment(horizontal='center', vertical='center')Python 正則表示法 regular expression: re.match() ; re.search() ; re.findall() ; re.fullmatch() 有何差別?Python-docx 進階解析:為什麼你的程式讀不到表格裡的文字? —— 深入比較 doc.paragraphs、doc.tables 與底層 doc.element.body; from docx.text.paragraph import Paragraph #將 XML CT_P轉為 Paragraph 物件; from docx.table import Table #將 XML CT_Tbl轉為 Table 物件
0 Python 非監督式機器學習: 關聯規則; 使用 mlxtend ; 購物欄分析 ; from mlxtend.preprocessing import TransactionEncoder 2023-01-08
近期留言