- My Blog: https://www.smian.com.cn
Highlights
- Pro
Lists (1)
Sort Name ascending (A-Z)
Stars
涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
CSGHub is a brand-new open-source platform for managing LLMs, developed by the OpenCSG team. It offers both open-source and on-premise/SaaS solutions, with features comparable to Hugging Face. Gain…
风云天气是Android 平台开源天气 App,采用Kotlin、Room、OKHttp3、 协程等框架实现。
This is a curated list of "Embodied AI or robot with Large Language Models" research. Watch this repository for the latest updates! 🔥
The high-performance kv storage engine based on bitcask paper made in golang
【脚手架】基于 SpringCloud Alibaba Dubbo 二开封装
The official implementation of IJCV & BMVC 2022 paper "One-Pot Multi-frame Denoising".
A Monorepo for My ( 🌏 Personal Website / 🔬 Academic Profile ) and { Other Related Projects }
KouShare-dl 是一个用于从“蔻享学术”视频网站下载视频和课件、录制直播的命令行工具。
A LLM semantic caching system aiming to enhance user experience by reducing response time via cached query-result pairs.
[ICCV 2023] "TF-ICON: Diffusion-Based Training-Free Cross-Domain Image Composition" (Official Implementation)
后台管理系统RABC通用权限控制规范与规范代码实施js-SDK,包含 节点/按钮/路由 等控制 ,支持hidden,disabled,删除,或则自定义function处理。 通过配置实现RABC的权限控制
DevOps. Make the project development and release simpler, easier and more efficient.
Collection of awesome parameter-efficient fine-tuning resources.
This repository contains a reading list of papers on Time Series Segmentation. This repository is still being continuously improved.
GNN&GBDT-Guided Fast Optimizing Framework for Large-scale Integer Programming(Ye et al., ICML 2023): https://openreview.net/pdf?id=tX7ajV69wt
[AAAI2024] A Perspective of Q-value Estimation on Offline-to-Online Reinforcement Learning
if web site (spa) updated,we can discover
基于 React + Spring Boot + Picocli + 对象存储的代码生成器共享平台,又分为 3 个循序渐进的子项目:基于命令行的本地代码生成器 + 代码生成器制作工具 + 在线代码生成器平台。实践 Java 命令行应用开发、FreeMarker 模板引擎、多种设计模式、对象存储、十几种优化方法、复杂业务的拆解和系统设计、分布式任务调度系统、Vert.x 响应式编程等
SMP是一个「轻量级」流媒体平台。 它支持按流名称进行流或拉流,目前支持三种协议:StreamInfo、CodecInfo 和 Packet,分别管理流或拉的启动、编解码器信息和音频/视频帧。在网络方面,它利用基于boost::Asio的异步IO,允许并发处理大量流和拉取请求。