Make a LAN Chat Tool with Socket

Links to the original text: http://www.cnblogs.com/technology/archive/2010/08/15/1799858.html Programming becomes a simple communication between the server and the client, but through some methods, the two can be unified, so that th ...

Posted by bigfunkychief on Mon, 19 Aug 2019 15:56:28 +0200

Integration of React and Typescript

 0. Typescript Typescript is becoming more and more important for the front end, and many projects in the front end are refactored with Typescript. This is mainly due to the better type support of Typescript, which can do some type inference well in the coding process (mainly because the editor will have code prompts, it is very comfortable) ...

Posted by csatucd on Sun, 18 Aug 2019 12:03:18 +0200

Method of changing suffix when PowerShell file name contains []

demand As we all know, the way video websites publish videos has changed a lot. For example, the MP4 file is renamed mp41, similar to the following PS E:\BaiduNetdiskDownload> ls *.mp41 -Recurse //Directory?: E:\ Baidu Netdisk Download Mode LastWriteTime Length Name ...

Posted by jesse_james on Fri, 16 Aug 2019 17:14:33 +0200

Introduction to Button of Android Control

Preface Small partners must be playing some games, such as Peace Elite, the name displayed on the interface, in fact, Android is the TextView control we introduced in the last article. Today, we bring you a very interesting control, which can do many interesting things with the content we talked about earlier.~ I. Structure public class Button ...

Posted by nickholt1972 on Thu, 15 Aug 2019 17:21:14 +0200

Principle of Spring Boot Automatic Configuration

springboot's automatic configuration is one of her core functions, which has played a major role in simplifying our configuration files. In this paper, we will simply explore the principle of spring boot automatic configuration, welcome your comments ...

Posted by trauch on Thu, 15 Aug 2019 15:59:43 +0200

LinearLayout of Six Layouts

1. What is Layout? Layout - Interface layout that provides an interface architecture for applications.How to control the size, position, color and other properties of controls in an Activity. The relationship between Layout and ViewGroup ViewGroup is a container that inherits from View. ViewGroup is the base class for Layout and some other ...

Posted by Thierry on Thu, 15 Aug 2019 09:10:27 +0200

Shunfeng Express Single Number Query api Interface Free Docking Parameters and demo

Shunfeng Express has strict control over logistics information. The sliding validation code provided by Tencent Cloud is added to the official website to protect it. If a large number of logistic information of Shunfeng need to be queried, it must be connected with the official route query interface of Shunfeng. Note that the docking interface ...

Posted by f8ball on Tue, 13 Aug 2019 11:16:43 +0200

[Spring cloud implements ad system step by step] 17. Query ads based on traffic type

Advertising Retrieval Service Functional introduction Media (display ads opened by mobile APP, big screen ads seen on the road, etc.) Request Data Object Implementation From the image above, we can see that when the media makes a request to our advertising retrieval system, there are a lot of request parameter information in the request. Th ...

Posted by Hatdrawn on Mon, 12 Aug 2019 18:21:27 +0200

Netty Learning Note Communication Scheduling Paper: Reactor Thread Model

Catalog Reactor Model Single Thread Model Multithread model Master multithreading model Sample code Reactor Model Reactor model in Netty is mainly composed of Acceptor, Dispatcher and Handler, which can be divided into three kinds. Single Thread Model All I/O operations are performed by a s ...

Posted by shakuni on Mon, 12 Aug 2019 10:21:18 +0200

LEETCODE (1-10) OF JS ALGORITHM PROBLEMS

Preface For a long time, the knowledge reserve of front-end development is temporary at the data structure and algorithm level, which may be attributed to the business nature of our front-end development, but I think any programming position can not do without data structure and algorithm.Therefore, as a front-end vegetable chicken, I intend to ...

Posted by redgtsviper on Mon, 12 Aug 2019 09:17:04 +0200