【GitHub】装修个人主页

持续更新各种好文,长期更新技能手册,建议关注收藏点赞!


python 复制代码
#编码
import urllib.parse
encoded_url = urllib.parse.quote('https://example.com/query?name=张三')
print(encoded_url)  # 输出:'https%3A//example.com/query%3Fname%3D%E5%BC%A0%E4%B8%89'

#解码
urllib.parse.unquote()
javascript 复制代码
let encodedUrl = encodeURIComponent('https://example.com/query?name=张三');
console.log(encodedUrl);  // 输出:'https%3A%2F%2Fexample.com%2Fquery%3Fname%3D%E5%BC%A0%E4%B8%89'

decodeURIComponent()
字符 编码
空格 %20
& %26
UTF-8中编码为 %E6%88%91
- %2D
  • 图例
  • 目前这个插件有许多bug需要修复
  1. 今年2025新的数据没有更新
  2. include_all_commits=true设置之后会报错
    后续可能会根据这两点提个pr,建议关注收藏,获取如何修复bug的教程。
相关推荐
解道Jdon2 小时前
VSCode 2026年2月更新:技能市场、CLI、钩子支持
ide·windows·git·svn·eclipse·github·visual studio
darkb1rd2 小时前
gws 命令行:统一 Google 全家桶 API 管理
开源·github·好物分享
嘿嘻哈呀2 小时前
VS Code + GitHub Copilot使用技巧
github·copilot
shimly1234563 小时前
github 配置 ssh key ssh-key
运维·ssh·github
lpfasd1233 小时前
2026年第10周GitHub趋势周报
github
lpfasd1233 小时前
Flutter 远程构建全攻略:告别本地打包,GitHub Actions、Gitee Go 与 MobAI 三方案详解
flutter·gitee·github
无风听海3 小时前
Visual Studio 2026中Github Copilot的大模型
github·copilot·visual studio
Joehaivo飞羽4 小时前
【自荐】精美小巧的现代化终端文件管理器
linux·github·命令行
徐小夕5 小时前
被CRUD拖垮的第5年,我用Cursor 一周"复仇":pxcharts-vue开源,一个全栈老兵的AI编程账本
前端·vue.js·github
逛逛GitHub8 小时前
1 分钟把 OpenClaw 安装到你电脑,现在真的没有门槛了
github