摘要: //go build -ldflags="-s -w " -trimpath //go build -ldflags "-s -w -H windowsgui" -trimpath package main import ( "fmt" "log" "net" "net/http" "os/exec 阅读全文
posted @ 2022-05-31 23:51 月渊 阅读(46) 评论(0) 推荐(0)
摘要: https://github.com/bbc/color-contrast-checker https://github.com/johno/get-contrast https://github.com/Tanaguru/Contrast-Finder https://contrast-finde 阅读全文
posted @ 2022-05-31 23:27 月渊 阅读(58) 评论(0) 推荐(0)
摘要: public static string? GetDescription(this Enum value, bool nameInstead = true) { Type type = value.GetType(); string? name = Enum.GetName(type, value) 阅读全文
posted @ 2022-05-31 23:19 月渊 阅读(187) 评论(0) 推荐(0)