安装Composer,安装好之后测试(我用的是windows,使用的是php命令行安装,所以才会造成安装好之后才发现问题,你也可选择用exe安装包安装,安装时就会提示错误,而不是像我一样安装好之后才发现错误) 输入composer 没有问题,但是当我想更换镜像的时候,出现了问题 php -r "co ...
分类:
Web程序 时间:
2020-07-08 15:03:55
阅读次数:
320
eureka-主要由两部分组成。 eureka-server eureka-client 客户端包括消费者和生产者。消费者和生产者都是客户端。只需引入pom,启动类添加注解,配置文件配置其他信息。 生产者服务启动时会向注册中心,发送注册等相关信息。 注册中心将其信息保存在内存中。并且默认没30秒发送 ...
分类:
编程语言 时间:
2020-07-08 14:55:43
阅读次数:
67
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 原因1:缓存区溢出 解决方法:命令行输入 git config http.postBuffer 524288000 执行上面命 ...
分类:
Web程序 时间:
2020-07-08 13:46:10
阅读次数:
71
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:
数据库 时间:
2020-07-08 13:38:35
阅读次数:
65
1、Sass -- vue解决sass-loader的版本过高导致的编译错误 Module build failed: TypeError: this.getResolve is not a function at Object.loader (C:\Users\Baicells\Desktop\h ...
分类:
Web程序 时间:
2020-07-08 13:11:47
阅读次数:
84
php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错 编译安装swoole 下载:wget http://pecl.php.net/get/swoole-4.3.5.tgz 解压: tar -z ...
分类:
Web程序 时间:
2020-07-08 12:55:24
阅读次数:
78
起因:试图提高IDEA的编译速度,修改了idea.exe.vmoptions文件 报错 failed to create jvm 解决办法: 找到位于 (比如我的,C:\Users\HP\AppData\Roaming\JetBrains\IntelliJIdea2020.1)下的idea.exe. ...
分类:
其他好文 时间:
2020-07-07 23:29:34
阅读次数:
122
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = "classpath:/spring-config.xml") 参考:https://blog.csdn.net/weixin_40672761/art ...
分类:
移动开发 时间:
2020-07-07 20:30:39
阅读次数:
144
MySQL5.6.37版本,某人在测试环境主库误操作执行删表操作,导致主从断开,在从库查看主从信息如下: Last_Errno: 1837 Last_Error: Worker 3 failed executing transaction '' at master log mysql-bin.013 ...
分类:
数据库 时间:
2020-07-07 19:32:13
阅读次数:
102
Successfullyassigneddefault/myapp-nginx-deployment-67f4dfb444-9f8gltonode2Pullingimage"hub.bosssoft.com/library/nginx:v1.8"Successfullypulledimage"hub.bosssoft.com/library/nginx:v1.8&qu
分类:
其他好文 时间:
2020-07-07 15:55:32
阅读次数:
764