欢迎关注我的推特
上一页 1 2 3 4 5 6 7 8 9 ··· 71 下一页
摘要: Slack集成ClaudeCode功能摘要:该功能允许用户直接在Slack工作空间中委派编码任务。 阅读全文
posted @ 2026-01-24 13:33 服务号AwesomeAITools 阅读(115) 评论(0) 推荐(0)
摘要: 本文介绍了如何将Claude Code集成到GitLab CI/CD工作流中,实现AI辅助开发。主要内容包括: 集成优势:支持即时创建合并请求、自动化代码实现、遵循项目规范,设置简单且安全 工作原理:通过事件触发AI任务,在隔离环境中运行并提交结果 配置方式:提供快速设置步骤,支持Claude API、AWS Bedrock和Google Vertex AI等多种服务 应用场景:可实现问题转PR、代码优化建议、快速修复错误等功能 安全实践:建议使用掩码变量、OIDC认证,并通过MR机制确保代码审查 该集成能显著提升开发效率,同时保持企业级的安全和治理标准。 阅读全文
posted @ 2026-01-24 12:02 服务号AwesomeAITools 阅读(201) 评论(0) 推荐(0)
摘要: For enterprise environments, you can use Claude Code GitHub Actions with your own cloud infrastructure. This approach gives you control over data resi 阅读全文
posted @ 2026-01-23 21:27 服务号AwesomeAITools 阅读(52) 评论(0) 推荐(0)
摘要: Learn about integrating Claude Code into your development workflow with Claude Code GitHub Actions了解如何使用 Claude Code GitHub Actions 将 Claude Code 集成到您 阅读全文
posted @ 2026-01-23 20:36 服务号AwesomeAITools 阅读(121) 评论(0) 推荐(0)
摘要: Use Claude Code with JetBrains IDEs including IntelliJ, PyCharm, WebStorm, and more使用 Claude Code 与 JetBrains IDEs,包括 IntelliJ、PyCharm、WebStorm 等 Clau 阅读全文
posted @ 2026-01-23 09:27 服务号AwesomeAITools 阅读(384) 评论(0) 推荐(0)
摘要: Install and configure the Claude Code extension for VS Code. Get AI coding assistance with inline diffs, @-mentions, plan review, and keyboard shortcu 阅读全文
posted @ 2026-01-22 20:19 服务号AwesomeAITools 阅读(1096) 评论(0) 推荐(0)
摘要: 使用Claude Code进行浏览器自动化 Connect Claude Code to your browser to test web apps, debug with console logs, and automate browser tasks. 将 Claude Code 连接到您的浏览 阅读全文
posted @ 2026-01-21 21:38 服务号AwesomeAITools 阅读(939) 评论(0) 推荐(0)
摘要: WebRTC 全称为:Web Real-Time Communication。它是为了解决 Web 端无法捕获音视频的能力,并且提供了 peer-to-peer(就是浏览器间)的视频交互。实际上,细分看来,它包含三个部分: MediaStream:捕获音视频流RTCPeerConnection:传输 阅读全文
posted @ 2019-11-06 09:54 服务号AwesomeAITools 阅读(3254) 评论(0) 推荐(0)
摘要: WebRTC提供了点对点之间的通信,但并不意味着WebRTC不需要服务器。暂且不说基于服务器的一些扩展业务,WebRTC至少有两件事必须要用到服务器: 1. 浏览器之间交换建立通信的元数据(信令)必须通过服务器 2. 为了穿越NAT和防火墙 此处,我们使用XMPP协议实现信令,采用openfire当 阅读全文
posted @ 2019-11-05 13:31 服务号AwesomeAITools 阅读(2472) 评论(0) 推荐(0)
摘要: 参考自:Introduction to WebRTC on AndroidAndroid之WebRTC介绍 WebRTC被誉为是web长期开源开发的一个新启元,是近年来web开发的最重要创新。WebRTC允许Web开发者在其web应用中添加视频聊天或者点对点数据传输,不需要复杂的代码或者昂贵的配置。 阅读全文
posted @ 2019-11-04 17:34 服务号AwesomeAITools 阅读(4592) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 71 下一页