- 博客(679)
- 收藏
- 关注
原创 深入解析FOSUserBundle表单覆盖机制
深入解析FOSUserBundle表单覆盖机制 FOSUserBundle Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages. ...
2025-06-12 09:08:11
170
原创 Reinforcement-Learning:Python实现强化学习算法
Reinforcement-Learning:Python实现强化学习算法 Reinforcement-Learning Implementation of Reinforcement Learning algorithms in Python, based on Sutton's & Barto's Book (Ed....
2025-06-12 09:00:01
236
原创 Quart框架中的WebSocket使用指南
Quart框架中的WebSocket使用指南 quart An async Python micro framework for building web applications. 项目地址: https://gitcode....
2025-06-11 09:18:33
284
原创 Quart框架中间件(Middleware)使用指南
Quart框架中间件(Middleware)使用指南 quart An async Python micro framework for building web applications. 项目地址: https://gitc...
2025-06-11 09:18:25
242
原创 Nuxt Content 内容处理钩子深度解析
Nuxt Content 内容处理钩子深度解析 content The file-based CMS for your Nuxt application, powered by Markdown and Vue components. ...
2025-06-11 09:17:25
208
原创 React Native Track Player 3.1 入门指南
React Native Track Player 3.1 入门指南 react-native-track-player A fully fledged audio module created for music apps. Provides audio playback, external media control...
2025-06-11 09:13:52
211
原创 Zsh TCP 模块详解:实现 Shell 中的网络通信
Zsh TCP 模块详解:实现 Shell 中的网络通信 zsh Mirror of the Z shell source code repository. 项目地址: https://gitcode.com/gh_mirrors...
2025-06-10 09:18:03
322
原创 使用Truncated SVD优化ResNet50全连接层:Distiller项目实践
使用Truncated SVD优化ResNet50全连接层:Distiller项目实践 distiller 项目地址: https://gitcode.com/gh_mirrors/di/distiller ...
2025-06-09 09:20:20
276
原创 LOTTunnels.github.io:探索数字隧道,防御数据泄露
LOTTunnels.github.io:探索数字隧道,防御数据泄露 LOTTunnels.github.io 项目地址: https://gitcode.com/gh_mirrors/lo/LOTTunnels.github....
2025-06-09 09:00:04
240
原创 DoctrineBundle 实体监听器(Entity Listeners)深度解析
DoctrineBundle 实体监听器(Entity Listeners)深度解析 DoctrineBundle Symfony Bundle for Doctrine ORM and DBAL 项目地址: https://gi...
2025-06-08 09:21:33
270
原创 使用Python Turtle模块实现太空入侵者游戏开发详解
使用Python Turtle模块实现太空入侵者游戏开发详解 materials Bonus materials, exercises, and example projects for our Python tutorials ...
2025-06-08 09:18:38
763
原创 ProGit2项目深入解析:Git中的Refspec机制详解
ProGit2项目深入解析:Git中的Refspec机制详解 progit2 Pro Git 2nd Edition 项目地址: https://gitcode.com/gh_mirrors/pr/progit2 ...
2025-06-07 09:03:51
399
原创 TensorFlow Cookbook项目实战:TensorFlow进阶应用指南
TensorFlow Cookbook项目实战:TensorFlow进阶应用指南 tensorflow_cookbook Code for Tensorflow Machine Learning Cookbook 项目地址: ht...
2025-06-07 09:01:09
350
原创 深入理解Python中的可迭代对象与迭代器模式——以learn-python3项目中的斐波那契数列实现为例...
深入理解Python中的可迭代对象与迭代器模式——以learn-python3项目中的斐波那契数列实现为例 learn-python3 Learn Python 3 Sample Code 项目地址: https://gitcod...
2025-06-06 09:22:11
328
原创 Weave网络中的Fast Datapath技术解析
Weave网络中的Fast Datapath技术解析 weave Simple, resilient multi-host containers networking and more. 项目地址: https://gitcode...
2025-06-06 09:12:47
275
原创 Project-OSRM/osrm-backend 测试体系深度解析
Project-OSRM/osrm-backend 测试体系深度解析 osrm-backend Open Source Routing Machine - C++ backend 项目地址: https://gitcode.com...
2025-06-06 09:05:51
411
原创 Great Expectations 项目代码贡献指南:从环境搭建到测试全流程
Great Expectations 项目代码贡献指南:从环境搭建到测试全流程 great_expectations Always know what to expect from your data. 项目地址: https:/...
2025-06-04 09:02:28
272
原创 TensorRT-LLM模型构建与优化全流程解析
TensorRT-LLM模型构建与优化全流程解析 TensorRT-LLM TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engine...
2025-06-04 09:02:26
338
原创 bert-gec:利用预训练语言模型提升语法错误修正
bert-gec:利用预训练语言模型提升语法错误修正 bert-gec 项目地址: https://gitcode.com/gh_mirrors/be/bert-gec 项...
2025-06-03 09:00:03
299
原创 Moment/Luxon 时间计算详解:日历数学与时间数学的差异与应用
Moment/Luxon 时间计算详解:日历数学与时间数学的差异与应用 luxon ⏱ A library for working with dates and times in JS 项目地址: https://gitcode....
2025-06-02 09:06:49
214
原创 MkDocs插件开发完全指南:从安装到自定义开发
MkDocs插件开发完全指南:从安装到自定义开发 mkdocs Project documentation with Markdown. 项目地址: https://gitcode.com/gh_mirrors/mk/mkdocs...
2025-06-01 09:16:49
784
原创 SVGO优化指南:深入理解removeXMLProcInst插件
SVGO优化指南:深入理解removeXMLProcInst插件 svgo ⚙️ Node.js tool for optimizing SVG files 项目地址: https://gitcode.com/gh_mirrors...
2025-06-01 09:14:36
564
原创 深度学习优化算法解析:Adam与Yogi在d2l-ai项目中的应用
深度学习优化算法解析:Adam与Yogi在d2l-ai项目中的应用 d2l-en d2l-ai/d2l-en: 是一个基于 Python 的深度学习教程,它使用了 SQLite 数据库存储数据。适合用于学习深度学习,特别是对于需要使用 Python 和 SQLite 数据库的场景。特点是深度学习教程、Python、SQL...
2025-06-01 09:08:37
262
原创 Qdrant向量数据库快速入门指南
Qdrant向量数据库快速入门指南 qdrant Qdrant - 针对下一代人工智能的高性能、大规模向量数据库。同时提供云端版本 项目地址: https://gitcode.com/gh_mirrors/qd/qdrant ...
2025-06-01 09:07:05
232
原创 Spring Cloud Alibaba Nacos 示例项目深度解析
Spring Cloud Alibaba Nacos 示例项目深度解析 spring-cloud-alibaba Spring Cloud Alibaba provides a one-stop solution for application development for the distributed soluti...
2025-06-01 09:03:09
372
原创 深入理解线性回归:从基础概念到神经网络视角
深入理解线性回归:从基础概念到神经网络视角 d2l-zh 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。 项目地址: https://gitcode.com/gh_mirrors...
2025-05-30 09:04:26
294
原创 Electron项目版本管理机制深度解析
Electron项目版本管理机制深度解析 electron Electron是一个革命性的框架,让你用JavaScript、HTML和CSS开发跨平台桌面应用,完美融合Node.js与Chromium的强大功能。从Visual Studio Code到无数其他热门应用,Electron是背后的推手。加入我们,在Twitt...
2025-05-30 09:00:45
236
原创 Vulkan Memory Model 开源项目教程
Vulkan Memory Model 开源项目教程 Vulkan-MemoryModel Vulkan Memory Model 项目地址: https://gitcode.com/gh_mirrors/vu/Vulkan-Me...
2025-05-23 09:01:11
210
原创 Kode Studio 开源项目启动与配置教程
Kode Studio 开源项目启动与配置教程 KodeStudio Kode Studio http://kode.tech 项目地址: https://gitcode.com/gh_mirrors/ko/KodeStudio...
2025-05-23 09:00:49
355
原创 LunchboxJS 开源项目最佳实践教程
LunchboxJS 开源项目最佳实践教程 lunchboxjs Declarative ThreeJS via web components 项目地址: https://gitcode.com/gh_mirrors/lu/lun...
2025-05-23 09:00:33
350
原创 portable-ansible:一键式Ansible本地运行解决方案
portable-ansible:一键式Ansible本地运行解决方案 portable-ansible portable-ansible: 一个自包含的Ansible发行版,包含所需的Python模块,无需安装,下载后即可使用,旨在在本地机器上运行Ansible剧本。 ...
2025-05-19 09:00:03
237
原创 Moxin-LLM:基于完全开源和可复制的LLM家族
Moxin-LLM:基于完全开源和可复制的LLM家族 Moxin-LLM Moxin is a family of fully open-source and reproducible LLMs 项目地址: https://git...
2025-05-14 09:00:05
407
原创 libsixel:项目核心功能/场景
libsixel:项目核心功能/场景 libsixel A C language SIXEL encoder/decoder implementation, forked from saitoha/libsixel after @saitoha vanished. Receives security patches, a...
2025-05-11 18:00:45
552
原创 zetawar:实时策略游戏引擎,轻松构建您的战争游戏
zetawar:实时策略游戏引擎,轻松构建您的战争游戏 zetawar Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript. ...
2025-05-09 09:04:47
543
原创 Ember Keyboard 开源项目最佳实践教程
Ember Keyboard 开源项目最佳实践教程 ember-keyboard An Ember.js addon for the painless support of keyboard events 项目地址: https:...
2025-04-27 10:30:25
378
原创 《开源项目最佳实践指南》
《开源项目最佳实践指南》 documents TXT and PDF documents from the NSA 项目地址: https://gitcode.com/gh_mirrors/documents35/document...
2025-04-24 11:34:29
328
原创 TPS42 项目启动与配置教程
TPS42 项目启动与配置教程 TPS42 An ergonomic split keyboard with TrackPoint support 项目地址: https://gitcode.com/gh_mirrors/tp/T...
2025-04-24 11:23:08
252
原创 phpMQTT 项目启动与配置教程
phpMQTT 项目启动与配置教程 phpMQTT a simple php class to connect/publish/subscribe to a MQTT broker 项目地址: https://gitcode.co...
2025-04-23 15:10:11
268
原创 ant-design-vue3-admin 项目亮点解析
ant-design-vue3-admin 项目亮点解析 ant-design-vue3-admin 一个基于 Vite2 + Vue3 + Typescript + tsx + Ant Design Vue 的后台管理系统模板,支持响应式布局,在 PC、平板和手机上均可使用 ...
2025-04-23 07:24:42
564
原创 TUW Multi-Robot 项目安装与配置指南
TUW Multi-Robot 项目安装与配置指南 tuw_multi_robot 项目地址: https://gitcode.com/gh_mirrors/tu/tuw_multi_robot ...
2025-04-23 07:13:53
842
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人