The emergence of the Internet of Things has brought about the convergence of data-centric information technology (IT) and process-centric operation technology (OT). This makes the management proces
Month: September 2021
Entity-Framework – EF Core 2.0 – Cyclic Dependence, both ends need FK
I have a fairly simple data model with two entities:
public class User
{
public int Id {get; set; }
public string Name {get; set; }
public int CurrentLocationId {get; set; }
public List<
Workflow Automation: Makefile and Ant
Whenever I notice that something in my workflow is a repetitive task, I try to automate it.
For example, on the server The steps required to deploy content on the above. It is usually build,
Laravel depends on injection
EIGRP non-equivalent load balancing, connecting an article.
Network Diagram As follows:
IP address configuration:
R1 13.1.1.1 12.1.1.1 11.1.1.1 (PC1 is 11.1.1.2 used to test connectivity)
R2 12.1.1.2 24.1.1.2
R3 13.1.1.3 34.1.1.3
R4 24.1.1.4 34.1.1.4 4
Develop an APP end interface automation case using JMeter
Development ideas
1. To develop an application-side interface automation case, you first need to use Fiddler to capture the package;
2, the current app-sides are all https protocol, so you need to
Unit test – whether the self-extracting test mode violates a single responsibility principle?
Over the years I have used the self-diverting unit test pattern several times. As I explained to someone recently, they think it violates SRP. The parameters are now available for the following two
Cassandra Cluster Management – Add new node
Add a node to the Cassandra clusterNote This document is only a part of the system documentation. For details of the previous document information, please refer to:
https://blog.51cto.com/michaelk
WPF memory allocation uses binding, InotifyPropertyChanged and dependent properties jump
I am writing a program that uses a lot of two-way binding, and the amount of memory used has become a huge problem. In my complete application, I start with 50Mb, and then, Just by using binding (i
Selenium —- three waiting
In UI automation testing, you will often encounter a bad network environment, resulting in elements that cannot be found. If an error is reported, the wait in selenium will be used at this time. Th