Easter79 Easter79
3年前
springboot整合redis的错误记录
https://blog.csdn.net/CeliaTodd/article/details/104977577springboot整合redis的过程中,遇到Unabletoconnecttolocalhost:6379的异常问题.(redis是在Linux中启动的)注解:IP地址最开始用的是Linux的IP地址,这里显示是local
Wesley13 Wesley13
3年前
linux mysql 操作命令
1.linux下启动mysql的命令:mysqladminstart/ect/init.d/mysqlstart(前面为mysql的安装路径)2.linux下重启mysql的命令:mysqladminrestart/ect/init.d/mysqlrestart(前面为mysql的安装路径)3.linux下关闭my
Wesley13 Wesley13
3年前
mysql 安装使用
本节掌握内容:MySQL的介绍安装、启动windows上制作服务MySQL破解密码MySQL中统一字符编码_MySQL是一个关系型数据库管理系统,由瑞典MySQLAB公司开发,目前属于Oracle旗
Stella981 Stella981
3年前
SpringBoot 的过滤器 Filter 配置的三种方式
SpringBoot过滤器配置有三种方式1\.@ServletComponentScan@WebFilter,可配置过滤路径,但没有顺序(顺序是由过滤器命名决定)在启动类上使用 @ServletComponentScan,在过滤器类上使用 @WebFilter(urlPatterns{"/test/path"})
Stella981 Stella981
3年前
Gephi学习笔记
使用gephi对图数据进行可视化操作,下面网址是gephi的说明文档https://seinecle.github.io/gephitutorials/generatedpdf/semanticwebimporteren.pdf使用的gephi版本号:0.9.1系统:Ubuntu16.04内存:8G1.启动Gephi,
Easter79 Easter79
3年前
SpringBoot连接常见设置
SpringBoot集成了Servlet容器,因此我们可以方便的启动一个容器,并访问其中的接口。那么如何控制Servlet容器中的线程池呢?可以通过如下配置进行控制server:tomcat:appcectcount:1minspacethreads:1maxthreads:
Stella981 Stella981
3年前
C# 指定http请求使用Tls1.2
转载于https://blog.csdn.net/yanghaitian/article/details/77498872客户端语言版本类库是否支持兼容方案Java1.6.115之前 否第三方支持包  1.6.115之后 是启动jvm添加参数Dhttps.protocolsTLSv1.
Stella981 Stella981
3年前
Spring Boot功能实战
!(http://uploadimages.jianshu.io/upload_images/5954965c7428bb7854e4e44.png?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)添加web功能启动器添加了SpringBoot基础依赖后,如要使用w
Wesley13 Wesley13
3年前
Mysql重置root密码遇到的坑(忘记密码)
1、原理通过配置参数“skip\_grant\_tables”在mysql启动时跳过grant\_tables(授权表),从而通过命令来充值root帐号的密码2、方式首先需要停止mysql服务(1)在my.ini文件的\mysqld\块下增加“skip\_gran
Stella981 Stella981
3年前
Mac平台下启动MySQL到完全终止MySQL----终端八步走
1、选中Finder的情况下,快捷键进入搜索目录:/usr/local然后进入mysql目录下:!(http://static.oschina.net/uploads/img/201603/11164846_yuqo.png)2、右键"从这里启动"打开终端:!(http://static.oschina.net/uploads/im