Automated testing - 8 positioning methods and waiting for detailed explanation
1.id – the value of id in the tag
If the developer programming specification, the element id of the page is not repeated and is not a dynamically generated id, it is very easy to use id positioning.
//<select style="width: 33%" id="CityCode" name="CityCode" class="form-control lopicker">
//Use id to locate element
WebElement eleme ...
Posted by QSDragon on Thu, 30 Dec 2021 19:17:23 +0100
19c RAC+ADG online call opatch19 3 to 19.10
Please read carefully and refer to the README document for the latest steps, processes and related requirements for the overall upgrade of Oracle 19c rac cluster from 19.3 opatch to 19.10.
1, View the current database patch version
col ACTION for a8
col status for a15
set line 999
col ACTION_TIME for a30
col DESCRIPTION for a50
SQL> selec ...
Posted by dianaqt on Thu, 30 Dec 2021 18:40:19 +0100
Practical research on Email-FTP-RTSP protocol
1, Test SMTP service with telnet command
POP3 POP3 is the abbreviation of Post Office Protocol 3, that is, the third version of post office protocol. It specifies how to connect a personal computer to a mail server on the Internet and an electronic protocol for downloading e-mail. It is the first offline protocol standard for Internet e-m ...
Posted by BittenApple on Thu, 30 Dec 2021 16:15:05 +0100
Linux_ File permissions and access control
File and Directory Rights Management
Levels and permissions introduction
Level of files and directories
User Owner (u)Group Owner (g)Other (o)
Permissions for files and directories
Read (r)Write (w)Execution (x)
When creating a file or directory, permissions are based on two factors:
Basic privileges umask
The basic permissions a ...
Posted by TaintedBloop on Thu, 30 Dec 2021 07:29:37 +0100
Jenkins for Kubernetes enables dynamic scaling of Slave
This article case can be used as a reference for Jenkins for Kubernetes deployment. Because the architecture and environment of each company are different, some deployment methods need to be changed.
Benefits of Jenkins for Kubernetes:
High availability of Jenkins Master. Kubernetes' RC or Deployment can monitor the survival status (through p ...
Posted by ShaolinF on Thu, 30 Dec 2021 04:56:19 +0100
Shell awk command
catalogue
1, Working principle
2, Command format
3, Common built-in variables
4, Output text by line
5, Output text by field
6, Calling shell commands through pipes, double quotes
1, Working principle
Read the text line by line. By default, the text is separated by a space or tab key. Save the separated fields to the built-in variable, ...
Posted by Siggles on Wed, 29 Dec 2021 07:12:54 +0100
Linux interview questions, classic Linux interview questions, common Linux interview questions with answers
Linux interview questions and answers (version 2022) are suitable for fresh students and experienced programmers. Each is a carefully screened high-frequency interview question to help you find a satisfactory job!
Linux
Download link: All interview questions and answers PDF
1. How many physical CPUs and the number of cores of each CPU in the ...
Posted by J4rod on Wed, 29 Dec 2021 01:15:19 +0100
Planning tasks in linux
1, Custom scheduled tasks
1. atd service (one time)
1. Command corresponding to atd service
Installation is required before using the at command
[root@localhost lianxi]# yum install at -y
Then the atd service must be started, otherwise it will not perform tasks regularly
[root@localhost lianxi]# service atd start
Redirecting to /bin/syst ...
Posted by simplyi on Tue, 28 Dec 2021 19:09:45 +0100
Apache Traffic Server installation configuration
Introduction
Apache Traffic Server (ATS or TS) is a high-performance and modular HTTP proxy and cache server. Traffic Server was originally a commercial product of Inktomi company, which was acquired by Yahoo in 2003. Since then, Traffic Server has been used in Yahoo for up to 4 years until Yahoo submitted it to Apache Software Foundation ...
Posted by sendoh07 on Tue, 28 Dec 2021 03:24:38 +0100
rsync remote synchronization
Catalog
Introduction to rsnyc
Overview of 1.1
1.1. 1 Common Synchronization Methods
1.1. 2. rsnyc synchronization mode
1.1. 3. rsnyc port and running mode
Common 1.2 rsync commands
2. Set up rsync
2.1 Experimental Environment
2.2 Experimental Setup
3. inotify auxiliary tools
Introduction to 3.1 Tools
3.2 Intifywait command format
...
Posted by mapleleaf on Mon, 27 Dec 2021 23:03:40 +0100