码迷,mamicode.com
首页 >  
搜索关键字:VMware ESXi Password    ( 21180个结果
web13
根据提示查看源码,看到p1与p2以及后面的eval 看到p1的字符串,想到URL编码,故解码之 p1=function checkSubmit(){var a=document.getElementById("password");if("undefined"!=typeof a){if("67d7 ...
分类:Web程序   时间:2021-04-15 12:40:32    阅读次数:0
gitllab访问报错:Permission denied (publickey). 以及后续测试
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:其他好文   时间:2021-04-15 12:08:39    阅读次数:0
Springboot集成flywaydb支持多数据源
flyway是一个数据库版本管理工具,集成进springboot后,每次系统升级启动时自动执行sql语句升级数据库,避免手动操作数据库。 1.maven引入依赖 <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core< ...
分类:数据库   时间:2021-04-15 12:02:41    阅读次数:0
gaussdb常见问题
问题 create user hr with SYSADMIN password 'Gauss_234'; 失败 解答: 因为是从网页拷贝过来的,实际上 在聊天软件中拷贝一下,再复制到gsql中即可 问题 gs_dump db9 -f 1.dump -p 8000 -U rdsAdmin -W ** ...
分类:数据库   时间:2021-04-15 11:58:12    阅读次数:0
docker部署服务器
Docker部署PostGres docker run -d --name postgres --restart always -e POSTGRES_USER='postgres' -e POSTGRES_PASSWORD='123456' -e ALLOW_IP_RANGE=0.0.0.0/0 ...
分类:其他好文   时间:2021-04-14 12:43:56    阅读次数:0
vMware的主机ping不通虚拟机,虚拟机可以ping通主机
在制作XenServer 实验之时,在教室里连接XenServer很正常,但是在关机之后再次连接就不能连接上了。 一开始我以为是虚拟网络编辑器的问题,还原了几次配置后都不可以,后来打开其他虚拟机,发现其他虚拟机ping通主机,主机却ping不通虚拟机。 于是去百度,百度到是网卡又问题,只要重启网卡就 ...
分类:系统相关   时间:2021-04-14 12:08:13    阅读次数:0
linux shell命令之脚本要有足够的提示
一个有参数但无提示说明的脚本#login1.sh: 用户登录,判断用户输入的用户名和密码是否错误 vi login1.sh #!/bin/bash for ((i=0; i < 3; i++))do read username read password if test "$username" = ...
分类:系统相关   时间:2021-04-14 11:41:38    阅读次数:0
jsp.6
<%@ page contentType="text/html;charset=UTF-8" language="java"%> <html> <head> <title>登陆界面</title> <link rel="stylesheet" href="./layui/css/layui.css" ...
分类:Web程序   时间:2021-04-13 12:20:28    阅读次数:0
MySQL 忘记密码
1. vi /etc/my.cnf 2. update mysql.user set authentication_string=password('123456') where user='root' and host='localhost'; 3. FLUSH PRIVILEGES; ...
分类:数据库   时间:2021-04-12 12:44:01    阅读次数:0
zabbix 安装报错解析
一、Q:Error connecting to database: Access denied for user ‘zabbix’ @ ‘localhost’ to database ‘zabbix’(PASSWORD:YES) 浏览器输入http://ServerIP/zabbix 查看日志 ta ...
分类:其他好文   时间:2021-04-12 12:43:00    阅读次数:0
21180条   上一页 1 ... 13 14 15 16 17 ... 2118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!