alex_bn_lee

导航

1 2 3 4 5 ··· 228 下一页

#

[置顶] 【089】◀▶ Microsoft Office 技巧

摘要: 目录: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 四、Power Point 篇: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 【中文版】连接线格式->行为->连接线->跨线->添加->从不 【英文版】format->behavior…->Connector 阅读全文

posted @ 2012-10-25 15:35 McDelfino 阅读(1466) 评论(0) 推荐(0) 编辑

2024年7月22日 #

[1040] In batch file, some special characters to print

摘要: Using ^ in front of the character, then it can be properly printed. C:\Users\User>echo ^^ ^ C:\Users\User>echo ^| | C:\Users\User>echo ^< < C:\Users\U 阅读全文

posted @ 2024-07-22 13:42 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

[1039] In python, open a PDF file and maximize it

摘要: The implementation is as follows: import win32gui, win32con, os, time # Pdf report file path file_path = os.path.join(pdf_folder, pdf_name) # Open and 阅读全文

posted @ 2024-07-22 13:07 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

[1038] Move the Adobe Acrobat to the left screen if it is in the right screen

摘要: In python, it is difficult to capture it. But we can use another way to do this. Each time, when we open the Adobe Acrobat, it will show something lik 阅读全文

posted @ 2024-07-22 13:03 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

[1037] Python operation of three keys shortcut (pynput)

摘要: The shortcut of win + shift + left does not work well in pyautogui, but it works well in pynput. Moving the Active Window to a Different Monitor: You’ 阅读全文

posted @ 2024-07-22 12:57 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

2024年7月18日 #

[1036] Extracting hyperlink information from an Excel file

摘要: Certainly! Extracting hyperlink information from an Excel file (specifically .xlsx format) in Python can be done using the openpyxl library. Let’s div 阅读全文

posted @ 2024-07-18 12:28 McDelfino 阅读(3) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 228 下一页