Category Archives: 应用

第2课 django 学生管理系统-模型(Model)设计

Model (模型) 简而言之即数据模型。 本次系统主要包括以下字段: Char … Continue reading

More Galleries | Leave a comment

第1课 django 学生管理系统

学生信息管理系统是针对学校学生处的大量工作处理工作而开发的管理软件,主要用于学校 … Continue reading

More Galleries | Leave a comment

node.js 更新 v19版本后提示 ERR_OSSL_EVP_UNSUPPORTED解决办法

This gallery contains 1 photo.

以上为错误提示信息,解决办法如下: windows 在package.json运 … Continue reading

More Galleries | Leave a comment

SpringBoot 重复bean 导致 @Component 注入失效

解决办法,将重复名称的bean改过来

More Galleries | Leave a comment

MyBatis-Plus CRUD 接口

Service CRUD 接口 说明: 通用 Service CRUD 封装IS … Continue reading

More Galleries | Leave a comment

MyBatis-Plus 常用注解

@TableName 表名注解,标识实体类对应的表 @TableId 主键注解 … Continue reading

More Galleries | Leave a comment

MyBatis-Plus 简介

MyBatis-Plus(简称 MP)是一个 MyBatis 的增强工具,在 M … Continue reading

More Galleries | Leave a comment

程序常见的命名方式

驼峰命名法(camel case) 也称小驼峰,单词之间没有空格。除第一个单词外 … Continue reading

More Galleries | Leave a comment

解决SpringBoot 3 + RocketMQ 配置不生效的问题

This gallery contains 6 photos.

今天实现一个业务,需要用到队列进行数据同步,所以加入了MQ。之前一直使用Spri … Continue reading

More Galleries | Leave a comment

python 调用rocketmq

https://github.com/apache/rocketmq-clien … Continue reading

More Galleries | Leave a comment