Word圖文編輯,TQC考題310:福袋,滑鼠右鍵>格式化圖案,格式>圖案樣式 展開>最右邊圖示 版面配置與內容>左,右,上,下 邊界 by 儲蓄保險王 · 2022-04-19 Word圖文編輯,TQC考題310:福袋 題目: 設定文字與圖案各邊界皆為0公分 先選圖案 格式 > 圖案樣式 展開 > 最右邊圖示 版面配置與內容 左,右,上,下 邊界: 0公分 滑鼠右鍵>格式化圖案 可以到一樣的選項 相關文章Python 邏輯運算子: and(&) or(|) xor(^) notPython: pandas.Series如何只保留str,去除重複值?#isinstance(x:Any, str) -> bool #.drop_duplicates() #Series.apply( function )逐元素應用function運算 #DataFrame.apply( function )逐Series應用function運算 .drop_duplicates() 跟.unique()有何差別?Python: 如何用tkinter做出 對話 Button GUI? 點Button即可選擇一個或多個檔案 file_paths = filedialog .askopenfilenames (filetypes = ( ("CSV files", "*.csv"), ("PNG files", "*.png"), ("All files","*.*") ) ) ; 關閉視窗後Spyder 的 console 自動回到正常狀態,不需要手動按 Ctrl + C ; root.destroy()Python: 淺拷貝(Shallow Copy)和深拷貝(Deep Copy); list切片有淺拷貝的效果 ; pandas.Series.copy(deep=True) 可對Series對向執行深拷貝使用 Python 檢驗字符串格式:掌握正則表達式(Regular Expression)的起始^與終止$符號, pattern = r'^GATR[0-9]{4}$'Python: Pandas.DataFrame如何刪除某一直欄? Pandas.DataFrame.drop( "Unnamed: 0", axis = 1)Python: 如何使用numpy.newaxis 增加資料的維度? y = x[:, np.newaxis]Python: 如何使用datetime模組來處理日期和時間的計算?如何計算時間差? from datetime import datetime ; datetime.strptime (date_string, format)Python: matplotlib繪圖 如何用 bbox_to_anchor 控制legend (圖例)位置? ax.legend( bbox_to_anchor = (1, 1), borderaxespad=0)
0 Python逐位元運算(bitwise operation),或or | , 且and & , 互斥或xor ^ , 反向~ ;位元左移 x << y => 效果同x*(2**y) ; 位元右移 x>>1 => 效果同x//2;x>>16效果同 x//(2**16) 2022-11-12
近期留言