首页
学习
活动
专区
圈层
工具
发布
综合排序最热优先最新优先
时间不限
Open Code对标Claude Code
缺少 Claude Code 主题 ,这点差评安装Skills、Plugins一应俱全,一上手就爱上了,让 Claude Code 不给中国用,让他去垃圾桶利吃灰吧,虽然用不上Claude Code 模型
是小张啊
2026-04-09
5883
标签:
code-server code-server arm
\ --link vs-db \ xrsec/code-server:arm View image.png initialization Make code-server docker run -it /bin/bash echo "start code-server succers" /bin/bash' > code-server.sh sudo chmod 777 code-server.sh sudo chown root code-server.sh docker cp code-server.sh code-server:/ docker start code-server docker /code-server-3.8.1-amd64.rpm rpm -ivh code-server-3.8.1-amd64.rpm Other code-server Inatall BT wget - & echo "start code-server succers" /bin/bash' > /code-server.sh chmod 777 /code-server.sh exit docker
XRSec
2022-02-11
2.3K0
标签:
Claude Code正式发布VS Code插件!
人生不过尔尔 不必自困于心 好消息:现在你的 VS Code 可以拥有一个会聊天、能改代码、懂上下文的 AI 副驾驶——它就是 Claude Code 插件! Claude Code 是 Anthropic 官方推出的 VS Code 插件,基于 Claude 大模型,专为开发者设计。 一个 Anthropic 账号 安装步骤 打开 VS Code,按 Ctrl+Shift+X(Windows)或 Cmd+Shift+X(Mac) 搜索 “Claude Code” 点击 Install anthropic.claude-code 3. 进入 VS Code 设置 → Extensions → Claude Code → 勾选 “Use Terminal” 安全设置建议 初始权限模式:保持默认(每次修改都问你) 禁用自动保存:避免意外覆盖
GoLang学习记
2026-02-27
11K0
标签:
用Claude Code分析Claude Code源码
02 — Claude Code是什么? 04 — Claude Code源码 Claude Code源码已经公开,短短几十小时内Fork的几个GitHub账号访问量达几百万,其中有2个具有代表性的账号,一个是Claude Code用TypeScript TypeScript版本:https://github.com/sanbuphy/learn-coding-agent (目前已由claude-code-source-code改名为learn-coding-agent ,并且用Claude Code去分析Claude Code的源码。 https://github.com/Liuq24/claude-code-source-code https://github.com/Liuq24/claw-code clone到本地后,进行分析:
程序大视界
2026-04-10
9890
标签:
code review
review,其实在任何行业,基本都是大厂带给整个行为最佳实践,code review就是其中一种实践 The biggest thing that makes Google’s code so good is simple: Code Review. 找到bug只是其中的副产品 以我个人经验看,code review更多是技术及业务知识的分享,甚至可以相互结合,理论分享与code的结合 比如check list与最佳实践结合 how code review 或者说code review需要review些什么?code? 这是code review比较难解决的 分享 从上面所述,code review虽然能发现代码中的一些错误,但不应该是他的核心价值。
码农戏码
2021-03-23
1.5K0
标签:
Code Playground
Web 应用 https://glitch.com Replit 支持多语言(如 Python、Java、C++),适合教育用途和全栈开发 https://replit.com Gitpod 基于 VS Code 的云端 IDE,适合 GitHub 项目快速启动和协作 https://gitpod.io 码上掘金 国内版轻量 Playground,支持 React、Vue 等框架,适合中文用户 https://code.juejin.cn
Cell
2025-08-05
8170
标签:
code test
// make links and image work Handler handler = new Handler() { public void handleMessage(Message msg) { int what = msg.what; if (what == 200) { MessageSpan ms = (MessageSpan) msg.obj; Object[] spans = (Object[])
用户4458175
2020-02-12
1.7K0
标签:
Code Review
而类似架构或者设计模式这样的“大”问题,我个人觉得并不适合在code review的时候去讨论。 有的部门还规定每次code review至少要有一个senior级别以上的码农参与,等等。 从工具上来说,现在的码农还是比较幸福的了。 后来车库计划(利用员工闲暇时间随便做点什么的一个计划)里面有人做了一个新的code review工具,叫CodeFlow,极大改善了我们做code review的体验,病毒式地传播到了公司各个部门,可以算是车库计划最成功的项目了 CodeFlow主要把code review的过程做成了一个聊天式的体验,你对哪段code有意见,直接选取那段code然后加个comment,对方就需要对此做出回应。 总的来说大家对CodeFlow还是挺满意的,它的功能现在基本上都在Visual Studio里面整合了,其他答案也已经有人提到Visual Studio的code review功能了。
用户6884826
2021-07-08
1.4K0
标签:
Helm as code
个人博客:https://www.aiopsclub.com/ Helm as code 作者介绍:helm 分支维护者 helmfile核心维护者 随着云原生的流行,kubernetes已然成为云原生的重要基础设施 接下来我们将要学习helm以及如何实现helm的技术设施即代码:helm as code. helm的模板函数之外,helmfile还新增多个好用到爆的函数,具体参考: https://helmfile.readthedocs.io/en/latest/#templating Helm As Code 通过helm和helmfile介绍与学习,我们已经具备helm as code的必要条件,那helm as code应该如何玩? helm as code 应用即代码,希望这篇文章可以对大家有所启发,互相交流。
yxxhero
2022-11-11
1.3K0
标签:
Design Pattern:Code Shape - manage your code shape
[Java] Design Pattern:Code Shape - manage your code shape Code Shape Design Pattern Here I will introduce a design pattern: Code Shape。 Methods in each layer tend to present the same code structure. Here we name it as code shape. Code Demonstrate This article presents a code demonstrate to implement following features: Before calling String value = br.businessRuleThree("Mary", "is woman"); } } Code Shape Design Pattern Code CodeShapeSample
绿巨人
2018-05-18
1.2K0
标签:
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档