上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: 1、查看yum库中jdk的版本 [root@localhost ~]# yum search java|grep jdk 2、选择java-1.8.0安装 [root@localhost ~]# yum install java-1.8.0-openjdk* 3、配置环境变量 [root@local 阅读全文
posted @ 2020-04-29 13:07 cold、liu 阅读(2861) 评论(0) 推荐(0) 编辑
摘要: 一、创建表并初始化数据 1、表说明 student(学生表)、teacher(教师表)、course(课程表)、sc(分数表) 2、创建表 //学生表create table student( sno varchar2(10) primary key, sname varchar2(20), sag 阅读全文
posted @ 2020-04-10 17:12 cold、liu 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: CentOS 7.0默认使用的是firewall作为防火墙 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.service 禁止firewall开机启动 systemctl disable firewalld.serv 阅读全文
posted @ 2020-04-08 10:42 cold、liu 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 当有元素定位不到时,比如下拉框,弹出框等各种定位不到时;一般是两种问题:1 、有frame ;2、没有加等待 下面学习三种等待方式: 1.强制等待 sleep(xx)这种方法简单粗暴,不管浏览器是否加载完,程序都要等待规定的xx时间,时间到了才继续执行下面的代码。不建议总是用这种等待方式,会严重影响 阅读全文
posted @ 2020-01-03 16:42 cold、liu 阅读(562) 评论(0) 推荐(1) 编辑
摘要: 一、什么是Selenium? Selenium是一个基于浏览器的自动化工具,她提供了一种跨平台、跨浏览器的端到端的web自动化解决方案。Selenium主要包括三部分:Selenium IDE、Selenium WebDriver 和Selenium Grid:  1、Selenium IDE:F 阅读全文
posted @ 2020-01-03 16:40 cold、liu 阅读(475) 评论(0) 推荐(0) 编辑
摘要: bs是浏览器(browser)和服务器(server) cs是静态客户端程序(client)和服务器(server) 区别在于,虽然同样是通过一个程序连接到服务器进行网络通讯,但是bs结构的,客户端运行在浏览器里,比如你看百度,就是通过浏览器.还有一些bs结构的应用,比如中国电信,以及一些电子商务平 阅读全文
posted @ 2020-01-03 14:52 cold、liu 阅读(5710) 评论(0) 推荐(0) 编辑
摘要: ERROR 1130: Host '192.168.56.131' is not allowed to connect to this MySQL ERROR 1062 (23000): Duplicate entry '%-root' for key 'PRIMARY' use mysql mys 阅读全文
posted @ 2019-12-31 21:15 cold、liu 阅读(8016) 评论(0) 推荐(0) 编辑
摘要: 新版本系统镜像下载(当前最新是CentOS 7.4版本) CentOS官网 官网地址 http://isoredirect.centos.org/centos/7.4.1708/isos/x86_64/ 进入下载页面 下载目录界面分为两个主要的资源区: Actual Country,表示当前所在国家 阅读全文
posted @ 2019-12-30 12:25 cold、liu 阅读(655) 评论(0) 推荐(0) 编辑
摘要: # CentOS7.6 下载地址 # CentOS-7-x86_64-DVD-1810.iso CentOS 7.6 DVD 版 4G http://mirrors.163.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso # 阅读全文
posted @ 2019-12-30 12:22 cold、liu 阅读(3446) 评论(0) 推荐(0) 编辑
摘要: 反过来使用nat模式也可以:但是要在cmd里面输入虚拟机的IP然后运行: 用的是nat模式: 阅读全文
posted @ 2019-12-30 12:20 cold、liu 阅读(1085) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页