Use BeetleX.NetBenchmark to test TCP,HTTP, and Websocket services

NetBenchmark is an open source component tailored for network service pressure testing, which provides TCP,HTTP, and Web ocket stress testing infrastructure; in order to better meet business requirements, components do not provide a way to configure the source of UI information (after all, this can only be a limited test), but rather users deve ...

Added by jmugambi on Tue, 28 Jan 2020 05:40:38 +0200

Ali Cloud Kubernetes CSI Practice - CPFS Storage Volume Use

1. Preface CPFS(Cloud Paralleled File System) is a parallel file system.CPFS data is stored in multiple data nodes in the cluster and can be accessed by multiple clients at the same time, thereby providing high IOPS, high throughput, and low latency data storage services for large high performance computer clusters. Aliyun Kubernetes CSI suppor ...

Added by ofi on Thu, 23 Jan 2020 09:49:55 +0200

[code Chapter] build your own golang framework step by step from scratch

The last article mentioned that the configuration and log have been initialized, and then the database and redis have been initialized. Initialize database I choose xorm for database orm. First, add the corresponding database configuration in config.json and config.go.config.json: "db_config": { "db_host": "127.0.0.1", "db_port": "33 ...

Added by kendallkamikaze on Wed, 22 Jan 2020 17:44:42 +0200

[design mode self study room] detailed explanation of agent mode

Preface As the name implies, this series of articles take you to review the common design patterns. The main contents are as follows: The introduction of this mode includes: Introduction, intention (in vernacular) Class diagram, sequence diagram (theoretical specification) Code example of the pat ...

Added by phpORcaffine on Wed, 22 Jan 2020 12:37:12 +0200

gtest testing framework foundation of c++ unit testing

unit testing Module level test, different from system test and integration test, is a fine-grained test for the subdivided unit of software module, which should be carried out in the development process. Unit Test (module test) is a small piece of code written by developers, which is used to check w ...

Added by smarthouseguy on Mon, 20 Jan 2020 13:47:16 +0200

cobra of Go daily

brief introduction cobra Is a command itinerary library, can be used to write command-line programs. It also provides a scaffold, Used to generate cobra based application framework. Many well-known open source projects use cobra library to build command line, such as Kubernetes,Hugo,etcd Wait, wait, wait. This paper introduces the basic use of ...

Added by Bullet on Sat, 18 Jan 2020 11:57:23 +0200

Spring boot integrates JWT to implement token verification

Original text: https://www.jianshu.com/p/e88d3f8151db JWT official website: https://jwt.io/github address of JWT(Java version): https://github.com/jwtk/jjwt What is JWT? Json web token (JWT) is a JSON based open standard (RFC 7519) which is implemented to deliver statements between network application environments. It defines a concise, self- ...

Added by VirusDoctor on Fri, 17 Jan 2020 09:44:12 +0200

Basic knowledge of Three.js

Basic knowledge of Three.js I Meet Three.js for the first time What is WebGL What is Three.js Understand the important components of Three.js The first Three.js program (draw a green cube with rotation centered) Use Three.js to draw a line with a color gradient Coordinate system of Three.js Me ...

Added by andycole on Wed, 15 Jan 2020 14:37:53 +0200

JQuery file upload use, jQuery file upload plug-in

================================ Copyright 2020-01-10 https://www.cnblogs.com/fanshuyao/   1, Official website address: https://github.com/blueimp/jQuery-File-Upload   2, Use document (parameter description) https://github.com/blueimp/jQuery-File-Upload/wiki/Options   3, Browser support (official website description) Google Chrome ...

Added by eatadi on Fri, 10 Jan 2020 16:40:20 +0200

SpringBoot2 integrates Zookeeper components to manage service coordination in the architecture

Source code for this article: GitHub. Click here || GitEE. Click here 1. Introduction to Zookeeper Foundation 1. Introduction to concepts Zookeeper is an Apache open source, distributed application that provides a coordinated service for the system architecture.Viewed from the design mode perspective, this component is a framework based on the ...

Added by mesz on Fri, 10 Jan 2020 02:01:38 +0200