Linear and Frame Layouts

The second time, the puppy was very calm. Today let's talk about the layout of Android Q. The problems I encountered and what I learned. Don't laugh at the bulls. If something goes wrong, the puppy will change when he sees it. Today, my student began to lay out with us. Looking at the data, there seem to be five or more layouts, but Ouch, basi ...

Posted by Studio381 on Sun, 10 May 2020 17:27:02 -0700

Java automation test framework - 04 - Test Method of TestNG

From: https://www.cnblogs.com/du-hong/p/11718894.html brief introduction According to the plan in the previous article, this one will share the test method with the kids. 1, Set parameters Test methods can have Parameters. Each test method can have any number of Parameters, and you can pass the correct Parameters to the method by using Te ...

Posted by Okami on Sat, 09 May 2020 01:06:00 -0700

Java automation test framework-03 - Test Group of TestNG

From: https://www.cnblogs.com/du-hong/p/11696589.html brief introduction In fact, the group brother of this article mentioned it in the previous article, but it was brought with an example, so today there is a special article to explain the relevant knowledge of group. I hope you can have a better understanding of the test team. 1, Test G ...

Posted by Jenski on Sat, 09 May 2020 01:01:14 -0700

[suggestion collection] 16 OpenCV functions start your journey of computer vision

Computer vision is one of the most popular fields in the current industry. With the rapid development of technology and research, it is booming. But it's still a tough task for newcomers. There are some common challenges for the developers or data scientists of XR R in their transition to computer vision, including: 1. How do we clean up image ...

Posted by crunchyfroggie on Fri, 08 May 2020 22:20:14 -0700

Spring boot2. X Quick Start Guide

Spring boot2. X Quick Start Guide (1) preparation IDE: IntelliJ IDEA 2020.3 Java environment jdk1.8 Quickly create spring boot project on the official website Now let's get to the point:Get into https://start.spring.io/ Build an initial projectHere you will download a zip project package Using Maven to import the Spring Boot project Rememb ...

Posted by Francky683 on Thu, 07 May 2020 20:22:11 -0700

android Popupwindow is blocked by a pop-up soft keyboard

Previously, a page contained PopupWindow, PopupWindow had an EditText input box, click EditText input PopupWindow popped out from the bottom of the screen, and the soft keyboard directly blocked PopupWindow. When entering content, we hope the soft keyboard will not block the PopupWindow and will not affect the user's n ...

Posted by kevinritt on Thu, 07 May 2020 09:15:48 -0700

Java paging data through laypage plug-in of layui

Recently, you need to paginate the data on a page of spring MVC + mybatis project. The general idea is to create two hidden input boxes on the page to save the pageNum of the current page and the number of pieces of data displayed on each page pageSize. Modify the corresponding values each time you paginate, and then transfer the pageNum and pa ...

Posted by w00kie on Thu, 07 May 2020 07:05:21 -0700

Python Testlink use case import tool excel 2xml

Case story: Testlink is a common use case management tool used by many companies, Testlink supports the development of test plans, the simultaneous management and maintenance / execution of test cases by multiple people online, and the automatic generation of test reports. I personally do not recommend Excel offline management test cases, Howe ...

Posted by atyndall on Thu, 07 May 2020 06:57:12 -0700

Configuration file@Configuration Properties reads List, Map parameters

background In the SpringBoot environment, we have "incomplete" annotations.This is why SpringBoot replaces the xml configuration in traditional Spring projects.When using these annotations, we must understand the principles and conventions behind these annotations. package org.springframework.boot.context.properties; import java.lang ...

Posted by gtal3x on Wed, 06 May 2020 09:32:15 -0700

Using JavaScript to convert XML to JSON

Recently, there is a requirement in developing projects. The strings of XML messages queried from the database need to be parsed with parameters, which supports modification on the page. Therefore, the function of parsing XML text using JavaScript is born. The specific idea is to get the DOM object of XML, and then through traversal and recur ...

Posted by matts12290 on Tue, 05 May 2020 15:32:19 -0700