Recent Posts
-
-
Interview and test positions often require handwritten code series [1]
It is required to write an algorithm on the spot, reverse a string, and there are 3, 2 and 1 spaces in the string; Ste…… -
Jmeter ResponseAssertion 【Ignore Status】
在Jmeter源码中AssertionGui.java中,定义了Ignore Status的作用域 /** * Check@R_111_2419@ to indicate whether the respons…… -
Differentiation of various Java objects (PO, Bo, VO, dto, POJO, Dao, entity, JavaBean, JavaBeans)
Po: persistent object. Po (persistent object) is the entity in the object / relationship mapping framework. Each attri…… -
Reprint: sorting out several mainstream Java connection pools
Pool technology can significantly optimize the performance of server applications, improve program execution efficienc…… -
API interface automation part 3 automated testing of multiple interfaces in the same war package
Automated testing of multiple interfaces in the same war package An interface uses a test class. Each test case is as …… -
Log encountered during installation of Macaca test framework for UI automation test
https://macacajs.github.io/zh/environment-setup macaca run -d ./ macaca-test/desktop-browser-sample. test. js --verbos…… -
Selenium UI example getcssvalue
In selenium jar package, in the interface of webelement, String getCssValue(String var1);可以通过标签,获取对应的css值…… -
Java object-oriented inheritance and rewriting overwrite, the difference between rewriting and overloading, abstract classes
01继承的概述 A:继承的概念 a:继承描述的是事物之间的所属关系,通过继承可以使多种事物之间形成一种关系体系 …… -
Composite of design patterns
Concept: combine objects into a tree structure to represent a "part whole" hierarchy. Enables users to use individual …… -
Selenium UI automated testing selenium automatic testing
https://www.cnblogs.com/sunada2005/archive/2013/12/22/3486314.html UI Automatic Testing 1. What projects are suitable …… -
In eclipse Project files and Detailed explanation of classpath file
1、 Overview Project is a project file in which the structure of the project is defined, such as the location of lib, …… -
-
TestNG learning notes Day2 configure the built-in listener of TestNG
When IntelliJ idea configures the built-in listener of TestNG, operate as follows: in the menu bar, run - > Edit co…… -
Summary of various common sorting algorithms in Java
First of all, there is sorting in Java Note: (1) sort () in the arrays class uses the "tuned quick sort method"; (2) F…… -
Data heterogeneous solution for cache consistency and cross server query
When your project data volume increases, you will usually encounter two situations. The first is to use cache to comba…… -
Singleton mode of design mode
Original text: When the singleton mode in the original text is reduced, try it with the code and upload it to GitHub K…… -
Jason multi-layer nesting, how to extract?
Always use JMeter's JSON exterctor, which is easy to use for multi-layer JSON nesting. When writing your own code, you…… -
Selenium UI automated testing selenium automatic testing
https://www.cnblogs.com/sunada2005/archive/2013/12/22/3486314.html UI Automatic Testing 1. What projects are suitable …… -
Write MD5 encryption method in Java language. How does JMeter encrypt string MD5
package md5package; import java. io. UnsupportedEncodingException; import java. security. MessageDigest; import ja…… -
Java selenium notes
Directory 1. Basic statements 1. Break, continue 3. Replace, replacefirst, replaceall, regex 4. Connect strings ("+", …… -
Only find ways to succeed, not excuses for failure!
The following is a demonstration of how to bind parameters through five common annotations: 1. @ pathvariable annotati…… -
[JavaWeb] a practical case of Java filter and packaging design pattern
The request and response objects representing the user's request and response can be obtained in the filter. Therefore…… -
[JavaWeb] some interpretations of queryrunner in dbutils
Preface: [this article is an original sharing article, please indicate the source for reprint, thank you.] Some featur…… -
[Java collection iv] servlet of Java Web Foundation_ Request&&Response
Today, let's review the previous knowledge of servlet's response and response. 1. Request and response technology: the…… -
[Java pick up 5] using session to prevent repeated submission of forms
Disclaimer: This article is a reprint from blog: http://www.cnblogs.com/xdp-gacl/p/3859416.html In normal development,…… -
On the importance of Java access control
In front of what is the easiest person to lose resistance? Beauty is a. For example, Xi Shi's contribution is to bear …… -
To learn java programming well, you must pass the four levels: constructor, method overload, this keyword and garbage collection mechanism!
Some people say that you should pay attention to current affairs, finance and economics, and even popular movies and T…… -
The popular cognition of Java collection classes
To be frank, Java provides a complete set of collection classes (also known as container classes) to manage a group of…… -
Java exception handling: a layer of insurance for programs
In one's life, one will always encounter some unexpected troubles, which may give us a heavy blow. In order to reduce …… -
Three common ways of Java code reuse: inheritance, composition and proxy
Reusing code is one of the most striking features of Java. This sentence is very smooth, no problem, but the problem i……