连击 天
fork: star:
增加命令行执行类 @Component public class StartSuccessful implements CommandLineRunner { @Value("${open.browser.url}") private String url = "http://localhost:8001/swagger-ui.html...
线程池什么情况下使用,解决什么问题 线程池的使用 线程池的结构解析 线程池什么情况下使用,解决什么问题 线程的创建和销毁是要占用一定的资源的,创建线程会直接向系统申请,调用系统函数进...
1、目标 本次我们搭建的目标是通过ELK来收集微服务中的日志。本期主要以实操、快速搭建为主进行讲解,部分基础概念不做过多描述,后续会再单独出几期博客说明。更多ELK搭建可以关注本专栏,后...
配置虚拟机虚拟机IP及网络,使虚拟机可以连接网络 输入登录账户root,回车; 输入安装过程中设置的root的密码,回车。即可登录到centos7系统中。 1)、修改IP a.进入ip的配置文件路径: 输入...
问题: springboot项目,出现跨域异常: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be...
具体操作如下: 1、(先进入项目文件夹)通过命令 git init 把这个目录变成git可以管理的仓库 git init 2、把文件添加到版本库中,使用命令 git add . 添加到暂存区里面去,不要忘记后面的小...
忘记密码后,但是客户端之前记住了,需要修改已登录的mysql的密码: mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY '123456'; Query OK, 0 rows affected (0.02 sec) mysql> FLUSH P...
异常信息: ### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.alibaba.druid.pool.GetConnectionTimeou...
Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 2 字节的 UTF-8 序列 解决方案: 把出现问题xml文件中的UTF-8修改为UTF8即可且看如下:......
还没有建表 CREATE TABLE IF NOT EXISTS user( id INT UNSIGNED AUTO_INCREMENT, name VARCHAR(100) NOT NULL, PRIMARY KEY ( id ) )ENGINE=InnoDB DEFAULT CHARSET=utf8; 已建好表 alter ta...
docker run 出现异常信息: Unable to find image 'openjdk:8' locally docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase ...
“Windows下每一个分区都有一个盘符,比如E盘,而E盘下有可有很多目录。但是Linux是怎么回事,什么是挂载点?目录和分区的关系是什么?哪些必须分区?用惯Windows,理解Linux的文件系统真费力...
拷贝代码到mysql客户端执行,然后出现以下异常: 是因为,在MySQL中,按下 两 次 tab键会出现 Display all 785 possibilities? (y or n) 语句, 所以,当你要使用的数据库中有连续的多于2个t...
异常信息如下: org.elasticsearch.bootstrap.StartupException: java.lang.RuntimeException: can not run elasticsearch as root at org.elasticsearch.bootstrap.Elasticsearch.init(Elas...
Linux中执行 mvn install:install-file -DgroupId=io.confluent -DartifactId=kafka-avro-serializer -Dversion=5.2.3 -Dpackaging=jar -Dfile=D:\kafka-avro-serializer-5.2.3.jar 在windo...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复