ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    Go 判断中文英字符

    May 24, 20221 min read
    func isHan(runeVal rune) string {
    	if unicode.Is(unicode.Han, runeVal) {
    		return "en"
    	}
    	return "zh"
    }
    

    相关文章

    Fantastic-admin,一款开箱即用的 #Vue 中后台管理系统 #框架

    Fantastic-admin是一款功能全面、支持多语言和多级路由缓存、具有丰富布局与主题、灵活定制、动效设计精良的Vue中后台管理系统框架。

    TypeError: Cannot destructure property 'auth' of 'urlObj' as it is undefined.

    To fix a prerender error in Next.js and trailing slash issues, set fallback to false in getStaticPaths, add trailingSlash: true in next.config.js, and ensure urlObj is defined before destructuring its properties.

    Flutter 使用 Dart 内置的图片压缩库

    在Flutter中,通过添加并使用`flutter_image_compress`包,可以实现图片的压缩,通过调整`quality`和`format`参数来控制压缩质量和格式。

    多个 Apple ID 切换不用每次双重认证的好办法

    在iOS和macOS设备上添加并管理多个Apple ID,关闭不需要的iCloud邮件功能,可实现在App Store切换账户时无需重复双重认证。

    Privacy Policy for NextChatBot

    NextChatBot's Privacy Policy outlines the collection, use, and disclosure of personal information, including log data and cookies, with third-party service providers, while emphasizing the importance of security and the possibility of policy updates.