centos 7 在虚拟机中出现 这个错误 导致进入不了系统。 经过一中午的百度测试了各种方法都不行。 导致出错的原因,应该是在安装各种软件时触动了 Gnome 桌面底层依赖的包。 最后找到了解决办法: 出现如上图界面后 然后ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。 ro ...
分类:
其他好文 时间:
2020-06-20 14:28:31
阅读次数:
211
centos 7 在虚拟机中出现 这个错误 导致进入不了系统。 经过一中午的百度测试了各种方法都不行。 导致出错的原因,应该是在安装各种软件时触动了 Gnome 桌面底层依赖的包。 最后找到了解决办法: 出现如上图界面后 然后ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。 ro ...
分类:
其他好文 时间:
2020-06-18 15:49:14
阅读次数:
252
kafka 搭建源码环境 org.scoverage 报错 * Where:Build file '/Users/lidongmeng/source_code_read/kafka-0.10.0.1-src/build.gradle' line: 376 * What went wrong:A pr ...
分类:
其他好文 时间:
2020-06-16 18:44:01
阅读次数:
120
环境 JDK 6 JUnit 4.13 Spring Tool Suite 4.6.2 Maven 3.6.3 Rules 官网描述如下: Rules allow very flexible addition or redefinition of the behavior of each test ...
分类:
其他好文 时间:
2020-06-15 22:32:10
阅读次数:
47
Give this: We have a wrongn classified point, how to move the line to come closer to the points? We apply learning rate and since wrong point is in po ...
分类:
其他好文 时间:
2020-06-08 00:57:01
阅读次数:
82
flutter 编译报错 What went wrong: Could not determine the dependencies of task ':app:preDebugBuild'. Could not resolve all task dependencies for configura ...
分类:
系统相关 时间:
2020-06-06 11:22:14
阅读次数:
219
NTP服务介绍 网络传输中,数据包和日志都需要准确的时间戳。在Linux系统中 Network Time Protocol,NTP协议有用户在空间中的守护进程实现,即ntp和chrony。(要能访问互联网) 同步系统时间 修改配置文件制定ntp服务器同步 # 查看是否安装 [root@rhel8 t ...
分类:
其他好文 时间:
2020-06-05 21:13:27
阅读次数:
157
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-06-05 19:28:34
阅读次数:
75
这是因为缺少dll文件引起的,貌似出现这样的错误都是缺少dll文件引起的。将Halcon安装文件下的“hcanvas.dll"文件拷贝至运行文件夹下即可。 ...
0x01 拿到题目,放到IDA中静态分析,发现main函数中就是关键代码,如图: __int64 __fastcall main(__int64 a1, char **a2, char **a3) { const char *v3; // rsi signed __int64 v4; // rbx ...
分类:
其他好文 时间:
2020-06-02 09:27:31
阅读次数:
50