logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

3D可视化

https://www.yuntask.com/qa/222209.html

notepad官网地址

https://notepad-plus-plus.org/

springboot整合CAS实现单点登录

CAS服务端部署服务端就是一个war,修改些配置,部署到tomcat的webapps目录就行了。以下是细节:github下载地址:https://repo1.maven.org/maven2/org/apereo/cas/cas-server-webapp-tomcat/5.3.14/如下图所示下载圈起来的就行要修改的配置,首先解压cas的war由于cas默认使用的是基于https协议,需要改为兼

文章图片
'\xF0\x9F\x98\x82\xF0\x9F...'报错处理

这种情况一般事入库数据格式不正确导致的建议修改数据库数据格式统一为utf8修改mysql的配置文件,windows下的为my.ini(linux下的为my.cnf),修改的内容都一样[client]default-character-set = utf8mb4[mysql]default-character-set = utf8mb4[mysqld]character-set-ser...

TortoiseGit使用技巧之中文包安装后找不到

今天重装TortoiseGit时安装中文包一直找不到解决方法:TortoiseGit使用默认安装路径。

Unmapped Spring configuration files found. Please configure Spring facet or use 'Create Default ...

idea做springboot项目的时候遇到一个提示:Unmapped Spring configuration files found.Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files这个产生的原因是上图红色圈中的文件没有被sp...

#java
到底了