08 2017 档案

摘要:``` https://www.izlesene.com/video/revised-method-how-to-activate-office-2013-proffesional-plus-on-windows-7-2015-march/8245952 ``` 阅读全文
posted @ 2017-08-30 09:28 idlewith 阅读(227) 评论(0) 推荐(0)
摘要:``` 1- HKCU\Software\Microsoft\Avalon.Graphics clear all except default 2- HKCU\Control Panel\Desktop FontSmoothing 2 FontSmoothingGamma 0x00000000(0)... 阅读全文
posted @ 2017-08-30 09:03 idlewith 阅读(150) 评论(0) 推荐(0)
摘要:``` Option Explicit Sub SendEmail() Dim olApp As Object, newEmail As Object Set olApp = New outlook.Application Set newEmail = olApp.CreateItem(olMailItem) With newEmail: .To = Sheet1.Range("... 阅读全文
posted @ 2017-08-29 16:54 idlewith 阅读(425) 评论(0) 推荐(0)
摘要:``` [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wPa... 阅读全文
posted @ 2017-08-02 18:12 idlewith 阅读(151) 评论(0) 推荐(0)
摘要:http://interactivepython.org/courselib/static/pythonds/index.html 阅读全文
posted @ 2017-08-01 10:06 idlewith 阅读(159) 评论(0) 推荐(0)