DNS Domain Name Resolution System_2

Deployment DNS Forward Resolution Main configuration file (/etc/named.conf): Used to define the operation of the bind service program. Zone Profile (/etc/named.rfc1912.zones): The location where the corresponding relationship between domain name and ip address is stored. Similar to the catalogue of books, it corresponds to the specific ...

Posted by cfemocha on Sat, 27 Jul 2019 12:12:58 +0200

General solution for high concurrency scenarios

Today we'll look at how some highly concurrent business scenarios can achieve data consistency.   Scene: 1. Data sheet: ConCurrency. 1 CREATE TABLE [dbo].[ConCurrency]( 2 [ID] [int] NOT NULL, 3 [Total] [int] NULL 4 ) 2. Initial value: ID=1,Total = 0 3. Require Total + 1 per client request 2. Single thread 1 sta ...

Posted by sepodati on Sun, 14 Jul 2019 00:42:52 +0200

ASP.NET Initialization Process Analysis 2

The previous article talked about the process from creating application domains to creating ISAPIRuntime instances. This article continues with the necessary initialization process for Asp.net to process the first request. ISAPIRuntime analysis ISAPIRuntime is implemented in System.Web.Hosting, and its ProcessRequest is our gateway for processi ...

Posted by busin3ss on Wed, 19 Jun 2019 02:53:40 +0200

Code "Xiaobai" knows something new from the past (I) - - OA Management System

Ancient Cloud: Reviewing the Past and Knowing the New. This is excellent. Recently, as a little white man, I have used my spare time to revisit an OA system I wrote as a trainer in the past few months. I hope I can get some new inspiration on the basis of consolidation. Now, in retrospect, the previous person, writing stop, do not feel exclamat ...

Posted by Sxooter on Wed, 19 Jun 2019 02:49:18 +0200

The Development and Background Construction of Wechat Public Number

I. background Shortly after joining the new company, I met a colleague who was leaving and handed over the project to me. Colleagues leave their jobs in a hurry, so the handover is not very good, which is also an objective reason for the more problems behind. As shown in the title, the front end is developed by vue.js+node.js, the back end is d ...

Posted by shivani.shm on Mon, 27 May 2019 19:52:50 +0200

Solution of Web Uploader by Selecting Multiple Pictures at a Time in WEB Edition

Recently, in learning Baidu's open source upload component WebUploader, the last article learned how to upload batch files. Today, learn how to upload batch pictures. Actually, it is very similar to file upload, but it adds image display function, which has been provided in the WebUploader component.    First: The following is a batch file so ...

Posted by tcl4p on Mon, 27 May 2019 00:25:35 +0200

9. ABPZero series of tutorials on multi-vendor tool assembly reminder class library encapsulation

This article began to formally do the function, before I developed the reminder of puzzle puzzle, the function of reminding sellers that puzzle puzzle is too many and the number of puzzle puzzle is not enough. This idea comes mainly from the complaints of friends. I think it should be the voice of most sellers. After analysis, I got several a ...

Posted by Mobile on Sat, 18 May 2019 21:10:05 +0200

TeeChart Pro ActiveX Tutorial: Custom Drawing on Chart Panel

Download the latest version of TeeChart Pro ActiveX TeeChart provides a wide range of custom drawing tools through Canvas objects. With Canvas, you can add shapes, lines and text anywhere in the "Chart Panel" and define its color, pen and brush style. TeeChart Canvas Drawing order When using TeeChart's Canvas method, remember that dr ...

Posted by Ameslee on Sun, 12 May 2019 07:26:35 +0200

How to use Online Designer with FastReport.Core Library

Download the latest version of FastReport.Net Many FastReport.Core users are interested in how report generators work in Web applications written using React libraries. In this article, we will introduce how to use an online designer. Although it is displayed in the same Web object as a regular report, it is quite different from what is shown ...

Posted by quetz67 on Thu, 09 May 2019 20:58:02 +0200