A simple blog built by Django
Claude Code with Kat-Coder 教程
| Published by rcdfrd Claude Code with Kat-Coder 教程
本文介绍如何在本地环境中配置并使用 Claude Code(通过 Kat-Coder 的 Streamlake 接口)进行开发。
一、安装 Node.js
访问 Node.js 官方网站下载对应操作系统的安装包:
https://nodejs.org/zh-cn/download
安装完成后,打开终端(Windows 用户可使用 Win
Read more ⟶
GIU 学习 教程
| Published by rcdfrd Hello World
package main
import (
g "github.com/AllenDang/giu"
)
func loop() {
g.SingleWindow().Layout(
g.Label("Hello world from giu"),
)
}
func main() {
wnd := g.NewMasterWindow("Hello worl
Read more ⟶
告别IE:2025年前端兼容性的选择与展望
| Published by rcdfrd 告别IE:2025年前端兼容性的选择与展望
2022年6月15日,微软正式停止支持IE 11桌面应用。曾经的浏览器霸主退出历史舞台。但到了2025年,"前端是否还要兼容IE"这个问题,在部分开发者和企业中仍有争议。
这个问题牵涉技术选型、成本、用户体验、安全和行业趋势。本文将分析2025年兼容IE的利弊,结合市场数据、技术走向和企业需求,为开发者和企业提供决策参考。
IE的落幕与遗留
IE曾占据全
Read more ⟶