引子 双栈环境中,其中一个IPv6地址绑定失败,日志中没有打印具体的错误信息。 问题原因 在环境中,bond6设备中,虽然协议层处于UP状态,但是bond设备中所有的网口都是down,所以其IPv6地址处于tentative状态。 bond6设备信息如下所示: # ip addr show dev ...
分类:
其他好文 时间:
2019-12-31 21:27:34
阅读次数:
273
起因:之前看了下solrj,然后看到spring-data-solr,就细看了下但是网上大部分版本都比较低。 经过:我这边用的是spring-data-solr 4.1.3,然后把网上的代码粘贴,发现启动报错,查询是版本的问题,然后我就把 http://www.springframework.org ...
分类:
编程语言 时间:
2019-12-31 14:43:10
阅读次数:
190
1.安装apr tar -zxvf apr-1.6.3.tar.gz cd apr-1.6.3 ./configure --prefix=/usr/local/apr make make install 注意: cannot remove 'libtoolT': No such file or di ...
分类:
Web程序 时间:
2019-12-31 14:38:33
阅读次数:
94
#include <stdio.h> #include <stdlib.h> #include <string.h> const int N = 10; // 定义结构体类型struct student,并定义其别名为STU typedef struct student { long int id; ...
分类:
其他好文 时间:
2019-12-31 14:26:21
阅读次数:
59
原样传递给 RegisterModel 时,应该为 ...
分类:
编程语言 时间:
2019-12-31 01:26:12
阅读次数:
116
大致是说,在webpack打包的时候,可以在js文件中混用require和export。但是不能混用import 以及module.exports。 因为webpack 2中不允许混用import和module.exports, 解决办法有两种: 一、统一改成ES6的方式编写即可. 二、添加插件 n ...
分类:
其他好文 时间:
2019-12-31 01:19:16
阅读次数:
124
当我们尝试从私有仓库中拉取镜像时,可能会收到这样提示:requested access to the resource is denied Error response from daemon: pull access denied for xxx repository does not exist ...
分类:
Web程序 时间:
2019-12-30 19:38:49
阅读次数:
314
当你在服务器外部或另一个服务器中向当前服务器中发送部分请求时,如Ajax请求,会受到浏览器同源策略的限制,No 'Access-Control-Allow-Origin' header is present on the requested resource',解决方法如下: @RequestMap ...
分类:
其他好文 时间:
2019-12-30 17:12:45
阅读次数:
71
遇到了就记录下吧 感谢下面这边博文提供了解决方法https://port135.com/2014/05/09/solved-net-excel-interops-issue-microsoft-office-excel-cannot-access-the-file-abc-xlsx/ 环境OS:Wi ...
分类:
数据库 时间:
2019-12-30 11:25:19
阅读次数:
80
报错原因 CentOS7 之后,某些安装情况下默认选项并没有被安装 解决方案: 在安装命令后面手动加上 如: ...
分类:
其他好文 时间:
2019-12-30 11:14:17
阅读次数:
571