自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(616)
  • 收藏
  • 关注

原创 Chrome DevTools 前端开发中的 UI 文本编写规范指南

Chrome DevTools 前端开发中的 UI 文本编写规范指南 devtools-frontend The Chrome DevTools UI 项目地址: https://gitcode.com/gh_mirrors/de...

2025-06-11 09:16:50 228

原创 前端硬核面试指南:如何打造一份脱颖而出的技术简历

前端硬核面试指南:如何打造一份脱颖而出的技术简历 frontend-hard-mode-interview 《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。 ...

2025-06-11 09:14:51 115

原创 Dinky实时计算平台全面解析:基于Flink的一站式解决方案

Dinky实时计算平台全面解析:基于Flink的一站式解决方案 dinky Dinky is an out-of-the-box, one-stop, real-time computing platform dedicated to the construction and practice of Unified St...

2025-06-11 09:14:36 182

原创 LibreraReader 电子书阅读器中的 OPDS 在线目录使用指南

LibreraReader 电子书阅读器中的 OPDS 在线目录使用指南 LibreraReader Book Reader for Android 项目地址: https://gitcode.com/gh_mirrors/li/...

2025-06-11 09:05:24 254

原创 livekit-react:实时互动体验的全新升级

livekit-react:实时互动体验的全新升级 livekit-react React component and library for LiveKit 项目地址: https://gitcode.com/gh_mirror...

2025-06-11 09:00:01 274

原创 HestiaCP防火墙管理完全指南

HestiaCP防火墙管理完全指南 hestiacp Hestia Control Panel | A lightweight and powerful control panel for the modern web. 项目地址...

2025-06-10 09:19:29 302

原创 GoToSocial项目配置指南:全方位解析与最佳实践

GoToSocial项目配置指南:全方位解析与最佳实践 gotosocial Fast, fun, ActivityPub server, powered by Go. 项目地址: https://gitcode.com/gh_m...

2025-06-10 09:01:50 245

原创 从零开始学习Rust编程:learnRust.org交互式教程指南

从零开始学习Rust编程:learnRust.org交互式教程指南 interactive-tutorials Interactive Tutorials 项目地址: https://gitcode.com/gh_mirrors/...

2025-06-10 09:00:12 270

原创 Godot引擎3D游戏开发:实现玩家死亡机制

Godot引擎3D游戏开发:实现玩家死亡机制 godot-docs Godot Engine official documentation 项目地址: https://gitcode.com/gh_mirrors/go/godot...

2025-06-09 09:20:31 228

原创 TypeScript 5分钟快速入门教程

TypeScript 5分钟快速入门教程 TypeScript-Handbook Deprecated, please use the TypeScript-Website repo instead 项目地址: https://g...

2025-06-08 09:18:57 357

原创 Asciidoctor项目:使用Ruby包管理工具安装指南

Asciidoctor项目:使用Ruby包管理工具安装指南 asciidoctor :gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to ...

2025-06-08 09:17:38 380

原创 Coq项目核心库与标准库详解

Coq项目核心库与标准库详解 coq Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems t...

2025-06-08 09:13:07 378

原创 深入解析Prompt_Engineering项目中的零样本提示技术

深入解析Prompt_Engineering项目中的零样本提示技术 Prompt_Engineering This repository offers a comprehensive collection of tutorials and implementations for Prompt Engineering te...

2025-06-07 09:22:38 391

原创 YugabyteDB YSQL 对象级审计日志详解

YugabyteDB YSQL 对象级审计日志详解 yugabyte-db yugabyte/yugabyte-db: 是 YugaByte DB 的官方仓库,一个高性能、高可扩展、分布式的 SQL 数据库,支持 PostgreSQL 兼容性。适合对分布式数据库、SQL 数据库和云原生应用的开发者。 ...

2025-06-05 09:05:22 258

原创 NetNewsWire RSS阅读器的隐私保护机制深度解析

NetNewsWire RSS阅读器的隐私保护机制深度解析 NetNewsWire RSS reader for macOS and iOS. 项目地址: https://gitcode.com/gh_mirrors/ne/Net...

2025-06-04 09:21:27 185

原创 TalkGo Night项目:深入理解Golang语言核心特性

TalkGo Night项目:深入理解Golang语言核心特性 night talkgo/nighthawk 是一个用于编写高性能 HTTP 服务器的 Go 语言库。适合在 Go 语言开发的应用程序中实现 RESTful API 和 Web 服务。特点是提供了简洁的 API、高性能的并发处理和高可扩展性。 ...

2025-06-03 09:05:48 384

原创 iOS Aspect Oriented Programming 实现原理深度解析

iOS Aspect Oriented Programming 实现原理深度解析 Halfrost-Field ✍???? 这里是写博客的地方 —— Halfrost-Field 冰霜之地 项目地址: https://gitcode.c...

2025-06-03 09:03:03 259

原创 深入理解Python设计模式:从awesome-low-level-design项目学习

深入理解Python设计模式:从awesome-low-level-design项目学习 awesome-low-level-design This repository contains low level design resources to improve coding skills and prepare fo...

2025-06-02 09:17:47 344

原创 Egg.js 快速入门指南:从零开始构建企业级 Node.js 应用

Egg.js 快速入门指南:从零开始构建企业级 Node.js 应用 egg Born to build better enterprise frameworks and apps with Node.js & Koa 项目地址...

2025-06-02 09:01:18 395

