- 博客(652)
- 收藏
- 关注
原创 Ninia/Jep 3.6 版本深度解析:Python-Java 互操作新特性详解
Ninia/Jep 3.6 版本深度解析:Python-Java 互操作新特性详解 jep Embed Python in Java 项目地址: https://gitcode.com/gh_mirrors/je/jep ...
2025-06-30 09:11:06
242
原创 RailsEventStore项目版本发布指南:从原理到实践
RailsEventStore项目版本发布指南:从原理到实践 rails_event_store A Ruby implementation of an Event Store based on Active Record 项目地...
2025-06-29 09:29:41
751
原创 Discord.js指南:OAuth2认证入门与实践
Discord.js指南:OAuth2认证入门与实践 guide The official guide for discord.js, created and maintained by core members of its community. ...
2025-06-28 09:31:55
257
原创 KubeArmor日志投喂器(Log Feeder)深度解析
KubeArmor日志投喂器(Log Feeder)深度解析 KubeArmor KubeArmor 是一个开源的 Kubernetes 网络和安全解决方案,用于保护容器化应用程序的安全性和访问控制。 * Kubernetes 网络和安全解决方案、保护容器化应用程序的安全性和访问控制 * 有什么特点:支持多种云平台、...
2025-06-28 09:05:04
226
原创 Olive.c项目中的重心坐标原理与应用
Olive.c项目中的重心坐标原理与应用 olive.c Simple 2D Graphics Library for C 项目地址: https://gitcode.com/gh_mirrors/ol/olive.c ...
2025-06-25 09:38:02
209
原创 VoltDB实战指南:HOWTOs示例解析与应用技巧
VoltDB实战指南:HOWTOs示例解析与应用技巧 voltdb Volt Active Data 项目地址: https://gitcode.com/gh_mirrors/vo/voltdb ...
2025-06-25 09:31:27
238
原创 Kent C. Dodds 网站项目深度解析:Web 开发核心概念精要指南
Kent C. Dodds 网站项目深度解析:Web 开发核心概念精要指南 kentcdodds.com My personal website 项目地址: https://gitcode.com/gh_mirrors/ke/ke...
2025-06-24 09:30:40
271
原创 Amethyst/Specs 教程:深入理解 Setup 阶段机制
Amethyst/Specs 教程:深入理解 Setup 阶段机制 specs Specs - Parallel ECS 项目地址: https://gitcode.com/gh_mirrors/sp/specs ...
2025-06-24 09:10:38
330
原创 pandoc-url2cite:一键将URL转换为引用
pandoc-url2cite:一键将URL转换为引用 pandoc-url2cite Effortlessly and transparently add correctly styled citations to your markdown paper given only a URL ...
2025-06-22 09:00:01
269
原创 深入解析Moby/SwarmKit数据存储设计原理
深入解析Moby/SwarmKit数据存储设计原理 swarmkit A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus,...
2025-06-11 09:13:35
376
原创 在Mac桌面环境部署AIBrix项目的完整指南
在Mac桌面环境部署AIBrix项目的完整指南 aibrix FlashMLA 是一个能加速前向计算的项目。它提供了张量操作、元数据处理等功能,可对张量进行累加、拷贝等操作。源项目地址:https://github.com/vllm-project/aibrix ...
2025-06-11 09:02:06
312
原创 Python函数定义与使用详解:从基础到高级技巧
Python函数定义与使用详解:从基础到高级技巧 WhirlwindTourOfPython The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python" ...
2025-06-10 09:18:37
351
原创 GitGutter插件配置详解:打造高效代码差异对比体验
GitGutter插件配置详解:打造高效代码差异对比体验 GitGutter A Sublime Text 2/3 plugin to see git diff in gutter 项目地址: https://gitcode.co...
2025-06-10 09:17:21
347
原创 在Box64项目中使用Wine64运行Windows程序的完整指南
在Box64项目中使用Wine64运行Windows程序的完整指南 box64 Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices ...
2025-06-09 09:03:39
326
原创 Easy Peasy 状态管理:使用辅助函数泛化模型设计
Easy Peasy 状态管理:使用辅助函数泛化模型设计 easy-peasy Vegetarian friendly state for React 项目地址: https://gitcode.com/gh_mirrors/ea...
2025-06-08 09:14:21
381
原创 Bootstrap Switch 组件配置选项详解
Bootstrap Switch 组件配置选项详解 bootstrap-switch 项目地址: https://gitcode.com/gh_mirrors/boo/bootstrap-switch ...
2025-06-08 09:13:57
338
原创 Bash集合操作实战:从基础到高级操作详解
Bash集合操作实战:从基础到高级操作详解 roadmap-retos-programacion Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad MoureDev para aprender y practi...
2025-06-07 09:02:24
298
原创 FasterTransformer中的BERT模型量化实践指南
FasterTransformer中的BERT模型量化实践指南 FasterTransformer Transformer related optimization, including BERT, GPT 项目地址: https...
2025-06-07 09:01:47
335
原创 Apache Zeppelin 解释器 REST API 详解
Apache Zeppelin 解释器 REST API 详解 zeppelin Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and ...
2025-06-07 09:01:42
308
原创 深入理解Swift中的栈与队列实现 - roadmap-retos-programacion项目解析
深入理解Swift中的栈与队列实现 - roadmap-retos-programacion项目解析 roadmap-retos-programacion Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad Mo...
2025-06-07 09:01:41
275
原创 amd_inference:AMD GPU 大模型推理引擎
amd_inference:AMD GPU 大模型推理引擎 amd_inference Docker-based inference engine for AMD GPUs 项目地址: https://gitcode.com/gh...
2025-06-07 09:00:01
337
原创 探索interpy-zh项目:Python一行式编程技巧大全
探索interpy-zh项目:Python一行式编程技巧大全 interpy-zh ????《Python进阶》(Intermediate Python - Chinese Version) 项目地址: https://gitcode....
2025-06-06 09:21:03
230
原创 Surprise推荐系统库入门指南
Surprise推荐系统库入门指南 Surprise Surprise - 这是一个关于推荐系统和协同过滤的开源项目,包含了一些关于推荐算法、协同过滤、Python 语言的示例和教程。适用于推荐系统、协同过滤、Python 语言编程等场景。 ...
2025-06-06 09:12:59
353
原创 Werkzeug项目调试功能深度解析:从基础使用到安全实践
Werkzeug项目调试功能深度解析:从基础使用到安全实践 werkzeug 项目地址: https://gitcode.com/gh_mirrors/wer/werkzeug ...
2025-06-06 09:11:16
280
原创 52周技术探索系列:Webpack模块化构建工具完全指南
52周技术探索系列:Webpack模块化构建工具完全指南 52-technologies-in-2016 Let's learn a new technology every week. A new technology blog every Sunday in 2016. ...
2025-06-06 09:02:45
269
原创 机器学习项目实战:开发集拆解与误差分析策略
机器学习项目实战:开发集拆解与误差分析策略 machine-learning-yearning-cn Machine Learning Yearning 中文版 - 《机器学习训练秘籍》 - Andrew Ng 著 项目地址: h...
2025-06-05 09:14:33
309
原创 openai-agents-js:构建多Agent工作流的强大框架
openai-agents-js:构建多Agent工作流的强大框架 openai-agents-js A lightweight, powerful framework for multi-agent workflows and voice agents ...
2025-06-05 09:00:06
284
原创 OpenProject系统管理指南:自定义字段深度解析
OpenProject系统管理指南:自定义字段深度解析 openproject OpenProject is the leading open source project management software. 项目地址: h...
2025-06-04 09:00:13
352
原创 BinPy:数字电子学仿真库,助你轻松学习数字逻辑
BinPy:数字电子学仿真库,助你轻松学习数字逻辑 BinPy An electronic simulation library written in pure Python 项目地址: https://gitcode.com/g...
2025-06-04 09:00:01
252
原创 技术专家解读:如何在GROQ查询中从引用数组中提取值
技术专家解读:如何在GROQ查询中从引用数组中提取值 til :memo: Today I Learned 项目地址: https://gitcode.com/gh_mirrors/ti/til ...
2025-06-03 09:01:43
323
原创 OpenCV/CVAT 开发环境搭建完全指南
OpenCV/CVAT 开发环境搭建完全指南 cvat Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of...
2025-06-03 09:01:31
391
原创 HashiCorp Nomad与Consul深度集成指南
HashiCorp Nomad与Consul深度集成指南 nomad hashicorp/nomad: Nomad 是 HashiCorp 公司开发的一款易于部署和管理的调度器,它支持跨数据中心进行容器、虚拟机和任务进程等工作负载的自动化部署与管理。 ...
2025-06-02 09:16:56
361
原创 Umi框架深度解析:企业级前端开发利器
Umi框架深度解析:企业级前端开发利器 umi A framework in react community ✨ 项目地址: https://gitcode.com/gh_mirrors/um/umi ...
2025-06-02 09:07:16
538
原创 深入解析VUX项目中的vux-loader工具
深入解析VUX项目中的vux-loader工具 vux Mobile UI Components based on Vue & WeUI 项目地址: https://gitcode.com/gh_mirrors/vu/vux ...
2025-06-02 09:03:05
218
原创 JavaScript正则表达式中的选择分支(Alternation)技术解析
JavaScript正则表达式中的选择分支(Alternation)技术解析 en.javascript.info Modern JavaScript Tutorial 项目地址: https://gitcode.com/gh_...
2025-06-01 09:09:06
272
原创 JCSprout项目解析:深入理解Java对象创建与内存分配机制
JCSprout项目解析:深入理解Java对象创建与内存分配机制 JCSprout ???????? Java Core Sprout : basic, concurrent, algorithm 项目地址: https://gitcod...
2025-06-01 09:04:47
292
原创 深入理解Async.js:JavaScript异步编程利器
深入理解Async.js:JavaScript异步编程利器 async Async utilities for node and the browser 项目地址: https://gitcode.com/gh_mirrors/a...
2025-06-01 09:04:44
372
原创 OWASP PHP安全配置最佳实践指南
OWASP PHP安全配置最佳实践指南 CheatSheetSeries The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application s...
2025-06-01 09:01:30
228
原创 ClickHouse中的LIMIT子句详解:高效结果集限制技巧
ClickHouse中的LIMIT子句详解:高效结果集限制技巧 ClickHouse ClickHouse® 是一个免费的大数据分析型数据库管理系统。 项目地址: https://gitcode.com/gh_mirrors/cl...
2025-05-30 09:09:49
391
原创 Netdata监控Nginx/Apache日志文件完全指南
Netdata监控Nginx/Apache日志文件完全指南 netdata Netdata是一个实时的服务器监控工具项目,能够提供系统及应用程序的详细性能监控。特点包括:免费、开源、实时监测、丰富的可视化界面、支持多种操作系统和应用程序(如Nginx、Java项目等)、可深度定制和扩展。适合各类开发者,包括系统管理员、运...
2025-05-30 09:02:38
225
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人