background picture of the home page

Hi,Friend

Qrcode二维码实现-CSharp版

一、Nuget依赖包安装 需要安装一下Nuget包: Opt.NET 和 QRCoder 两个依赖包。 二、QrCode生成工具类 ZyhQrCodeGeneratorBase.cs,该文件为基础文件,其中并未引用System.Drawing,具体其中的类属性和初始化构造方法可以根据自身情况修改。

thumbnail of the cover of the post

Qrcode二维码实现-Python版

一、环境依赖 python环境、pyotp 以及 qrcode 两个 python库。 pip install pyotp pip install qrcode 二、密钥文件生成 # KeyGenerate.py import pyotp sec = pyotp.random_base32() #

thumbnail of the cover of the post

Avalonia学习-自定义窗口标题框

一、在窗口设置取消自带窗口 xmlns:local="clr-namespace:CodeGenerator" ExtendClientAreaToDecorationsHint="True" ExtendClientAreaChromeHints="NoChrome" ExtendClientAr

thumbnail of the cover of the post