- 博客(629)
- 收藏
- 关注
原创 Helicone项目中的约束输出技术:提升大模型响应精准度的关键方法
Helicone项目中的约束输出技术:提升大模型响应精准度的关键方法 helicone 项目地址: https://gitcode.com/gh_mirrors/he/helicone ...
2025-06-10 09:18:43
383
原创 Open Policy Agent Gatekeeper 中的 ConstraintTemplates 详解
Open Policy Agent Gatekeeper 中的 ConstraintTemplates 详解 gatekeeper ???? Gatekeeper - Policy Controller for Kubernetes 项...
2025-06-10 09:17:29
300
原创 Privacy.sexy项目架构深度解析:从分层设计到云原生部署
Privacy.sexy项目架构深度解析:从分层设计到云原生部署 privacy.sexy Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy...
2025-06-09 09:00:59
997
原创 TensorFlow线性回归实战指南:从基础到高级技巧
TensorFlow线性回归实战指南:从基础到高级技巧 tensorflow_cookbook Code for Tensorflow Machine Learning Cookbook 项目地址: https://gitcode...
2025-06-07 09:00:39
236
原创 使用phuocng/html-dom实现表格列宽可调整功能
使用phuocng/html-dom实现表格列宽可调整功能 html-dom Common tasks of managing HTML DOM with vanilla JavaScript. Give me 1 ⭐if it’s useful. ...
2025-06-06 09:13:42
328
原创 Mozilla TogetherJS 实时协作工具使用指南
Mozilla TogetherJS 实时协作工具使用指南 togetherjs 项目地址: https://gitcode.com/gh_mirrors/tog/togetherjs ...
2025-06-06 09:04:31
230
原创 Cube-UI 图片预览组件 ImagePreview 使用指南
Cube-UI 图片预览组件 ImagePreview 使用指南 cube-ui :large_orange_diamond: A fantastic mobile ui lib implement by Vue 项目地址: ht...
2025-06-04 09:19:36
399
原创 Apache Cassandra 安装指南:从入门到生产环境部署
Apache Cassandra 安装指南:从入门到生产环境部署 cassandra Cassandra是一个分布式的NoSQL数据库,主要用于海量数据的存储和访问。它的特点是高可用、可扩展性强、易于部署等。适用于海量数据存储和访问场景。 ...
2025-06-04 09:18:40
345
原创 深入理解virtual-dom中的Widget机制
深入理解virtual-dom中的Widget机制 virtual-dom A Virtual DOM and diffing algorithm 项目地址: https://gitcode.com/gh_mirrors/vi/v...
2025-06-03 09:10:56
392
原创 Matrix-org/synapse 项目 Git 最佳实践指南
Matrix-org/synapse 项目 Git 最佳实践指南 synapse Synapse: Matrix homeserver written in Python/Twisted. 项目地址: https://gitcod...
2025-06-03 09:09:53
304
原创 HashiCorp Nomad Java任务驱动详解:运行Java应用的最佳实践
HashiCorp Nomad Java任务驱动详解:运行Java应用的最佳实践 nomad hashicorp/nomad: Nomad 是 HashiCorp 公司开发的一款易于部署和管理的调度器,它支持跨数据中心进行容器、虚拟机和任务进程等工作负载的自动化部署与管理。 ...
2025-06-02 09:16:53
408
原创 IoT初学者项目:基于树莓派的光敏传感器应用开发指南
IoT初学者项目:基于树莓派的光敏传感器应用开发指南 IoT-For-Beginners 12 Weeks, 24 Lessons, IoT for All! 项目地址: https://gitcode.com/gh_mirror...
2025-06-02 09:07:20
266
原创 Crypto-js 加密库快速入门指南
Crypto-js 加密库快速入门指南 crypto-js JavaScript library of crypto standards. 项目地址: https://gitcode.com/gh_mirrors/cr/crypt...
2025-06-02 09:06:22
380
原创 Handsontable在Angular中的安装与基础使用指南
Handsontable在Angular中的安装与基础使用指南 handsontable JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontab...
2025-06-01 09:15:23
334
原创 Zulip项目新功能开发教程:从数据库到前端全流程解析
Zulip项目新功能开发教程:从数据库到前端全流程解析 zulip Zulip 服务器和Web应用程序。开源团队聊天工具,帮助团队保持生产力和专注度。 项目地址: https://gitcode.com/gh_mirrors/zu...
2025-06-01 09:07:46
362
原创 XGBoost项目源码编译指南:从基础到高级配置
XGBoost项目源码编译指南:从基础到高级配置 xgboost dmlc/xgboost: 是一个高效的的机器学习算法库,基于 C++ 开发,提供用于提升分类、回归、排序等任务的性能。 项目地址: https://gitcode...
2025-06-01 09:04:08
408
原创 BVLC/Caffe深度学习框架中的层类型全解析
BVLC/Caffe深度学习框架中的层类型全解析 caffe Caffe: 是一个开源的深度学习框架,适用于计算机视觉和机器学习场景。它提供了丰富的深度学习模型和工具,可以帮助开发者快速构建神经网络。特点包括易定制、高性能、支持多种硬件加速等。 ...
2025-05-30 09:13:33
262
原创 TypeScript 高阶组件(HOC)开发指南:从 React 官方文档到类型安全实践
TypeScript 高阶组件(HOC)开发指南:从 React 官方文档到类型安全实践 react 项目地址: https://gitcode.com/gh_mirrors/reactt/react-typescript-ch...
2025-05-30 09:08:51
395
原创 Cypress项目发布流程详解:从构建到部署的技术实践
Cypress项目发布流程详解:从构建到部署的技术实践 cypress Fast, easy and reliable testing for anything that runs in a browser. 项目地址: http...
2025-05-30 09:07:13
264
原创 Chart.js 插件开发深度指南
Chart.js 插件开发深度指南 Chart.js Simple HTML5 Charts using the `canvas` tag 项目地址: https://gitcode.com/gh_mirrors/ch/Chart...
2025-05-30 09:04:28
429
原创 MiGPT-Next 项目启动与配置教程
MiGPT-Next 项目启动与配置教程 migpt-next 让小爱音箱「听你的」,解锁无限可能。 项目地址: https://gitcode.com/gh_mirrors/mi/migpt-next ...
2025-05-23 09:01:20
402
原创 Docker化的Thunderbird邮件客户端
Docker化的Thunderbird邮件客户端 docker-thunderbird Docker container for Thunderbird 项目地址: https://gitcode.com/gh_mirrors/d...
2025-05-22 01:01:21
392
原创 RisXSS:一键消除React或Vue应用中的XSS风险
RisXSS:一键消除React或Vue应用中的XSS风险 RisXSS RisXSS 项目地址: https://gitcode.com/gh_mirrors/ri/RisXSS ...
2025-05-21 09:00:04
303
原创 Unity.TransformSetterInterceptor:深度解析与实战应用
Unity.TransformSetterInterceptor:深度解析与实战应用 Unity.TransformSetterInterceptor Easily find out what exactly is changing specific transform position / rotation / sca...
2025-05-15 09:00:04
252
原创 PlayFabGameServer:为Unity游戏提供完善的erver authoritative逻辑和多人网络功能
PlayFabGameServer:为Unity游戏提供完善的erver authoritative逻辑和多人网络功能 PlayFabGameServer Out of the Box Game Server for PlayFab.com ...
2025-05-07 09:10:17
264
原创 mafTools:强大的多序列比对格式处理工具集
mafTools:强大的多序列比对格式处理工具集 mafTools Bioinformatics tools for dealing with Multiple Alignment Format (MAF) files. 项目地址...
2025-04-29 22:00:25
1055
原创 android-pagecurl:实现Android平台上的翻页卷曲效果
android-pagecurl:实现Android平台上的翻页卷曲效果 android-pagecurl An example application for creating page curl/flip effect on Android using OpenGL ES. ...
2025-04-29 21:20:25
826
原创 开源项目最佳实践教程:Espace Adhérent
开源项目最佳实践教程:Espace Adhérent espace-adherent Le site principal du parti Renaissance 项目地址: https://gitcode.com/gh_mir...
2025-04-26 13:50:00
653
原创 nordic-lib-kicad:专为Nordic Semiconductor设计的KiCAD库
nordic-lib-kicad:专为Nordic Semiconductor设计的KiCAD库 nordic-lib-kicad A KiCAD Symbol + Footprint Library for all Modern Nordic Semiconductor Parts ...
2025-04-25 15:20:23
835
原创 plotly_book 的安装和配置教程
plotly_book 的安装和配置教程 plotly_book plotly for R book 项目地址: https://gitcode.com/gh_mirrors/pl/plotly_book ...
2025-04-24 12:51:30
578
原创 开源项目启动与配置教程
开源项目启动与配置教程 searchbox Lightweight and performance oriented search box UI component libraries for React, Vue, React Native, JS and Flutter ...
2025-04-23 12:10:26
302
原创 jsonforms-react-seed:轻松构建 React 表单的强大工具
jsonforms-react-seed:轻松构建 React 表单的强大工具 jsonforms-react-seed React-based JSON Forms Seed App 项目地址: https://gitcode....
2025-04-23 09:26:46
740
原创 markdown-viewer 的项目扩展与二次开发
markdown-viewer 的项目扩展与二次开发 markdown-viewer Markdown Viewer / Browser Extension 项目地址: https://gitcode.com/gh_mirrors...
2025-04-23 07:25:06
623
原创 FileIntel 开源项目使用指南
FileIntel 开源项目使用指南 fileintel A modular Python application to pull intelligence about malicious files 项目地址: https://...
2025-04-23 07:14:18
435
原创 开源项目 yfinance 的扩展与二次开发潜力
开源项目 yfinance 的扩展与二次开发潜力 yfinance Download market data from Yahoo! Finance's API 项目地址: https://gitcode.com/gh_mirro...
2025-04-23 07:03:23
681
原创 Hedgehog 项目教程
Hedgehog 项目教程 hedgehog ???? Build DApps like Apps -- A Metamask alternative that empowers you to build good UX 项目地址: h...
2025-04-22 07:03:30
460
原创 SCS Blender Tools 安装与配置指南
SCS Blender Tools 安装与配置指南 BlenderTools SCS Software Blender Tools 项目地址: https://gitcode.com/gh_mirrors/ble/BlenderT...
2025-04-21 10:10:02
347
原创 Strata Jekyll 主题使用教程
Strata Jekyll 主题使用教程 Strata-Jekyll-Theme 项目地址: https://gitcode.com/gh_mirrors/st/Strata-Jekyll-Theme ...
2025-04-21 07:03:26
404
原创 Home-Assistant-ESPHome-Weather-Station 使用教程
Home-Assistant-ESPHome-Weather-Station 使用教程 Home-Assistant-ESPHome-Weather-Station Nextion display with ESP8266 microcontroller (Wemos D1 mini) showing Home Assi...
2025-04-20 07:03:24
464
原创 Positron 项目安装与配置指南
Positron 项目安装与配置指南 positron a experimental, Electron-compatible runtime on top of Gecko 项目地址: https://gitcode.com/g...
2025-04-19 07:03:43
791
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人