Word圖文編輯,TQC考題310:福袋,滑鼠右鍵>格式化圖案,格式>圖案樣式 展開>最右邊圖示 版面配置與內容>左,右,上,下 邊界 by 儲蓄保險王 · 2022-04-19 Word圖文編輯,TQC考題310:福袋 題目: 設定文字與圖案各邊界皆為0公分 先選圖案 格式 > 圖案樣式 展開 > 最右邊圖示 版面配置與內容 左,右,上,下 邊界: 0公分 滑鼠右鍵>格式化圖案 可以到一樣的選項 相關文章Word短篇文件編輯,TQC考題104:房屋租賃契約書,並列文字,版面配置>段落 展開>中文印刷樣式>置中Python: 字串 str.find(關鍵字[,start][,end]),找不到的話回傳-1,如何找出資料字串中,所有關鍵字的index?詞頻計算Python如何讀寫csv逗點分隔檔(每列內容為新光增有利現金流)?pandas.read_csv(r”路徑\檔名.副檔名”),如何移除list中的nan元素?math.isnan(),如何計算新光增有利IRR?numpy_financial(array) ;輸出csv檔時如何去掉index跟header?如何選擇要寫入的直欄columns? dfFinal.to_csv(fpath, index=False, header=None, columns=[0,1])Python TQC考題410 繪製等腰三角形,print(" "*sp + "*"*star)Python DOCX 圖片瘦身實戰 import zipfile; with zipfile.ZipFile(zpath,'r') as zfPython: 如何從Excel檔的欄位字母(column letter)獲取index? from openpyxl.utils import column_index_from_string, get_column_letter ; 從DataFrame的column name獲取index: pandas.DataFrame.columns .get_loc( "column_name" )Python: 2D array/list的切片,建立dict的方法:dic = dict(2D list) ; set1 = set(dic) #2D list可以轉為dict, dict的key可以轉為setPython 正規表達式教學:看懂 re.split()、\W|_ 與 flags=re.ASCII # \w代表 word character ~ [A-Za-z0-9_]Python: 使用 Google Cloud Vision API 的完整教學(含憑證設定); 做OCR (client.text_detection), 標籤偵測 (client.label_detection)... ; pip install google-cloud-vision; from google.cloud import vision ; client = vision.ImageAnnotatorClient()
0 正則表示法(Regular Expression): pattern = re.compile(r’\d+’) #re.Pattern ; pattern.match() ; pattern.search() ; pattern.findall() ; pattern.finditer() ; pattern.sub() 如何使用? 2024-06-13
近期留言