Implementation of Appium

This article is from: [TesterHome article] (https://testerhome.com/topics/7352) Appium Architecture start appium server URL Routing Resolution Create session and executeCommand android executes commands In this paper, the implementation process of appium(version:1.6.4-beta) source code is introduced. Inevi ...

Posted by rpanning on Mon, 20 May 2019 23:52:39 +0200

Front end technology frontier 1

Git branch-a View all local and remote branches () View local branch git branch View remote branch git branch -r WePY Component Usage components={ child:Child, anotherchild:Child }; props static pass value: parent passes constant data to son, only String string type can be passed <child title="mytitle"></child> ...

Posted by Discord on Mon, 20 May 2019 04:21:04 +0200

Compiling adb on arm platform

Refer to github: https://github.com/bonnyfone/adb-arm The original purpose was to get shell privileges using adb shell after the arm platform compiled, and then avoid the problem that other privileges could not execute su. At first, I modified the su.c in the android source code, commented out the root and shell permission validation part, co ...

Posted by Pepe on Sun, 19 May 2019 15:25:04 +0200

Gitlab Settings Database-yellowcong

To be honest, Gitlab's database configuration is quite complex, and there are many configuration files that need to be modified. The main steps are as follows: 1. Creating a database. 2. Add database configuration in / etc/gitlab/gitlab.rb file. 3. Install mysql dependency on gitlab. 4. Execute gitlab-rake gitlab:check to ch ...

Posted by praveenhotha on Sun, 19 May 2019 10:09:28 +0200

First submission of GIT and detailed configuration of creation management of Git version Library

I. Creating Version Library and First Submission   Configure the GIT environment variable to tell git the name and email address of the current user, and the configured username and email address will be used when the version library is submitted.  #git  config  --global  user.name "KangShuo" #git  config  --global  user. ...

Posted by The End on Sun, 19 May 2019 05:18:17 +0200

php Source Building Blog 4--Implementing MVC Architecture Mini-Framework

Mainly: Constant optimization path Automatic loading class Optimizing entry files Secure Access Project Directory File structure: ----------------------------------------------------------------------------------------------------------------------------------------------------- blog├─App_-Model ModelUserModel.class.php User Model Cl ...

Posted by jeremy_brooks on Sat, 18 May 2019 05:54:25 +0200

Windows Tip - Quick Way to Open CMD in Directory

There are often situations where cmd is needed in a folder, such as running a script. Here are several ways to do this. Take the following directory operations as an example: Mode 1: Common cd commands The cd command is the most common way we use it: Win+R opens the cmd window, which is displayed as follows by default (non-administrator mo ...

Posted by sfc12345 on Fri, 17 May 2019 21:31:11 +0200

Troubleshooting Gitlab-runner Build Failures

Troubleshooting Gitlab-runner build failures: Causes of the problem: Automated build based on gitlab ci. job runs with errors when merge_requests request is initiated to start building. It is officially recommended to upgrade gitlab-runner version. Build runs with errors after version upgrade. The errors are as follows: Running with gitlab-run ...

Posted by aod on Fri, 17 May 2019 02:11:47 +0200

Install and deploy Zabbix agent on Windows Server (latest version)

Install and deploy Zabbix agent on Windows Server Download and unzip to the specified directory Zabbix download page: https://www.zabbix.com/download Current latest version of zabbix-agent Download https://www.zabbix.com/downloads/3.4.0/zabbix_agents_3.4.0.win.zip Unzip to disk C and rename the directory zabbi ...

Posted by rubbertoad on Wed, 15 May 2019 23:20:22 +0200

Bluetooth for Android Mobile Phone

Bluetooth 1 for Android Mobile Phone (Ordinary Bluetooth) hello, you haven't updated your blog for a long time. There are so many things that I want to write that I feel unable to write when I lift my pen. Maybe this is a rookie! Okay, no more nonsense, get to the point. This article is about Bluetooth on Android mobile phone ...

Posted by carefree on Wed, 15 May 2019 01:35:49 +0200