Easter79 Easter79
3年前
springboot操作redis基础说明
软件环境:springboot1.5.2,redis3.2.1配置在application.properties,增加redis的配置,主要配置项包括redis的ip,端口,密码等,具体如下:\redisRedis数据库索引(默认为0)spring.redis.database0Redis服务器地址spring
Stella981 Stella981
3年前
SSL连接报错:javax.net.ssl.SSLHandshakeException
在使用SocketSSL双向连接时,客户端可以连接上服务端,但传输数据时报错javax.net.ssl.SSLHandshakeException:nullcertchain原因是使用的KeyStore文件不对首先创建服务器端私有密钥和公共密钥1,keytoolgenkeyaliasserverkeykeystore
Easter79 Easter79
3年前
SpringBootAdmin2.0实现微服务应用监控
SpringBootAdmin监控介绍SpringBootAdmin是一个Web应用,用于管理和监视SpringBoot应用程序的运行状态。每个SpringBoot应用程序都被视为客户端并注册到管理服务器。背后的数据采集是由SpringBootActuator端点提供
Stella981 Stella981
3年前
CentOS 7.6 源码安装搭建LNMP架构(Nginx、MYSQL、PHP)
LNMP架构LNMP是什么搭建环境搭建准备LNMP软件包搭建nginx搭建mysql数据库搭建php搭建Discuz!论坛LNMP是什么LNMP:Linux系统下NginxMySQLPHP这种网站服务器架构。Nginx是一个高性能的HTTP和
Easter79 Easter79
3年前
SpringBoot学习:整合shiro自动登录功能(rememberMe记住我功能)
首先在shiro配置类中注入rememberMe管理器!复制代码(https://oscimg.oschina.net/oscnet/675f5689159acfa2c39c91f4df40a00ce0f.gif)/cookie对象;rememberMeCookie()方法是设置Cookie的生成模
Stella981 Stella981
3年前
JVM系列【4】内存模型
JVM系列笔记目录虚拟机的基础概念class文件结构class文件加载过程jvm内存模型JVM常用指令GC与调优硬件层数据一致性\存储器层次结构!file(https://oscimg.oschina.net/osc
Wesley13 Wesley13
3年前
Mysql免安装版的应用
、首先netstopmysql服务,并且切换到任务管理器,有与mysql有关的,最好关闭进程。2、运行CMD命令切换到MySql安装bin目录cd/dD:\\ProgramFiles\\MySQL\\MySQLServer5.6\\bin接着执行mysqldskipgranttables(注意后面没有分号;)会出现下面
Stella981 Stella981
3年前
Seata
seataserver为seata中的事务协调器。参考:http://seata.io/enus/docs/ops/deployserver.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fseata.io%2Fenus%2Fdocs%2Fops%2Fdeploys
Wesley13 Wesley13
3年前
Visual Studio Code+phpstudy(WampServer、LNMP...)搭建PHP开发环境
VSCode是微软近年推出的一款文本编辑器,相关下载:https://code.visualstudio.com/Download(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fcode.visualstudio.com%2FDownload)phpstudy是将Apache/N
Stella981 Stella981
3年前
RabbitMQ的消息确认机制(事务+confirm)
向服务器发送消息时,怎么确认消息是否到达呢?有两种方式:  1.事务   2.confirm一:事务分为三步  1.txSelect  2.txCommit  3.txRollback!(https://static.oschina.net/uploads/space/2018/0514/11