Entries from 2022-06-24 to 1 day

on win11, how to use win11's own snapshot tool to snap a shot

press 'win+shift+S', choose the rectangular area u want to snap, 然后点击弹出窗口中的‘截图工具’,再点击新的弹出窗口中的右上角的‘...' , 点击弹出菜单中的’保存‘

如何在Mac上打开和运行EXE文件

EXE 文件是通常在 Windows 操作系统中使用的可执行文件。 它们是在您的计算机中安装或打开应用程序的常用文件。 因此,它们并不真正用于 Mac 操作系统,因为该操作系统使用 DMG 扩展。 所以,最大的问题是,“您可以在Mac上运行EXE文件吗”? 是否可以在Mac操…

Installing OpenSSL library on macOS and fixing some issues

Installing OpenSSL library on macOS seems easy at first, but in practice can be a real pain in the back. Here is my journey of installing OpenSSL 1.1.1g on macOS Catalina (10.15.6) and making it reachable by my .Net Core apps. I tried to w…