-
-
-
ItsWA Public
Forked from xyber-nova/ItsWA一个简单的评测系统
Python GNU General Public License v3.0 UpdatedMay 5, 2024 -
mongo-lambda-query Public
mongo lambda query for spring boot plugin
-
openapi-ui Public
Forked from rookie-luochao/openapi-uiOpenAPI/Swagger UI document, quickly generate mock params and call api, also simplified postman tool. 基于 OpenAPI/Swagger 规范的接口文档,快速模拟请求参数并调用接口,也是简化版 postman 工具
TypeScript MIT License UpdatedApr 26, 2024 -
Concurrent-MulThread Public
Forked from 1321928757/Concurrent-MulThread多线程并发案例-源码学习等代码片段分享~
Java MIT License UpdatedApr 21, 2024 -
nest-admin Public
Forked from buqiyuan/nest-adminNestJS CRUD for RESTful API 使用 NestJS + Mysql + Typeorm + Redis + JWT + Swagger 企业中后台管理系统项目RBAC权限管理(细粒度到按钮)、实现单点登录等...
TypeScript MIT License UpdatedApr 12, 2024 -
go-web-wire-starter Public
Forked from 1321928757/go-web-wire-starter基于go-wire进行依赖注入重构的Golang Web骨架,方便进行web应用快速开发
Go MIT License UpdatedMar 25, 2024 -
Autoxhs Public
Forked from Gikiman/Autoxhs📛 Autoxsh is an open-source tool that utilizes OpenAI's API to automate the generation and publishing of content on Xiaohongshu (Little Red Book), including images, titles, text, and tags.
Python UpdatedMar 25, 2024 -
local-cms Public
Forked from huyikai/local-cmsA Management System for Managing Local markdown Files
TypeScript MIT License UpdatedMar 17, 2024 -
code-generator Public
Forked from Enndfp/code-generator基于 React + Spring Boot + Picocli + 对象存储的代码生成器共享平台,又分为 3 个循序渐进的子项目:基于命令行的本地代码生成器 + 代码生成器制作工具 + 在线代码生成器平台。实践 Java 命令行应用开发、FreeMarker 模板引擎、多种设计模式、对象存储、十几种优化方法、复杂业务的拆解和系统设计、分布式任务调度系统、Vert.x 响应式编程等
Java MIT License UpdatedFeb 26, 2024 -
purecloud-premium-app Public
Forked from MyPureCloud/purecloud-premium-appJavaScript MIT License UpdatedFeb 13, 2024 -
wx-dump-4j Public
Forked from xuchengsheng/wx-dump-4jwx-dump-4j是一款基于Java开发的微信数据分析工具。它不仅可以准确显示您的好友数、群聊数和当日的消息总量,还提供了过去15天内的每日消息统计功能,让您清晰了解自己的社交活跃度。此外它还能够识别并展示最近一个月内与您互动最频繁的前10位联系人。它还支持导出微信的聊天记录、联系人和群聊信息,甚至可以查看超过三天限制的朋友圈历史记录。
Java MIT License UpdatedFeb 7, 2024 -
CMU_Course_Notes Public
Forked from AllenJWZhu/CMU_Course_NotesThis is the combined collection of the course notes for the majority of computer science classes at Carnegie Mellon University
MIT License UpdatedJan 26, 2024 -
bizspring-vue3-opensource Public
Forked from BizSpringSource/bizspring-shop-opensourceBizSpring Java商城首选,可商用;Vue3,Element UI Plus,Uniapp,微服务,SpringCloud,跨境电商,跨境商城,电商国际化,外贸,独立站,多国语言,移动商城,小程序商城,H5商城,公众号商城,App,Redis,支持多语言,多规格SKU,分销,拼团,砍价,秒杀,优惠券,积分,会员等级,小程序前后端分离,方便二开,Markdown在线文档,代码生成,二…
Vue Apache License 2.0 UpdatedJan 24, 2024 -
apevolo-api Public
Forked from xianhc/ape-volo-admin基于 .Net 8 、SqlSugar、Vue、RBAC、前后端分离的开箱即用的企业级中后台管理系统
C# Apache License 2.0 UpdatedJan 23, 2024 -
simple-framework Public
Forked from Enndfp/simple-frameworkSimpleFramework 是一个简易版的 Spring 框架,专注于实现 Spring 的三大核心功能:IOC(控制反转)、AOP(面向切面编程)和 MVC(模型-视图-控制器)。该项目旨在通过重新构建这些关键功能,为开发者提供深入理解 Spring 框架架构和设计理念的机会,同时也是一种提升 Java 开发技术能力的实践。
Java MIT License UpdatedJan 19, 2024 -
Bacterial-Atlas-Identification-Model-Based-on-MBAA-CNN Public
Forked from XD-mu/Bacterial-Atlas-Identification-Model-Based-on-MBAA-CNNFor the spectral information of bacteria, the multi-branch attention mechanism of the tensorflow architecture and the convolutional neural network training model are used to distinguish bacterial t…
Python UpdatedJan 12, 2024 -
MMToM-QA Public
Forked from chuanyangjin/MMToM-QAMMToM-QA: Multimodal Theory of Mind Question Answering
Python UpdatedJan 11, 2024 -
It can be either a JNDIExploit or a ysoserial. JYso是一个可以用于 jndi 注入攻击和生成反序列化数据流的工具。
Java UpdatedJan 11, 2024 -
vexip-ui Public
Forked from vexip-ui/vexip-uiA Vue 3 UI library, highly customizability, full TypeScript, performance pretty good.
TypeScript MIT License UpdatedJan 9, 2024 -
-
-
fe-workflow Public
Forked from LOUSANPANG/fe-workflow📃 FE Engineering Construction Guide Refspec 前端工程化操作指南文档
Vue MIT License UpdatedDec 14, 2023 -
spring-reading Public
Forked from xuchengsheng/spring-reading涵盖了 Spring 框架的核心概念和关键功能,包括控制反转(IOC)容器的使用,面向切面编程(AOP)的原理与实践,事务管理的方式与实现,Spring MVC 的流程与控制器工作机制,以及 Spring 中数据访问、安全、Boot 自动配置等方面的深入研究。此外,它还包含了 Spring 事件机制的应用、高级主题如缓存抽象和响应式编程,以及对 Spring 源码的编程风格与设计模式的深入探讨。
Java UpdatedDec 11, 2023 -
DevOps Public
Forked from dqzboy/DevOpsDevOps. Make the project development and release simpler, easier and more efficient.
Groovy UpdatedDec 11, 2023 -
DKube Public
Forked from dqzboy/DKubeThis is a K8s cluster management platform
Go UpdatedDec 11, 2023 -
tiny-engine Public
Forked from opentiny/tiny-engineTinyEingine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEingine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
Vue MIT License UpdatedDec 7, 2023 -
alibabacloud-compute-nest-saas-boost Public
Forked from aliyun/alibabacloud-compute-nest-saas-boostJava Apache License 2.0 UpdatedDec 5, 2023 -
literary-alpaca2 Public
Forked from kingTLE/literary-alpaca2从词表到微调这就是你所需的一切
Python UpdatedDec 2, 2023
