Word:追蹤修訂,將子文件插入/併入主控文件,分割長文件 by 儲蓄保險王 · 2022-03-11 校閱>追蹤修訂>所有人 簡易標記 改為 所有標記 鼠標必須在頁面底下 右鍵>可以看追蹤修訂是否開啟 校驗>比較 找到要比較的兩份文件: 將子文件插入主控文件 檢視>大綱模式 大綱> 顯示文件 > 插入: 將子文件併入主控文件 檢視>大綱模式: 展開子文件: 顯示文件>取消連結 分割長文件 建立: 大綱> 關閉大綱模式 大綱模式 檢視>功能窗格: 參考資料>目錄>自訂目錄2: 變更目錄格式: 相關文章Python: 如何使用graphviz套件繪製流程圖? 如何創建子圖? with g.subgraph(name='cluster_0') as c:Python爬蟲: Selenium 的 expected_conditions 與 例外狀況; from selenium.webdriver.support import expected_conditions as EC ; from selenium.common.exceptions import NoSuchElementException, TimeoutExceptionPython 設定與讀取環境變數:以 GEMINI_API_KEY 為例; 如何串接Gemini API?如何傳遞圖片給(Gemini / OpenAI) API? MIME (Multipurpose Internet Mail Extensions)Python: 資料格式如 List[dict],如何快速將SN加入每一個dict中,以利Excel輸出?如何解包dict? **dict ; 將List[dict]的資料轉為pandas.DataFrame 長什麼樣子?Python爬蟲: 理解 response.text 與 BeautifulSoup 對象之間的關鍵區別 from bs4 import BeautifulSoup as bs ; response = requests.get(url) ; soup = bs(response.text) ; bs4.element.Tag .find_all() ; .select() ; .find() 差別為何?soup是大HTML, tag是小HTML,可以使用相同的方法Python: 如何隨機取一個亂數,並尋找list中最接近該亂數的數字(可用來抽獎)Python: pandas.Series.nunique() 方法說明,計算唯一值的數量,與 len( pandas.Series.unique() ) 同效果Python: 如何使用PyMuPdf (fitz)套件處理pdf文件?如何搜尋有指定標題的頁面,抓取該頁的所有圖片?Python爬蟲:BeautifulSoup的 .find_all() 與 .find() 與 .select('標籤名[屬性名1="屬性值1"][屬性名2="屬性值2"]') ; from bs4 import BeautifulSoup ; Live Server(可以預覽HTML的VS Code套件)
0 Python常用的模組內建常數; __name__ ; __file__ ; __doc__ ; __all__ ;__dict__; vars()->Dict[str,str] ; dir()->List[str] 2022-11-12
近期留言