修改IDEA 修改 ..\IntelliJ IDEA 2020.1\bin\idea64.exe.vmoptions 添加 -Dfile.encoding=UTF-8 直接修改(可能不成功) 在IDEA中修改 Help >Edit Custom VM Options... >idea64.exe.v ...
分类:
其他好文 时间:
2020-06-07 13:10:16
阅读次数:
74
Conditions: 1. 修改hosts 添加 网址后仍然ping不通证明非DNS问题 CMD命令如下:ping不通! Pinging github.com [192.30.253.112] with 32 bytes of data: Request timed out. Request ti ...
分类:
其他好文 时间:
2020-06-07 10:52:14
阅读次数:
229
npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/hexo-deployer-git failed, reason: connect ETIM ...
分类:
其他好文 时间:
2020-06-06 22:02:56
阅读次数:
121
错误:Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project we 解决: maven默认去webapp\WEB-INF目录下找web.xml 检查是否是将we ...
分类:
其他好文 时间:
2020-06-06 15:36:02
阅读次数:
59
Failed redirect for xxxxxxxxxxx Failed while trying to construct the redirect url to the log server. Log Server url may not be configured Unknown cont ...
分类:
其他好文 时间:
2020-06-06 13:18:10
阅读次数:
96
#部署情况 AWVS13 docker版AWVS13部署在VM的虚拟机kali内,网络连接模式host https://hub.docker.com/r/secfa/docker-awvs docker run -it -d --network=host secfa/docker-awvs xray ...
分类:
其他好文 时间:
2020-06-06 12:40:34
阅读次数:
242
1.假设条件 您有两台服务器,其中装有操作系统,并在其上安装了Oracle Linux 7 和Oracle Database 11.2.0.4。 主服务器XAG200上安装了实例。 备服务器XAG201上仅软件安装。 2.修改主机名(从克隆过来的vm) [root@xag100 ~]# cat /e ...
分类:
数据库 时间:
2020-06-06 01:11:53
阅读次数:
85
安装虚拟机的基本步骤 下面为安装并设置完毕的图例 0-0 第一步 首先需要下载Oracle VM VirtualBox 和一个虚拟光驱CentOS-DVD,虚拟光驱很大,大概4个多G。 第二步 在安装好了VirtualBox 和下载了虚拟光驱之后,就可以在软件上新建虚拟电脑了,类型选择Linux, ...
分类:
其他好文 时间:
2020-06-06 00:32:48
阅读次数:
98
起因 晚上过来加班···· 问题 物理机安装ubuntu时候遇到报错信息 boot failed: please change disks and press a key to continue https://blog.csdn.net/chenf1999/article/details/8085 ...
分类:
系统相关 时间:
2020-06-05 22:46:49
阅读次数:
85
1.打开cmd,输入netstat -ano|findstr "8080"回车 2.输入得到的tasklist|findstr "9952" ...
分类:
Web程序 时间:
2020-06-04 22:03:15
阅读次数:
205