route -n 时你总能看到这样一条路由Destination Gateway Genmask Flags Metric Ref Use Iface169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0由RFC3330 可知 169.254.0.0/16 为本地链路地址“169.254.0.0/16 – This is the “link local” block. It is allocated forcommunication between hos…
在Linux中,发现每次系统启动时,都会将(169.254.0.0/16)路由启动并将其添加到路由表中.但是并不知道这条路由具有什么功能和它到底来自于哪里? [root@master01 ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.0.0.2 0.0.0.0 UG 0 0 0 eth0 10.0.0.0 0.0.0.0 255.255.…
解决方法: locate libssl.so.1.0.0   sudo rm /usr/local/lib/libssl.so.1.0.0   sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/local/lib/libssl.so.1.0.0  sudo rm /usr/local/lib/libcrypto.so.1.0.0 用ldd /usr/bin/openssl查一下再删除比较靠谱 一.使用wget命令报错: ➜ nginx w…
dubbo could not get local host ip address will use 127.0.0.1 instead 查看hostname localhost:spring wlst$ hostname localhost 修改hosts文件 [root@iZ2zeahb6slaiu3227i8r7Z ~]# vi /etc/hosts 前:内网IP  后:hostname…
Hololens开发调试的过程中,可能会出现 “DEP2220: 无法删除目标计算机“127.0.0.1”上的文件夹“ 的错误导致无法部署,解决办法是进入项目属性页——调试——启动选项,勾选“卸载并重新安装我的包”.“部署可选包”.…
w通过元素背景色定位元素,改变其属性. style="background-color: #FF6600" <script> var w = document.querySelectorAll("td"); console.log(w); for (var wi = 0, wl = w.length; wi < wl; wi++) { var wattr = w[wi].style.backgroundColor console.log(wattr…
#include <iostream> #include <opencv2/opencv.hpp> #include "opencv2/imgproc/imgproc.hpp" #include <string> using namespace std; using namespace cv; int main(){ string path = "F:/"; Mat img = imread(path+"000586.j…
下载链接:https://pan.baidu.com/s/1OUHyvnIfXYF0PdiT-VRyHw  密码:7gjj 注意!本解决方案在本地的Windows server服务器上把恶意域名指向127.0.0.1仅为应急措施.封域名只是为了尽快的切断恶意的通讯行为,想要根本上解决问题还是要定位到问题终端杀毒.打补丁做好防护的.本次提供的恶意域名清单更新时间为2019年6月3日.其中前50条为基本确认的恶意域名,第21~50条为本次新增.后200条为近期检测到进行过可疑通信的DGA随机域名,经…
因业务需要安装7.4高版本gcc时报错: configure: error: in `/usr/local/src/gcc-7.4.0/build/gcc': configure: error: C++ preprocessor "/lib/cpp" fails sanity checkSee `config.log' for more details. make[3]: Leaving directory `/usr/local/src/gcc-7.4.0/build/gcc' ma…
之前在虚拟机上装了Linux系统,用了一段时间后想删除了重新装一下,然而装完以后ifconfig后,出现的是 [root@localhost ~]# ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::/ Scope:Host UP LOOPBACK RUNNING MTU: Metric: RX packets: errors: dropped: overruns: fra…