• 2024-07-05[AHK2] 取色工具
    开始如上次所说,我抽时间完成了ahk的gdip版取色工具,如下:具体代码在下节。代码#RequiresAutoHotkeyv2.0#Includeg:\AHK\git-ahk-lib\lib\gdip\GdipStarter.ahk#Includeg:\AHK\git-ahk-lib\Extend.ahk#Includeg:\AHK\git-ahk-lib\util\Cursor.ahkCoordMode'Mouse'C
  • 2023-05-15dotnet6 项目在Docker部署报错 The type initializer for 'Gdip' threw an exception.
    asp.netcore部署在docker中,使用了System.Drawing.Common包,在容器中使用时报错“Thetypeinitializerfor'Gdip'threwanexception.”原因:因为System.Drawing.Common在跨平台的兼容性不够理想,官方设置为后续版本只能在Windows平台使用,默认是不开启的,需要在运行时配置中开启
  • 2022-11-02ait+s截图保存到桌面
    !s::Send{LShift}+{LWindown}+{S}+{LWinup}Sleep5000Gdip_CaptureClipboard(A_Desktop"/"A_MM"-"A_DD""A_Hour"-"A_Min".jpg",100);剪贴板图片保存Gd
  • 2022-10-28.Net Core通过GDI+在CentOS 7(Docker)环境中绘图报错The type initializer for 'Gdip' threw an exception的
    记一次.NetCore通过GDI+在CentOS7(Docker)环境中绘图报错Thetypeinitializerfor'Gdip'threwanexception的问题及处理方式  目录一、前言二、问题分析
  • 2022-09-22鼠标高亮
     从这篇文章更改https://www.autoahk.com/archives/34648这里改颜色  透明度具体对应百分比:100%—FF90%—E680%—CC70%—B360%—9950%—