- 博客(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
195
原创 Servlet的一些初期小总结
Servlet什么是 ServletServelt 是 JavaEE 规范之一。规范就是接口Servlet 是 JavaWeb 三大组件之一。(Servlet,Filter 过滤器, Listener 监听器)Servlet 是运行在服务器上的一个 java 小程序,它可以接受客户端发送过来的请求,并响应数据给客户端。手动实现 Servlet 程序编写一个类去实现 Servlet 接口实现 service 方法,处理请求,并响应数据到 web.xml 中去配置 Servlet 程序的访
2022-04-04 23:44:18
1276
原创 图解微信小程序用户登录解决方案 + 代码实现
微信官方文档: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
1024
原创 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
2014
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人