Implementing Plug-in Framework from an Analytical Perspective

  Opening some off-topic remarks, today landed in this "small dish" blog park, a lot of feelings. "Xiaocai" is my previous online name in QQ group. At the same time, I applied for this blog Park account. Five years ago, "Xiaocai" was very active in two groups of NET and C++ and was very enthusiastic to help net ...

Posted by anybody99 on Wed, 08 May 2019 09:42:39 -0700

Summary of XY530 Web Page Integration of Jieyu Altimeter

At the request of Party A, it is necessary to integrate the high-beat instrument into the B/S system. Several problems encountered in the integration process are summarized for reference. 1. The high-resolution camera sent by Party A was purchased from Taobao. The model is XY530. Its function is very simple and its imaging effect is very gener ...

Posted by lostincoding on Thu, 18 Apr 2019 15:30:33 -0700

ABP Introduction Series (13) - Redis Cache Used

ABP Introductory Series Catalogue: Practical Exercise on Learning Abp FrameworkSource path: Github-Learning MpaAbp 1. introduction When creating tasks, we need to specify who to assign. In Demo, we use a drop-down list to display all users of the current system for user selection. Every time we create a task, we go to the database to fetch the ...

Posted by DapperDanMan on Fri, 12 Apr 2019 02:33:33 -0700

Delegate anonymous methods to lambda expressions

What is delegation A typical example is when the whole of a method is relatively fixed and a small part of it changes. Sometimes, without delegation, we usually pass a variable to the method. The method judges the specific execution of the changed parts according to the value of this parameter. It is very abstract. The whole chestnut: using Sy ...

Posted by stublackett on Thu, 11 Apr 2019 19:30:33 -0700

WEB API Project Dry Goods Series - Interface Documentation and Online Testing (II)

Last article: [WEB API Project Practical Dry Goods Series] - Introduction to Web API 2 (1) In this article, we mainly introduce how to do API help documentation, introduce API callers to the API functions, input parameters, output parameters, and online testing API functions (this is also convenient for our own development and debugging) Let's ...

Posted by whatwhat123 on Mon, 08 Apr 2019 19:18:31 -0700

Two-dimensional code generation 2

Last article Two-Dimensional Code Generation This paper introduces the simple application of generating two-dimensional codes through the class library ThoughtWorks.QRCode.dll, and makes a simple encapsulation of the class library ThoughtWorks.QRCode.dll. Based on the last modification, the user-defined head image or icon can be added in the mi ...

Posted by PureDrive on Mon, 08 Apr 2019 00:24:31 -0700

PHP Design Patterns - State Patterns

Preface The state design pattern is one of the most attractive patterns proposed by Gof, and it is also one of the most useful patterns. The game usually uses state mode, because the object in the game often changes state very frequently. The function of state mode is to allow an object to change its behavior when the state changes. Many other ...

Posted by optikalefx on Sun, 07 Apr 2019 11:18:29 -0700

MVC - Single Sign-on Middleware

This chapter will share with you a single sign-on middleware. The middleware sounds profound. In fact, this middleware just encapsulates the logic and processing flow used in single sign-on into several methods. The default support uses redis service to save sessions. It can also use parameter Func<> method to customize session storage op ...

Posted by keystroke on Wed, 03 Apr 2019 17:45:31 -0700

Authentication of Web APi: Two Implementations [2] (13)

Preface In the previous section, we explained authentication and its basic information in detail. In this section, we implemented authentication in two different ways, and analyzed how to make rational use of these two ways. The basic knowledge involved in this article, please refer to the previous article, and stop talking nonsense. Preface Fo ...

Posted by stallingjohn on Sun, 31 Mar 2019 07:42:29 -0700

ABP Framework - Specification

directory   Contents of this section: brief introduction Example Create a specification class Use of protocols in warehousing Combinatorial conventions discuss When to use When not?   brief introduction Specification pattern is a special software design pattern. Business logic can use boolean logic to reconnect busines ...

Posted by lupld on Fri, 29 Mar 2019 04:54:29 -0700