1.必须建立工程 2.工程名不可有特殊字符或空格,可以有字母、数字、下划线 2.编译器设置里勾选-g(产生调试符号) 3.重新编译项目(如果之前编译过了) 4.调试器设置 > Default > 设置可执行路径为: (安装路径)\CodeBlocks\MinGW\bin\gdb.exe 5.设置断点 ...
分类:
其他好文 时间:
2020-05-09 20:45:10
阅读次数:
252
1. rsync服务端开启的iptables防火墙 【客户端的错误】 No route to host 【错误演示过程】 [root@nfs01 tmp]# rsync -avz /etc/hosts rsync_backup@172.16.1.41::backup rsync: failed to ...
分类:
其他好文 时间:
2020-05-09 14:17:08
阅读次数:
91
idea新导入的工程maven install打包报错误:The forked VM terminated without saying properly goodbye. VM crash or System.exit called Failed to execute goal org.apach ...
分类:
数据库 时间:
2020-05-08 19:55:13
阅读次数:
119
Invalid prop: custom validator check failed for prop "pagination". this.pagination = { ...this.pagination, total: res.data.totalCount } 错误原因: res.data ...
分类:
其他好文 时间:
2020-05-08 17:57:08
阅读次数:
134
Description: Flyway failed to initialize: none of the following migration scripts locations could be found: classpath:db/migration Action: Review the ...
分类:
其他好文 时间:
2020-05-07 13:43:30
阅读次数:
300
Administrator@USER-20200307HH MINGW64 /f/Git (master) $ rmdir README.md rmdir: failed to remove 'README.md': Not a directory >删目录的命令 Administrator@USE ...
分类:
其他好文 时间:
2020-05-06 21:47:56
阅读次数:
109
/var/run/mysqld/的属主和属组属于root,mysql并不能在其中创建文件 手动的新建目录 [root@iz2zei43l28m7vcezzzyyjz apache-tomcat-9.0.0]# mkdir -p /var/run/mysqld/ [root@iz2zei43l28m7 ...
分类:
数据库 时间:
2020-05-06 19:58:12
阅读次数:
99
esxi 6.0 登入报错: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x1f0b62d8] _serverNamespace = / _isRedirect ...
分类:
其他好文 时间:
2020-05-06 10:22:42
阅读次数:
579
1.导入 Spring 开发的基本包坐标 <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> <dependency> <groupId>org.springfra ...
分类:
编程语言 时间:
2020-05-05 23:32:48
阅读次数:
73
什么原因导致 python的certifi模块使用的仅仅是自身的cacert.pem,其他的不会使用,所以也没有所谓的授权信任链。 手动的添加信任链 比如我不能访问百度。 导出全部的证书,按照base64导出,然后复制到cacert.pem中。 查看所有的需要证书 查看授权链 复制出当前网站的授权链 ...
分类:
其他好文 时间:
2020-05-05 23:29:30
阅读次数:
67