Java
-
Usage Summary of synchronized keyword
< div class = "CL preview section" > < p id = "synchronized" three application methods "> synchronized key…… -
Redis interview questions and answers
1. What is redis? Describe its advantages and disadvantages? The full name of redis is remote dictionary Server is ess…… -
Deep understanding of Java object
The object object in Java is the direct or indirect parent object of all objects. Several methods defined in it are ea…… -
-
Detailed explanation of java reflection mechanism
For ordinary developers, it is rarely necessary to directly use java reflection mechanism to complete function develop…… -
${pagecontext. Request. Contextpath} cannot be resolved
abstract Suddenly, there was a problem that ${pagecontext. Request. Contextpath} could not be parsed. When clicking th…… -
[struts 2] configuration file
abstract In struts 2, there are multiple configuration files, properties or XML files. What is their loading order? co…… -
[Java] struts 2 getting started
abstract This article is an introduction to struts 2 and a configuration tutorial. How to manually configure in intelj…… -
Tomcat click Startup Bat flash back method
abstract When groping for the configuration of tomcat, I found that when starting the Tomcat server, click Startup to …… -
-
org. apache. catalina. LifecycleException: Failed to start component
Error details What caused it? Check the code and finally find that when creating a servlet class, it is found that Thi…… -
About the strong conversion of object array into integer array: ljava lang.Object; cannot be cast to [Ljava.lang.Integer;
The code is as follows: reason: The root cause is the inheritance relationship of types. Integer [] is not a subclass …… -
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…… -
Give you a little heart
for(float y = (float) 1.5; y>-1.5; y -=0.1) { for(float x= (float) -1.5;x<1.5;x+= 0.05) { float a = xx+yy-1; i…… -
Java selenium notes
Directory 1. Basic statements 1. Break, continue 3. Replace, replacefirst, replaceall, regex 4. Connect strings ("+", …… -
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 …… -
Installing MVN on Mac OS
< H3 id = "step1 - download from the official website address" > step1: download from the official website addre…… -
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…… -
Reprint: sorting out several mainstream Java connection pools
Pool technology can significantly optimize the performance of server applications, improve program execution efficienc…… -
Automated test framework
For automated testing framework, it is not as profound as most people think. The concept of framework is just a series…… -
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…… -
Rules for Chinese citizens’ 18 Bit ID card and Java code for generating random ID card
18位身份证验证 * 根据〖中华人民共和国国家标准 GB 11643-1999〗中有关公民身份号码的规定,公民身份号码是特征组合码,由十…… -
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 …… -
Jmeter ResponseAssertion 【Ignore Status】
在Jmeter源码中AssertionGui.java中,定义了Ignore Status的作用域 /** * Check@R_111_2419@ to indicate whether the respons…… -
JMeter automatically tests the if controller for post request and get request. You can redevelop the source code and transfer the request mode through the data source, so you don’t need to make redundant judgment
JMeter automatically tests the if controller for post request and get request. You can redevelop the source code and t…… -
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…… -
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…… -
N questions that interviewers are keen to ask
1. The difference between left connection and right connection in database 2. The difference between continue and brea…… -
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…… -
-
Main functions and usage of Java decimalformat
Decimalformat is a concrete subclass of numberformat used to format decimal numbers. This kind of design has various f……