原创 深入解析WZMIAOMIAO的HRNet人体关键点检测项目

深入解析WZMIAOMIAO的HRNet人体关键点检测项目 deep-learning-for-image-processing deep learning for image processing including classification and object-detection etc. ...

2025-06-01 09:05:51 252

原创 tablecruncher:快速处理大型CSV文件的利器

tablecruncher:快速处理大型CSV文件的利器 tablecruncher A lightweight, powerful CSV editor for macOS, Windows and Linux — with built-in JavaScript macros. ...

2025-05-25 09:00:06 284

原创 SliME:超越LLaVA-HD,探索高分辨率大型多模态模型

SliME:超越LLaVA-HD,探索高分辨率大型多模态模型 SliME ✨✨Beyond LLaVA-HD: Diving into High-Resolution Large Multimodal Models 项目地址: h...

2025-05-07 09:07:52 514

原创 sl-quant:一款自我学习的量化交易伴侣

sl-quant:一款自我学习的量化交易伴侣 sl-quant Companion code for the "Self Learning Quant" blog post 项目地址: https://gitcode.com/gh...

2025-04-29 22:41:30 816

原创 ToolRL:项目的核心功能/场景

ToolRL:项目的核心功能/场景 ToolRL 项目地址: https://gitcode.com/gh_mirrors/to/ToolRL 奖励是ToolRL所需的一切...

2025-04-29 21:30:25 882

原创 later:灵活的定时任务调度库

later:灵活的定时任务调度库 later *Maintained fork of Later.* A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. I...

2025-04-26 10:30:31 270

原创 GemiNaut:探索 Gemini 协议的便捷客户端

GemiNaut:探索 Gemini 协议的便捷客户端 GemiNaut GemiNaut - A friendly Gemini client for Windows 项目地址: https://gitcode.com/gh_m...

2025-04-26 09:10:21 767

原创 NATS 客户端库(Nack)最佳实践教程

NATS 客户端库(Nack)最佳实践教程 nack NATS Controllers for Kubernetes (NACK) 项目地址: https://gitcode.com/gh_mirrors/nac/nack ...

2025-04-25 10:30:12 271

原创 TinyFPGA-Bootloader:实现FPGA的USB编程

TinyFPGA-Bootloader:实现FPGA的USB编程 TinyFPGA-Bootloader An open source USB bootloader for FPGAs 项目地址: https://gitcode....

2025-04-24 23:41:39 916

原创 tts-backup 的项目扩展与二次开发

tts-backup 的项目扩展与二次开发 tts-backup Backup Tabletop Simulator saves and assets into comprehensive Zip files. 项目地址: htt...

2025-04-23 07:21:07 333

原创 开源项目 DouyinLiveRecorder 的扩展与二次开发潜力

开源项目 DouyinLiveRecorder 的扩展与二次开发潜力 DouyinLiveRecorder 项目地址: https://gitcode.com/gh_mirrors/do/DouyinLiveRecorder ...

2025-04-23 07:10:21 285

原创 nanoleaf:打造个性化智能灯饰,显示信息无界限

nanoleaf:打造个性化智能灯饰,显示信息无界限 nanoleaf Modular NanoLeaf lights, create custom shapes, with ability to transform to a 4-digit display made up of 7-segment digits. ...

2025-04-22 10:31:22 889

原创 AzureR 项目安装与配置指南

AzureR 项目安装与配置指南 AzureR Family of packages for interacting with Azure from R 项目地址: https://gitcode.com/gh_mirrors/a...

2025-04-22 10:17:01 866

原创 vocage:简约高效的终端词汇学习工具

vocage:简约高效的终端词汇学习工具 vocage A minimalistic spaced-repetion vocabulary trainer (flashcards) for the terminal 项目地址: h...

2025-04-20 16:50:31 382

原创 LsassReflectDumping 项目使用教程

LsassReflectDumping 项目使用教程 LsassReflectDumping This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe ...

2025-04-20 10:51:49 234

原创 HomeAssistant 文件管理器安装与配置指南

HomeAssistant 文件管理器安装与配置指南 ha_file_explorer 在HomeAssistant里使用的文件管理器 项目地址: https://gitcode.com/gh_mirrors/ha/ha_file...

2025-04-19 10:40:57 696

原创 awesome-react-native-ui:组件丰富,构建高效移动应用

awesome-react-native-ui:组件丰富,构建高效移动应用 awesome-react-native-ui This repository contains list of react native animations created by community. Check the live site ...

2025-04-19 09:08:47 906

原创 项目结构与使用教程

项目结构与使用教程 compleasm A genome completeness evaluation tool based on miniprot 项目地址: https://gitcode.com/gh_mirrors/co...

2025-04-18 10:36:19 338

原创 Valley 项目使用教程

Valley 项目使用教程 Valley Valley is a cutting-edge multimodal large model designed to handle a variety of tasks involving text, images, and video data. ...

2025-04-16 16:13:43 349

原创 QR Code PIX 生成器使用教程

QR Code PIX 生成器使用教程 qrcode-pix Gerar QRCode com informações de pagamento utilizando o sistema PIX 项目地址: https://git...

2025-04-14 16:34:54 746

原创 《Spring Boot微服务项目安装与配置指南》

《Spring Boot微服务项目安装与配置指南》 microservices-full-code 项目地址: https://gitcode.com/gh_mirrors/mi/microservices-full-code...

2025-04-14 16:29:27 872

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除