- 博客(611)
- 收藏
- 关注
原创 Gardener项目监控栈扩展指南
Gardener项目监控栈扩展指南 gardener Homogeneous Kubernetes clusters at scale on any infrastructure using hosted control planes. ...
2025-06-12 09:10:43
177
原创 Hugo Book 项目中的 Go 模板语法详解
Hugo Book 项目中的 Go 模板语法详解 hugo-book Hugo documentation theme as simple as plain book 项目地址: https://gitcode.com/gh_mi...
2025-06-10 09:21:33
238
原创 深入理解Dive-into-DL-TensorFlow2.0中的AdaGrad优化算法
深入理解Dive-into-DL-TensorFlow2.0中的AdaGrad优化算法 Dive-into-DL-TensorFlow2.0 项目地址: https://gitcode.com/gh_mirrors/di/Div...
2025-06-10 09:20:49
167
原创 Docker文档指南:使用自动化构建工具配置Ruby项目CI/CD流程
Docker文档指南:使用自动化构建工具配置Ruby项目CI/CD流程 docs Source repo for Docker's Documentation 项目地址: https://gitcode.com/gh_mirror...
2025-06-10 09:02:30
219
原创 PyO3/maturin 项目安装指南:全方位构建Python与Rust混合开发环境
PyO3/maturin 项目安装指南:全方位构建Python与Rust混合开发环境 maturin Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages...
2025-06-09 09:03:12
239
原创 Akka.NET:构建高并发分布式应用的.NET利器
Akka.NET:构建高并发分布式应用的.NET利器 akka.net Canonical actor model implementation for .NET with local + distributed actors in C# and F#. ...
2025-06-08 09:20:35
342
原创 Apache Ignite数据分区机制深度解析
Apache Ignite数据分区机制深度解析 ignite Apache Ignite 项目地址: https://gitcode.com/gh_mirrors/ignite4/ignite ...
2025-06-08 09:18:43
325
原创 PostgreSQL零停机迁移工具pgroll入门指南
PostgreSQL零停机迁移工具pgroll入门指南 pgroll PostgreSQL zero-downtime migrations made easy 项目地址: https://gitcode.com/gh_mirro...
2025-06-08 09:14:37
322
原创 Cuberite地形生成器原理解析:从噪声算法到生物群系生成
Cuberite地形生成器原理解析:从噪声算法到生物群系生成 cuberite A lightweight, fast and extensible game server for Minecraft 项目地址: https://...
2025-06-08 09:05:34
352
原创 TOAST UI Chart 实时更新(Live Update)功能详解
TOAST UI Chart 实时更新(Live Update)功能详解 tui.chart 项目地址: https://gitcode.com/gh_mirrors/tui/tui.chart ...
2025-06-08 09:02:13
376
原创 Express-Validator 入门指南:轻松实现Express请求数据验证
Express-Validator 入门指南:轻松实现Express请求数据验证 express-validator 项目地址: https://gitcode.com/gh_mirrors/exp/express-valida...
2025-06-07 09:03:51
293
原创 使用goulu/pdfminer提取PDF文档中的字体属性详解
使用goulu/pdfminer提取PDF文档中的字体属性详解 pdfminer.six 项目地址: https://gitcode.com/gh_mirrors/pdf/pdfminer.six ...
2025-06-06 09:20:23
299
原创 Fathom项目常见问题解答:从安装到数据追踪全解析
Fathom项目常见问题解答:从安装到数据追踪全解析 fathom Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact. ...
2025-06-05 09:09:45
357
原创 YugabyteDB Anywhere平台备份与恢复操作指南
YugabyteDB Anywhere平台备份与恢复操作指南 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...
2025-06-05 09:05:31
170
原创 PyTorch教程:从张量基础到LeNet模型训练全解析
PyTorch教程:从张量基础到LeNet模型训练全解析 tutorials PyTorch tutorials. 项目地址: https://gitcode.com/gh_mirrors/tuto/tutorials ...
2025-06-05 09:01:44
291
原创 Wifiphisher项目:如何创建自定义钓鱼场景
Wifiphisher项目:如何创建自定义钓鱼场景 wifiphisher The Rogue Access Point Framework 项目地址: https://gitcode.com/gh_mirrors/wi/wifi...
2025-06-03 09:00:51
306
原创 znail:网络模拟器,助力系统测试
znail:网络模拟器,助力系统测试 znail Network emulator intended to run on a Raspberry Pi. 项目地址: https://gitcode.com/gh_mirrors/z...
2025-06-03 09:00:04
388
原创 Maigret项目实战指南:用户名跨平台搜索工具使用详解
Maigret项目实战指南:用户名跨平台搜索工具使用详解 maigret ????️♂️ Collect a dossier on a person by username from thousands of sites 项目地址: ...
2025-06-02 09:15:45
281
原创 A-Frame项目部署与发布完全指南
A-Frame项目部署与发布完全指南 aframe :a: Web framework for building virtual reality experiences. 项目地址: https://gitcode.com/gh_...
2025-06-02 09:04:10
232
原创 ShardingSphere-Proxy 加密规则创建详解:CREATE ENCRYPT RULE 语法指南
ShardingSphere-Proxy 加密规则创建详解:CREATE ENCRYPT RULE 语法指南 shardingsphere 项目地址: https://gitcode.com/gh_mirrors/shard/s...
2025-06-02 09:00:05
316
原创 如何在visionmedia/n项目中切换Node.js管理方式
如何在visionmedia/n项目中切换Node.js管理方式 n 项目地址: https://gitcode.com/gh_mirrors/n/n 前言在Node.j...
2025-06-01 09:17:37
290
原创 Redux-Saga 入门指南:从安装到实战应用
Redux-Saga 入门指南:从安装到实战应用 redux-saga redux-saga/redux-saga: 是一个用于在 Redux 应用程序中进行异步任务处理的中间件。适合用于需要处理复杂异步逻辑的 Redux 应用。特点是可以将异步任务与同步任务分离,使得应用的状态管理更加清晰和易于维护。 ...
2025-06-01 09:13:56
692
原创 Apache SkyWalking 分布式扩展与负载均衡实践指南
Apache SkyWalking 分布式扩展与负载均衡实践指南 skywalking SkyWalking是一款面向应用程序的监控工具,可帮助开发人员诊断和优化应用程序性能。应用于分布式系统的监控和故障排除。 项目地址: htt...
2025-06-01 09:06:31
257
原创 DSPy项目中的输出优化技术:BestOfN与Refine模块详解
DSPy项目中的输出优化技术:BestOfN与Refine模块详解 dspy Stanford DSPy: The framework for programming with foundation models 项目地址: ht...
2025-06-01 09:06:10
260
原创 Fish Shell 交互式使用指南:提升命令行效率的实用技巧
Fish Shell 交互式使用指南:提升命令行效率的实用技巧 fish-shell The user-friendly command line shell. 项目地址: https://gitcode.com/gh_mirro...
2025-06-01 09:01:24
387
原创 AI Startup Trend Analysis Agent:基于LLM的创业趋势分析工具详解
AI Startup Trend Analysis Agent:基于LLM的创业趋势分析工具详解 awesome-llm-apps Collection of awesome LLM apps with RAG using OpenAI, Anthropic, Gemini and opensource models....
2025-06-01 09:00:08
237
原创 Nuxt项目中定制化useFetch的实现方案
Nuxt项目中定制化useFetch的实现方案 nuxt The Intuitive Vue Framework. 项目地址: https://gitcode.com/gh_mirrors/nu/nuxt ...
2025-05-30 09:05:47
377
原创 freeCodeCamp教程:使用JavaScript XMLHttpRequest方法获取JSON数据
freeCodeCamp教程:使用JavaScript XMLHttpRequest方法获取JSON数据 freeCodeCamp freeCodeCamp.org的开源代码库和课程。免费学习编程。 项目地址: https://g...
2025-05-30 09:03:45
330
原创 OpenCover 代码覆盖率工具使用指南
OpenCover 代码覆盖率工具使用指南 opencover A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points...
2025-05-26 09:00:03
311
原创 InfrasCal 开源项目教程
InfrasCal 开源项目教程 InfrasCal InfrasCal: Automatic Infrastructure-based Intrinsic and Extrinsic Calibration of a Multi-camera System ...
2025-05-25 09:00:32
218
原创 Exposure:Minecraft中的摄影艺术新境界
Exposure:Minecraft中的摄影艺术新境界 Exposure Camera mod for Minecraft with focus on process and aesthetics. 项目地址: https://g...
2025-05-12 11:40:30
565
原创 wigig-module:构建60GHz高频无线网络的仿真利器
wigig-module:构建60GHz高频无线网络的仿真利器 wigig-module High-fidelity implementation of the IEEE 802.11ad/ay standards in network simulator ns-3 ...
2025-05-06 20:30:25
667
原创 LocalGraphClustering:实现高效图聚类
LocalGraphClustering:实现高效图聚类 LocalGraphClustering 项目地址: https://gitcode.com/gh_mirrors/lo/LocalGraphClustering ...
2025-04-30 09:07:09
500
原创 grid-game-groundwork:打造Unity网格游戏的基础框架
grid-game-groundwork:打造Unity网格游戏的基础框架 grid-game-groundwork A Unity project & level editor for making grid-based/block-pushing games. ...
2025-04-26 09:10:56
549
原创 《Flutter GetX Scaffold项目启动与配置指南》
《Flutter GetX Scaffold项目启动与配置指南》 flutter_getx_scaffold Rapid development of scaffolding based on getx 项目地址: https:/...
2025-04-25 11:00:32
649
原创 rust-algorithms 的安装和配置教程
rust-algorithms 的安装和配置教程 rust-algorithms Algorithms and Data Structures of all kinds written in Rust. 项目地址: https:/...
2025-04-25 09:44:08
665
原创 perlin-noise 的安装和配置教程
perlin-noise 的安装和配置教程 perlin-noise Various versions of Perlin noise (C and C++) 项目地址: https://gitcode.com/gh_mirror...
2025-04-24 11:11:05
322
原创 Aifiles 项目启动与配置教程
Aifiles 项目启动与配置教程 aifiles A CLI that organize and manage your files using AI 项目地址: https://gitcode.com/gh_mirrors/...
2025-04-24 11:01:23
235
原创 Zio 开源项目最佳实践教程
Zio 开源项目最佳实践教程 zio unified io lib for pwning development written in python 项目地址: https://gitcode.com/gh_mirrors/zio...
2025-04-24 09:44:25
297
原创 bcmstat项目最佳实践教程
bcmstat项目最佳实践教程 bcmstat Simple Raspberry Pi monitoring tool 项目地址: https://gitcode.com/gh_mirrors/bc/bcmstat ...
2025-04-23 07:20:03
342
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人