Word雙欄獨立頁碼 by 儲蓄保險王 · 2022-03-22 Word雙欄獨立頁碼: 插入點置於第頁之間,按Ctrl+F9兩次, 最裡層輸入page,外層輸入=及*2-1, 複製至右欄,改為*2 選取左右欄設定好之功能變數按shift+F9 頁尾點擊兩下 進入頁首頁尾模式 功能變數的 { } 需要用Ctrl + F9 打出來 不能自己key 需注意半形空白的位置 key好左右兩欄的功能變數後 選取之 shift + F9 Word雙欄獨立頁碼 成果如下: 相關文章Python: matplotlib如何設定座標軸刻度? plt.xticks(seq, labels) ;如何生成fig, ax物件? fig = plt.figure(figsize= (10.24, 7.68)) ; ax = fig.add_subplot() ; fig, ax = plt.subplots(figsize=(10.24, 7.68)) ; 如何使用中文? plt.rcParams["font.family"] = ["Microsoft JhengHei"]python 樹狀標題父鏈追溯教學:用 _collect_parent_chain 取得階層路徑Python: docx庫的add_heading() 和 add_paragraph() 都創建段落,有何差別?Python: any(list) 判斷list中是否有True ; all(list) 判斷list中是否全為True ; any(pandas.Series)相當於any(pandas.Series.values) ; i in pandas.Series 卻相當於於i in pandas.Series.indexword:合併列印Python 機器學習: K-近鄰演算法(K Nearest Neighbor ,簡稱 KNN) ; from sklearn.neighbors import KNeighborsClassifier ; from sklearn.model_selection import train_test_splitPython 實戰:別再搞混 isinstance 與 issubclass —以 python-docx 為例; 比 issubclass 更誠實的族譜 — 深入 mro() #Method Resolution OrderPython爬蟲: Selenium 的 expected_conditions 與 例外狀況; from selenium.webdriver.support import expected_conditions as EC ; from selenium.common.exceptions import NoSuchElementException, TimeoutExceptionPython: 深入理解 pandas.concat():使用 ignore_index=True 合併 DataFrame 的奧秘 #效果同 reset_index( drop=True )
0 Python, typing: 函數庫規格標註; def addTest(x:float, y:float) -> float: List[資料型態] Set[資料型態] Tuple[資料型態] Dict[str,value的資料型態] Union[資料型態1, 資料型態2] ,函式若有多個輸出值,其實是輸出一個tuple 2022-09-07
0 Python中的文件和路徑操作:使用os.path函數和__file__變數; os.path.split() #一次取得dirname , basename 可以取代os.path.dirname() + os.path.basename() ;分離主/副檔名: os.path.splitext() #split ext ; os.path.join( folder, fname) #將folder, fname合併為完整的路徑 2023-09-24
近期留言