[SuperSocket 2.0] SuperSocket 2.0 from beginning to end

SuperSocket 2.0 from entry to ignorance SuperSocket 2.0 from entry to ignorance 1 use SuperSocket 2.0 to build a Socket server in the AspNetCore project 1.1 introduction of SuperSocket 2.01.2 build a Socket server in AspNetCore 2 basic protocol concepts 2.1 types of basic agreements 2.1.1 fixed header format protocol2.1.2 f ...

Added by friedemann_bach on Sat, 26 Feb 2022 04:07:53 +0200

SpringCloudAlibaba+Nacos integrates the Gateway gateway to realize the use of Http timeout, cross domain, metadata and global exception configuration

1. Gateway overview The so-called API gateway refers to the unified entrance of the system. It encapsulates the internal structure of the application and provides unified services for the client. Some public logic independent of the function of the business itself can be realized here, such as authentication, authentication, monitoring, ro ...

Added by worldofcarp on Sat, 26 Feb 2022 04:07:05 +0200

TS common types for getting started with TypeScript

Previous chapter: 3. TS common types for getting started with typescript (2) 3.13 enumeration types The function of enumeration is similar to that of literal type + union type combination. It can also represent a set of explicit optional values. Enumeration: defines a set of named constants. It describes a value that can be one of these name ...

Added by David-fethiye on Sat, 26 Feb 2022 03:02:58 +0200

JavaScript knowledge points sorting - DOM - operation elements - case exercise

catalogue 1, Baidu skin changing effect 2, Table interlaced color change 3, Select all unselect all cases in the form 4, Actions for custom attributes 4.1 get attribute value 4.2 setting attribute values 4.3 remove attributes 4.5 case exercise - tab bar switching (key cases) 5, H5 custom attributes 5.1 setting H5 custom attributes 5. ...

Added by pup200 on Sat, 26 Feb 2022 01:35:15 +0200

C Language Array

Why do I need arrays? When we create a small number of variables of the same type, we usually create them one by one, but when we create more and more variables of the same type, it's not practical to create variables one by one. We'd better create many variables at a time. By introducing an array, we can create many variables of the same type ...

Added by Redapple on Fri, 25 Feb 2022 20:45:18 +0200

[Script Tool] QQ Personal Data Management Methods and Scripts

Penguin User Data Cleanup Pain Points Computer QQ users have a long-term pain point, that is, QQ often downloads useless advertisements, chat pictures, file caches, occupies a large amount of disk space, causing the C disk to burst. There are many ways to clean up the web, but they are all messy. There are probably several ways I can clean up ...

Added by MrJW on Fri, 25 Feb 2022 19:45:51 +0200

Some summaries of knowledge about volume/partition in Linux

Write before Share some knowledge about storage on Linux with your buddiesThis part of things is almost useless, but it needs a clear definitionThe article covers: Linux file storage, LVM-related conceptsFormat partitions using the Linxu file system, mount partitionsAdjust logical volumes, add swap partitions, etc. Actual DemoThe followin ...

Added by fonster_mox on Fri, 25 Feb 2022 19:11:56 +0200

Spring MVC realizes file upload and download

File upload is one of the most common functions in project development. Spring MVC can well support file upload, but MultipartResolver is not installed in the context of spring MVC by default, so it cannot handle file upload by default. If you want to use spring's file upload function, you need to configure MultipartResolver in the context. Fr ...

Added by eflopez on Fri, 25 Feb 2022 18:59:23 +0200

Study notes of spring MVC

Introduction to spring MVC Official documents: https://docs.spring.io/spring-framework/docs/current/reference/html/web.html#mvc First try spring MVC Three major components that must be configured to use spring MVC: Process mapper, process adapter, view parser schematic diagram Operation steps Import Java Web and Spring dependenc ...

Added by simona_85 on Fri, 25 Feb 2022 18:58:30 +0200

G2O Library: the basic use of graph optimization library, taking curve fitting (univariate edge problem) as an example

Introduction to g2o Library g2o(General Graphic Optimization, G 2 O G^2O G2O) is an open source C + + framework for solving nonlinear least squares problems based on graph optimization. Github ...

Added by phpbeginner on Fri, 25 Feb 2022 18:51:30 +0200