Python win32com 控制 outlook
import win32com.client
ol= win32com.client.Dispatch('Outlook.Application')
my=ol.GetNamespace("MAPI")
rl= my.Folders('xxx_xx@xxxx.com').Folders('Inbox')
for msg in rl.Items: print(f"{msg.ReceivedTime} {msg.SenderName}")
import win32com.client
ol= win32com.client.Dispatch('Outlook.Application')
my=ol.GetNamespace("MAPI")
rl= my.Folders('xxx_xx@xxxx.com').Folders('Inbox')
for msg in rl.Items: print(f"{msg.ReceivedTime} {msg.SenderName}")
https://gist.github.com/scruel/36cb4614665acc5943ff8c563e884081
修正微软拼音输入法无法添加多个格式化自定义短语的问题。
打工人被强迫使用微软拼音,不得不自己解决各种bug。
下一步是想办法找到自定义标点符号,中文模式下输入 / _
https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing
is not working for IIS7 Win2008
https://www.cnblogs.com/wcrBlog/p/11881656.html
https://www.cnblogs.com/spirit-ling/p/8809039.html
requestRouter_amd64.msi rewrite_x64_zh-CN.msi
记住:永远不要在MySQL中使用“utf8”,请使用“utf8mb4” utf8mb4_general_ci
cursor.execute("SET character_set_connection=utf8mb4") # pymysql
MySql set varchar to utf8mb4
https://zhuanlan.zhihu.com/p/73402380
https://blog.csdn.net/qq_17555933/article/details/101445526
禁用win10 office快捷键,恼人的 https://www.office.com/?from=OfficeKey
REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32
Admin 权限运行