Get the App
  • The concept and Classification of performance testing

    The concept and Classification of performance testing

    Performance testing: use automated testing tools to simulate the testing of system performance indicators under normal, peak and abnormal conditions. Features: after functional testing, the design process of test plan, test scheme and test case should be consistent with the real environment as much as possible. the key point is the early data.

    Shulou · 2022-06-03 06:03
  • Several Writing methods of Java Multithreading

    Several Writing methods of Java Multithreading

    Java multithreading is often used in development. We simply summarize several writing methods, which are inheriting Thread method, realizing Runnable interface and realizing Callable interface. Inherit Thread method class TestThread ex

    Shulou · 2022-06-03 06:03
  • Connection problem of windows server 2016 lr Loader

    Connection problem of windows server 2016 lr Loader

    It may be due to the win server 2016 operating system. Load generator shows that after the ready connection is successful, the load belonging to the added load generator has the following error when the load is actually running: Er

    Shulou · 2022-06-03 06:03
  • Environmental installation of kafka and storm clusters

    Environmental installation of kafka and storm clusters

    Preface storm and kafka cluster installation are not necessarily related. I write these two together because they are both managed by zookeeper and depend on the JDK environment, so I write them together in order not to repeat the configuration. If only one is needed

    Shulou · 2022-06-03 06:03
  • Cache of MyBatis

    Cache of MyBatis

    MyBatis default caching rule: all select statements in the mapping statement file will be cached. All insert,update and delete statements in the mapping statement file flush the cache. The cache uses Least Recen

    Shulou · 2022-06-03 06:03
  • How to enter big data's field and what is the learning route?

    How to enter big data's field and what is the learning route?

    How does a rookie learn big data's skills? How does big data get started? The application prospect of big data and other questions have become a hot topic in the field of big data. Today, the editor will answer some specific questions about big data's study. With the rapid development of big data industry, some problems have emerged.

    Shulou · 2022-06-03 06:03
  • Performance Test load Model (4)

    Performance Test load Model (4)

    We talked about the concept of the performance test load model, so when we actually hit the ground, how to model the load model? here's a summary of what I think is the modeling method: when modeling a scene, the most convenient and most commonly used is that the project has been online and running for some time.

    Shulou · 2022-06-03 06:03
  • Java recursively gets TreeJson

    Java recursively gets TreeJson

    Combined with MyBatis, the source code obtained by Map is as follows: package com.zl.demo;import java.util.ArrayList;import java.util.HashMap;import j

    Shulou · 2022-06-03 06:03
  • Summary of Spark1.5.1 study notes

    Summary of Spark1.5.1 study notes

    Lu Chunli's work notes, good memory is not as good as bad Spark1.5.1 learning notes (1) Standalone cluster configuration http://luchunli.blog.51cto.com/2368057/1705450Spark1

    Shulou · 2022-06-03 06:03
  • VirtualBox is not installed.

    VirtualBox is not installed.

    Yesterday, after the successful installation of DockerToolbox, starting start.sh reported an error, mainly the problem of configuring environment variables, the following is the solution: VirtualBox is not installed. Please re-run th

    Shulou · 2022-06-03 06:03
  • The use of selemiun

    The use of selemiun

    The use of selemiun

    Shulou · 2022-06-03 06:03
  • TFS 2012 R & D Management capability (10)

    TFS 2012 R & D Management capability (10)

    Shulou · 2022-06-03 06:03
  • Positive and negative Monitoring of Network Public opinion based on semantic Features

    Positive and negative Monitoring of Network Public opinion based on semantic Features

    Positive and negative monitoring of online public opinion based on semantic features in the last article entitled "methods for identifying positive and negative information of online public opinion" (see: http://www.eucita.com/blog), a researcher at Annie Qi (

    Shulou · 2022-06-03 06:03
  • Application of Architecture Design pattern in Design principles

    Application of Architecture Design pattern in Design principles

    First, data protection 1. Second, the means of OCP (opening and closing principle) the so-called OCP means that it is open to extension (when new requirements arise, it can be achieved by extending the existing model), and close to modification (no modification is allowed for existing binaries). The key to the realization of OCP principles is abstraction and

    Shulou · 2022-06-03 06:03
  • Add watermark to FFmpeg

    Add watermark to FFmpeg

    Add watermark fengyuzaituffmpegd.exe-I video.mp4-vf drawtext=fontfile=arial.ttf:text=fengyuzaitu output in the upper left corner.

    Shulou · 2022-06-03 06:03
  • C#/winform forms adapt to different resolutions

    C#/winform forms adapt to different resolutions

    1 after the AutoScaleMode property AutoScaleMode property is set, it is best to work with three other properties to control the size of the form. As follows: Autosize=false, set the form not to resize itself according to the content excess, so as to avoid

    Shulou · 2022-06-03 06:03
  • ASP.NET MVC+JQuery+ Beautiful background UI+ Rapid Development Framework formation Journey

    ASP.NET MVC+JQuery+ Beautiful background UI+ Rapid Development Framework formation Journey

    In a twinkling of an eye, programmers have been in large companies for six years and have also been to small workshops. Programmers' life is not only stingy but also stingy. In all the companies that have stayed, I feel that the project has not been postponed, is it really because I haven't worked hard enough? Not at all! I don't talk much about QQ and Wechat at work, and I seldom watch action movies when I get home, and I've done it a few times.

    Shulou · 2022-06-03 06:02
  • New features in LightningChart Ultimate v.8.4

    New features in LightningChart Ultimate v.8.4

    Table of contents: improved margin zooming function Legend box automatically locates faster orthographic cameras orientation and rotation system new 3D coordinate space converter PointLineSeries3D performance in all views

    Shulou · 2022-06-03 06:02
  • Hadoop2.6.0 Learning Notes (2) HDFS access

    Hadoop2.6.0 Learning Notes (2) HDFS access

    Lu Chunli's work notes, who said that programmers should not have literary style? The Hadoop2.6 cluster building for accessing hdfs work notes through hadoop shell and java api has set up the cluster environment. Here are some HDFS operations. 1. HDFS

    Shulou · 2022-06-03 06:02
  • Docker install zookeeper3.4

    Docker install zookeeper3.4

    1. Configure the mapping vi etc/hosts2 from hostname to ip, modify ZooKeeper configuration file and modify ZooKeeper configuration file. On the master machine, decompress the zooke with the tar-zxvf command

    Shulou · 2022-06-03 06:02