- 博客(5)
- 收藏
- 关注
原创 【无标题】Linux安装MySQL, 基于腾讯云centenos
1. MySQL的安装 参考这篇文章->MySQL安装超详细 遇到的bug 使用yum -y install mysql-community-server安装mysql时候提示: The GPG keys listed for the “MySQL 5.7 Community Server” repository are already installed but they are not correct for this package. Check that the correct key
2022-05-15 18:38:58
232
原创 Servlet的一些初期小总结
Servlet 什么是 Servlet Servelt 是 JavaEE 规范之一。规范就是接口 Servlet 是 JavaWeb 三大组件之一。(Servlet,Filter 过滤器, Listener 监听器) Servlet 是运行在服务器上的一个 java 小程序,它可以接受客户端发送过来的请求,并响应数据给客户端。 手动实现 Servlet 程序 编写一个类去实现 Servlet 接口 实现 service 方法,处理请求,并响应数据 到 web.xml 中去配置 Servlet 程序的访
2022-04-04 23:44:18
1310
原创 图解微信小程序用户登录解决方案 + 代码实现
微信官方文档: https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html 图解 下图是参考官方再加入本人的思路,红色字体为本人登录的思路 代码实现(供参考) 1. controller 层 package com.mszlu.courseware.controller; import com.mszlu.courseware.common.Result; import com.mszlu.co
2022-04-04 23:36:07
1095
原创 Spring Boot自定义配置properties(保姆级)
自定义属性配置案例 创建Spring Boot项目 使用Spring Initializr方式创建一个Spring Boot项目chapter02,在Dependencies依赖选择中选择Web依赖。 引入配置处理器依赖 在pom.xml中引入配置处理器依赖,这个依赖会在编写属性配置文件时给出自动代码提示。 <!-- Spring Boot提供的配置处理器依赖 --> <dependency> <groupId>org
2021-04-12 23:58:54
2088
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