Lan's blog
首页
技术文章
Python
Network
Linux
片刻
备忘录
我的相册
海报墙
友链
NonAce 那航寻
wpblog
搜索文章
= 768 && isOpen) { isOpen = false; setTimeout(() => enableScroll(document.body), 200); }" >
enableScroll(document.body), 200);" x-transition:enter="transition ease duration-300" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease duration-300" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" style=" position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1001; overscroll-behavior: none; " >
enableScroll(document.body), 200)" >
首页
技术文章
Python
Network
Linux
片刻
备忘录
我的相册
海报墙
友链
NonAce 那航寻
wpblog
2024 年 11 月
编码(unicode、gbk、utf-8)之间的转换
编码(unicode、gbk、utf-8)之间的转换 #utf-8(世界通用编码)编码的中文字符占用3个字节,gbk编码的中文字符占用2个字节 s="你好,中国!" print(s.encode('unicode-escape')) #unicode转义序列,默认是unicode编码,转换为un
作者:JunLan
发布时间:2024-11-25
分类:
Python
置顶
Docker 部署 Halo
Halo介绍 官网:https://www.halo.run 文档:https://docs.halo.run 社区:https://bbs.halo.run 应用市场:https://www.halo.run/store/apps 开源地址:https://github.com/halo-dev/
作者:JunLan
发布时间:2024-11-25
分类:
Docker
标签:
#
Docker
共 32 篇文章
1
2
3
4
页