- 博客(652)
- 收藏
- 关注
原创 Mobile Boilerplate项目CSS指南:构建移动优先的样式基础
Mobile Boilerplate项目CSS指南:构建移动优先的样式基础 mobile-boilerplate DEPRECATED - A front-end template that helps you build fast, modern mobile web apps. ...
2025-06-10 09:18:07
252
原创 JavaScript教程:深入理解引用类型(Reference Type)
JavaScript教程:深入理解引用类型(Reference Type) ru.javascript.info Современный учебник JavaScript 项目地址: https://gitcode.com/g...
2025-06-10 09:18:01
155
原创 在Redux中集成Liveblocks Presence实现实时协作状态管理
在Redux中集成Liveblocks Presence实现实时协作状态管理 liveblocks Liveblocks is a real-time collaboration infrastructure for developers. ...
2025-06-10 09:08:07
152
原创 Bistoury项目在线Debug功能深度解析与实践指南
Bistoury项目在线Debug功能深度解析与实践指南 bistoury Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案 项目地址: https://gitcode.com/gh_mirro...
2025-06-10 09:04:08
232
原创 ZenML项目中的重排序模型性能评估指南
ZenML项目中的重排序模型性能评估指南 zenml 项目地址: https://gitcode.com/gh_mirrors/zen/zenml 引言在构建RAG(检索...
2025-06-09 09:04:51
275
原创 Piscina项目中的自定义任务队列机制深度解析
Piscina项目中的自定义任务队列机制深度解析 piscina A fast, efficient Node.js Worker Thread Pool implementation 项目地址: https://gitcode....
2025-06-08 09:22:00
395
原创 Markdownlint项目解析:MD019规则详解与最佳实践
Markdownlint项目解析:MD019规则详解与最佳实践 markdownlint A Node.js style checker and lint tool for Markdown/CommonMark files. 项...
2025-06-08 09:05:48
217
原创 Swagger-SpringMVC 插件机制与扩展性深度解析
Swagger-SpringMVC 插件机制与扩展性深度解析 springfox 项目地址: https://gitcode.com/gh_mirrors/spr/springfox ...
2025-06-07 09:05:22
411
原创 深入理解pyca/cryptography中的AEAD加密原语
深入理解pyca/cryptography中的AEAD加密原语 cryptography cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. ...
2025-06-06 09:04:05
252
原创 Linux内核同步原语深度解析:从自旋锁到顺序锁
Linux内核同步原语深度解析:从自旋锁到顺序锁 linux-insides-zh Linux 内核揭秘 项目地址: https://gitcode.com/gh_mirrors/lin/linux-insides-zh ...
2025-06-06 09:01:38
234
原创 Apache SeaTunnel 使用 Spark 引擎快速入门指南
Apache SeaTunnel 使用 Spark 引擎快速入门指南 seatunnel SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool. ...
2025-06-05 09:16:04
371
原创 Apache ShardingSphere ElasticJob Spring 命名空间配置详解
Apache ShardingSphere ElasticJob Spring 命名空间配置详解 shardingsphere-elasticjob Shardingsphere是一个分布式的数据库分片方案,主要用于解决单机数据库容量不足的问题。它的特点是易用性高、性能稳定、支持多种数据库等。适用于分布式数据库场景。 ...
2025-06-05 09:07:04
300
原创 Imprint:面向数据管道的二进制行序列化格式
Imprint:面向数据管道的二进制行序列化格式 imprint Serialization format for row-based incremental data processing 项目地址: https://gitco...
2025-06-05 09:00:05
280
原创 深入理解Spring核心接口:ConfigurableListableBeanFactory
深入理解Spring核心接口:ConfigurableListableBeanFactory spring-reading 涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spr...
2025-06-04 09:18:46
354
原创 Stylelint 15.0 版本迁移指南:重大变更与升级策略
Stylelint 15.0 版本迁移指南:重大变更与升级策略 stylelint A mighty CSS linter that helps you avoid errors and enforce conventions. ...
2025-06-03 09:11:38
304
原创 Teleport项目中使用Google Cloud KMS存储私钥的完整指南
Teleport项目中使用Google Cloud KMS存储私钥的完整指南 teleport Protect access to all of your infrastructure. 项目地址: https://gitcode...
2025-06-02 09:01:34
417
原创 Renovate项目中的自动合并(Automerge)功能详解
Renovate项目中的自动合并(Automerge)功能详解 renovate Universal dependency update tool that fits into your workflows. 项目地址: http...
2025-06-02 09:00:58
233
原创 Microsoft Guidance项目中的Token Healing技术解析
Microsoft Guidance项目中的Token Healing技术解析 guidance 项目地址: https://gitcode.com/gh_mirrors/gui/guidance ...
2025-06-01 09:16:50
284
原创 探索AI Agent框架:从入门到实践
探索AI Agent框架:从入门到实践 ai-agents-for-beginners 这个项目是一个针对初学者的 AI 代理课程,包含 10 个课程,涵盖构建 AI 代理的基础知识。源项目地址:https://github.com/microsoft/ai-agents-for-beginners ...
2025-06-01 09:14:21
988
原创 Pydantic中的联合类型(Union)验证机制深度解析
Pydantic中的联合类型(Union)验证机制深度解析 pydantic 项目地址: https://gitcode.com/gh_mirrors/pyd/pydantic ...
2025-06-01 09:07:05
380
原创 数据科学入门:数据伦理基础概念与案例分析
数据科学入门:数据伦理基础概念与案例分析 Data-Science-For-Beginners 10 Weeks, 20 Lessons, Data Science for All! 项目地址: https://gitcode.c...
2025-06-01 09:01:30
316
原创 Gatsby项目实战:如何从私有API获取数据源
Gatsby项目实战:如何从私有API获取数据源 gatsby The best React-based framework with performance, scalability and security built in. ...
2025-05-30 09:08:26
298
原创 Django异步支持深度解析:从视图到ORM的全面指南
Django异步支持深度解析:从视图到ORM的全面指南 django django/django: 是一个用于 Python 的高级 Web 框架,可以用于快速开发安全和可维护的 Web 应用程序,提供了多种内置功能和扩展库,支持多种数据库和模板引擎。 ...
2025-05-30 09:03:26
336
原创 JavaGuide项目中的程序员简历编写指南
JavaGuide项目中的程序员简历编写指南 JavaGuide JavaGuide:这是一份Java学习与面试指南,它涵盖了Java程序员所需要掌握的大部分核心知识。这份指南是一份通俗易懂、风趣幽默的学习资料,内容全面,深受Java学习者的欢迎。 ...
2025-05-30 09:02:03
269
原创 RustDesk 远程桌面工具:从构建到使用全指南
RustDesk 远程桌面工具:从构建到使用全指南 rustdesk 一个开源的远程桌面,是TeamViewer的替代选择。 项目地址: https://gitcode.com/gh_mirrors/ru/rustdesk ...
2025-05-30 09:01:04
372
原创 GNOME Music 项目启动与配置教程
GNOME Music 项目启动与配置教程 gnome-music Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-music 项目地址: https://gitc...
2025-05-25 09:00:39
324
原创 xLoader:为Windows用户打造的专业刷写工具
xLoader:为Windows用户打造的专业刷写工具 xLoader Tool for Flashing ☒CC01 and ☒CR0x using ☒IP01 项目地址: https://gitcode.com/gh_mirr...
2025-05-24 01:04:42
289
原创 Thor 开源项目最佳实践教程
Thor 开源项目最佳实践教程 Thor Thor - Android App Manager and App Installer utility 项目地址: https://gitcode.com/gh_mirrors/thor...
2025-05-22 09:01:08
283
原创 open-agent-platform:构建无代码智能Agent的最佳平台
open-agent-platform:构建无代码智能Agent的最佳平台 open-agent-platform 项目地址: https://gitcode.com/gh_mirrors/op/open-agent-platf...
2025-05-17 09:00:00
417
原创 TheContext-Podcast:专注于Android开发的播客
TheContext-Podcast:专注于Android开发的播客 TheContext-Podcast Podcast about Android Development with Hannes Dorfmann, Artem Zinnatullin, Artur Dryomov and wonderful gues...
2025-05-14 09:00:00
210
原创 Live2Diff:实时视频流翻译的新突破
Live2Diff:实时视频流翻译的新突破 Live2Diff Live2Diff: A Pipeline that processes Live video streams by a uni-directional video Diffusion model. ...
2025-05-13 13:00:35
865
原创 Live-Valorant-Overlay:实时获取《瓦罗兰特》比赛信息
Live-Valorant-Overlay:实时获取《瓦罗兰特》比赛信息 Live-Valorant-Overlay An Overlay proof-of-concept Application for Valorant giving information in real-time about current mat...
2025-05-07 09:11:20
1014
原创 Red-Teaming-TTPs:网络安全红队战术实施指南
Red-Teaming-TTPs:网络安全红队战术实施指南 Red-Teaming-TTPs Useful Techniques, Tactics, and Procedures for red teamers and defenders, alike! ...
2025-05-03 16:20:33
607
原创 Toola:开源低代码平台,快速构建内部工具
Toola:开源低代码平台,快速构建内部工具 Toola The open-source Retool alternative. Low-code platform for building internal tools fast! ...
2025-05-03 15:50:20
748
原创 pyEPR 的安装和配置教程
pyEPR 的安装和配置教程 pyEPR Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more] ...
2025-04-28 11:00:29
257
原创 GPOHound:强大的AD安全分析工具
GPOHound:强大的AD安全分析工具 GPOHound Offensive GPO dumping and analysis tool that leverages and enriches BloodHound data 项...
2025-04-25 09:18:21
519
原创 pg-pubsub:实现可靠PostgreSQL通知机制的解决方案
pg-pubsub:实现可靠PostgreSQL通知机制的解决方案 pg-pubsub Reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support 项目地址:...
2025-04-23 09:22:01
938
原创 soybean-admin 的项目扩展与二次开发
soybean-admin 的项目扩展与二次开发 soybean-admin A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,NaiveUI and UnoCSS [一个基于Vue3、Vite3、TypeScript、NaiveUI 和...
2025-04-23 07:27:33
678
原创 开源项目 CopyTranslator 亮点详解
开源项目 CopyTranslator 亮点详解 CopyTranslator Foreign language reading and translation assistant based on copy and translate. ...
2025-04-23 07:16:45
680
原创 Kubernetes Envoy 示例项目安装与配置指南
Kubernetes Envoy 示例项目安装与配置指南 kubernetes-envoy-example Teaching myself about Envoy on Kubernetes 项目地址: https://gitco...
2025-04-23 07:05:56
629
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人